-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump urllib3 from 1.26.17 to 1.26.18 in /src (#257)
* 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
1 parent
efca003
commit c139580
Showing
3 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|