Skip to content

Commit

Permalink
Bump urllib3 from 1.26.17 to 1.26.18 in /src (#257)
Browse files Browse the repository at this point in the history
* Bump urllib3 from 1.26.17 to 1.26.18 in /src

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.17...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump minimum urllib3 version in requirements.in

* pip-compile requirements

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Romaniello <[email protected]>
  • Loading branch information
dependabot[bot] and aromanielloNTIA authored Oct 19, 2023
1 parent efca003 commit c139580
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
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

0 comments on commit c139580

Please sign in to comment.