Skip to content

Commit

Permalink
feat: bump urllib3 to 2.0.6 (security update) (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Oct 3, 2023
1 parent 7f4137f commit 9a826a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
| [typed-ast](https://github.com/python/typed_ast) | 1.5.4 | python3_devtools |
| [typing_extensions](https://pypi.org/project/typing_extensions) | 4.8.0 | python3_core |
| [Unidecode](https://pypi.org/project/Unidecode) | 1.3.6 | python3 |
| [urllib3](https://pypi.org/project/urllib3) | 2.0.4 | python3 |
| [urllib3](https://pypi.org/project/urllib3) | 2.0.6 | python3 |
| [vector](https://vector.dev/) | 0.13.1 | monitoring |
| [virtualenv](https://pypi.org/project/virtualenv) | 20.24.4 | python3_core |
| [watchdog](https://github.com/gorakhargosh/watchdog) | 2.1.9 | python3_devtools |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ termcolor
#mypy-extensions is a dependency for both python3_devtools and python3_scientific
mypy-extensions
geojson
#urllib3>=2 doesn't work with requests>=2.29 (see https://github.com/docker/docker-py/issues/3113)
urllib3<2
urllib3
bjoern
python-ldap
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ terminaltables==3.1.10
tqdm==4.66.1
traitlets==5.9.0
Unidecode==1.3.6
urllib3==2.0.4
urllib3==2.0.6
Werkzeug==2.3.7
whichcraft==0.6.1
wrapt==1.14.1
Expand Down

0 comments on commit 9a826a0

Please sign in to comment.