dependabot[bot]
commited on
Commit
•
b2dab47
1
Parent(s):
c9444ac
Build(deps-dev): Bump urllib3 from 2.2.1 to 2.2.2
Browse filesBumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2)
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
- dev.requirements.txt +1 -1
dev.requirements.txt
CHANGED
@@ -64,7 +64,7 @@ typer==0.12.3
|
|
64 |
typing_extensions==4.12.1
|
65 |
tzdata==2024.1
|
66 |
ujson==5.10.0
|
67 |
-
urllib3==2.2.
|
68 |
uvicorn==0.30.1
|
69 |
uvloop==0.19.0
|
70 |
watchfiles==0.22.0
|
|
|
64 |
typing_extensions==4.12.1
|
65 |
tzdata==2024.1
|
66 |
ujson==5.10.0
|
67 |
+
urllib3==2.2.2
|
68 |
uvicorn==0.30.1
|
69 |
uvloop==0.19.0
|
70 |
watchfiles==0.22.0
|