Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diagnostics 2.0.0/scos-actions 7.0.0 #262

Merged
merged 4 commits into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ inflection==0.5.1
# drf-yasg
iniconfig==2.0.0
# via pytest
its-preselector @ git+https://github.com/NTIA/Preselector@3.0.2
its-preselector @ git+https://github.com/NTIA/Preselector@3.1.0
# via
# -r requirements.txt
# scos-actions
Expand Down Expand Up @@ -321,11 +321,11 @@ scipy==1.10.1
# via
# -r requirements.txt
# scos-actions
scos-actions @ git+https://github.com/NTIA/scos-actions@6.4.2
scos-actions @ git+https://github.com/NTIA/scos-actions@7.0.0
# via
# -r requirements.txt
# scos-tekrsa
scos-tekrsa @ git+https://github.com/NTIA/scos-tekrsa@3.1.5
scos-tekrsa @ git+https://github.com/NTIA/scos-tekrsa@4.0.0
# via -r requirements.txt
sigmf @ git+https://github.com/NTIA/SigMF@multi-recording-archive
# via
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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_tekrsa @ git+https://github.com/NTIA/scos-tekrsa@3.1.5
scos_tekrsa @ git+https://github.com/NTIA/scos-tekrsa@4.0.0

# The following are sub-dependencies for which SCOS Sensor enforces a
# higher minimum patch version than the dependencies which require them.
Expand Down
6 changes: 3 additions & 3 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ idna==3.4
# via requests
inflection==0.5.1
# via drf-yasg
its-preselector @ git+https://github.com/NTIA/Preselector@3.0.2
its-preselector @ git+https://github.com/NTIA/Preselector@3.1.0
# via scos-actions
itypes==1.2.0
# via coreapi
Expand Down Expand Up @@ -149,9 +149,9 @@ ruamel-yaml-clib==0.2.8
# via ruamel-yaml
scipy==1.10.1
# via scos-actions
scos-actions @ git+https://github.com/NTIA/scos-actions@6.4.2
scos-actions @ git+https://github.com/NTIA/scos-actions@7.0.0
# via scos-tekrsa
scos-tekrsa @ git+https://github.com/NTIA/scos-tekrsa@3.1.5
scos-tekrsa @ git+https://github.com/NTIA/scos-tekrsa@4.0.0
# via -r requirements.in
sigmf @ git+https://github.com/NTIA/SigMF@multi-recording-archive
# via scos-actions
Expand Down