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

Bump urllib3 from 1.26.17 to 1.26.18 in /src #257

Merged
merged 3 commits into from
Oct 19, 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
10 changes: 6 additions & 4 deletions src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ coreschema==0.0.4
# coreapi
# drf-yasg
coverage[toml]==7.2.1
# via pytest-cov
# via
# coverage
# pytest-cov
cryptography==41.0.4
# via -r requirements.txt
defusedxml==0.7.1
Expand Down Expand Up @@ -319,11 +321,11 @@ scipy==1.10.1
# via
# -r requirements.txt
# scos-actions
scos_actions @ git+https://github.com/NTIA/[email protected]
scos-actions @ git+https://github.com/NTIA/[email protected]
# via
# -r requirements.txt
# scos-tekrsa
scos_tekrsa @ git+https://github.com/NTIA/[email protected]
scos-tekrsa @ git+https://github.com/NTIA/[email protected]
# via -r requirements.txt
sigmf @ git+https://github.com/NTIA/SigMF@multi-recording-archive
# via
Expand Down Expand Up @@ -364,7 +366,7 @@ uritemplate==4.1.1
# -r requirements.txt
# coreapi
# drf-yasg
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ scos_tekrsa @ git+https://github.com/NTIA/[email protected]
# higher minimum patch version than the dependencies which require them.
# This is done to ensure the inclusion of specific security patches.
pyyaml>=5.4.0 # CVE-2020-14343
urllib3>=1.26.17 # CVE-2023-43804
urllib3>=1.26.18 # CVE-2023-45803
6 changes: 3 additions & 3 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ ruamel-yaml-clib==0.2.8
# via ruamel-yaml
scipy==1.10.1
# via scos-actions
scos_actions @ git+https://github.com/NTIA/[email protected]
scos-actions @ git+https://github.com/NTIA/[email protected]
# via
# -r requirements.in
# scos-tekrsa
scos_tekrsa @ git+https://github.com/NTIA/[email protected]
scos-tekrsa @ git+https://github.com/NTIA/[email protected]
# via -r requirements.in
sigmf @ git+https://github.com/NTIA/SigMF@multi-recording-archive
# via scos-actions
Expand All @@ -172,7 +172,7 @@ uritemplate==4.1.1
# via
# coreapi
# drf-yasg
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements.in
# requests
Expand Down