Skip to content

Commit 05ba55d

Browse files
chore(deps): bump urllib3 in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [urllib3](https://github.com/urllib3/urllib3). Updates `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](urllib3/urllib3@2.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.2.2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba21936 commit 05ba55d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"idna==3.6",
1717
"requests==2.31.0",
1818
"tqdm==4.66.2",
19-
"urllib3==2.2.1",
19+
"urllib3==2.2.2",
2020
"pydantic==2.9.2",
2121
"pywin32==306 ; sys_platform == 'win32'",
2222
"uvicorn==0.32.1",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ charset-normalizer==3.3.2
33
idna==3.6
44
requests==2.31.0
55
tqdm==4.66.2
6-
urllib3==2.2.1
6+
urllib3==2.2.2
77
tox==4.14.1
88
wheel==0.42.0
99
setuptools==69.1.1

0 commit comments

Comments
 (0)