Skip to content

Commit

Permalink
Merge branch 'master' into update-dockerfile-base-images
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Aug 8, 2023
2 parents 4a173b3 + b37893f commit 7bd5aa8
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 18 deletions.
5 changes: 5 additions & 0 deletions src/requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ pytest-cov>=3.0, <4.0
pytest-django>=4.0, <5.0
ray[default]>=2.5.0
tox>=4.0,<5.0

# The following are sub-dependencies for which SCOS Sensor enforces a
# higher minimum patch version than the dependencies which require them.
# This is done to ensure the inclusion of specific security patches.
aiohttp>=3.8.5 # CVE-2023-37276
15 changes: 8 additions & 7 deletions src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
#
# pip-compile requirements-dev.in
#
aiohttp==3.8.4
aiohttp==3.8.5
# via
# -r requirements-dev.in
# aiohttp-cors
# ray
aiohttp-cors==0.7.0
Expand Down Expand Up @@ -38,7 +39,7 @@ cachetools==5.3.0
# via
# google-auth
# tox
certifi==2022.12.7
certifi==2023.7.22
# via
# -r requirements.txt
# requests
Expand Down Expand Up @@ -75,7 +76,7 @@ coreschema==0.0.4
# drf-yasg
coverage[toml]==7.2.1
# via pytest-cov
cryptography==41.0.0
cryptography==41.0.3
# via
# -r requirements.txt
# paramiko
Expand All @@ -89,7 +90,7 @@ distro==1.8.0
# via
# -r requirements.txt
# docker-compose
django==3.2.19
django==3.2.20
# via
# -r requirements.txt
# django-session-timeout
Expand Down Expand Up @@ -317,7 +318,7 @@ pytz==2022.7.1
# django
# djangorestframework
# drf-yasg
pyyaml==5.4.1
pyyaml==5.3.1
# via
# -r requirements.txt
# docker-compose
Expand Down Expand Up @@ -358,11 +359,11 @@ scipy==1.10.1
# via
# -r requirements.txt
# scos-actions
scos_actions @ git+https://github.com/NTIA/[email protected].1
scos-actions @ git+https://github.com/NTIA/[email protected].2
# via
# -r requirements.txt
# scos-tekrsa
scos_tekrsa @ git+https://github.com/NTIA/[email protected].1
scos-tekrsa @ git+https://github.com/NTIA/[email protected].2
# via -r requirements.txt
sigmf @ git+https://github.com/NTIA/SigMF@multi-recording-archive
# via
Expand Down
14 changes: 10 additions & 4 deletions src/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django>=3.2.19, <4.0
django>=3.2.20, <4.0
djangorestframework>=3.0, <4.0
django-session-timeout>=0.1, <1.0
docker-compose>=1.0
Expand All @@ -13,11 +13,17 @@ psycopg2-binary>=2.0, <3.0
pyjwt>=2.4.0, <3.0
requests-mock>=1.0, <2.0
requests_oauthlib>=1.0, <2.0
scos_actions @ git+https://github.com/NTIA/[email protected].1
scos_tekrsa @ git+https://github.com/NTIA/[email protected].1
scos_actions @ git+https://github.com/NTIA/[email protected].2
scos_tekrsa @ git+https://github.com/NTIA/[email protected].2

# The following are sub-dependencies for which SCOS Sensor enforces a
# higher minimum patch version than the dependencies which require them.
# This is done to ensure the inclusion of specific security patches.
cryptography>=41.0.0 # GHSA-5cpq-8wj7-hf2v
certifi>=2023.07.22 # CVE-2023-37920
cryptography>=41.0.3 # GHSA-jm77-qphf-c4w8
sqlparse>=0.4.4 # CVE-2023-30608

# PyYAML 5.4 is broken: https://github.com/yaml/pyyaml/issues/724
# And docker-compose requires <6.0
# This should be removed once the docker-compose dependency is dropped
pyyaml==5.3.1
17 changes: 10 additions & 7 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ attrs==22.2.0
# ray
bcrypt==4.0.1
# via paramiko
certifi==2022.12.7
# via requests
certifi==2023.7.22
# via
# -r requirements.in
# requests
cffi==1.15.1
# via
# cryptography
Expand All @@ -30,15 +32,15 @@ coreschema==0.0.4
# via
# coreapi
# drf-yasg
cryptography==41.0.0
cryptography==41.0.3
# via
# -r requirements.in
# paramiko
defusedxml==0.7.1
# via its-preselector
distro==1.8.0
# via docker-compose
django==3.2.19
django==3.2.20
# via
# -r requirements.in
# django-session-timeout
Expand Down Expand Up @@ -151,8 +153,9 @@ pytz==2022.7.1
# django
# djangorestframework
# drf-yasg
pyyaml==5.4.1
pyyaml==5.3.1
# via
# -r requirements.in
# docker-compose
# ray
ray==2.5.1
Expand All @@ -178,11 +181,11 @@ ruamel-yaml-clib==0.2.7
# via ruamel-yaml
scipy==1.10.1
# via scos-actions
scos_actions @ git+https://github.com/NTIA/[email protected].1
scos-actions @ git+https://github.com/NTIA/[email protected].2
# via
# -r requirements.in
# scos-tekrsa
scos_tekrsa @ git+https://github.com/NTIA/[email protected].1
scos-tekrsa @ git+https://github.com/NTIA/[email protected].2
# via -r requirements.in
sigmf @ git+https://github.com/NTIA/SigMF@multi-recording-archive
# via scos-actions
Expand Down

0 comments on commit 7bd5aa8

Please sign in to comment.