Skip to content

Commit f77abf7

Browse files
chore(deps): bump urllib3 from 1.26.7 to 2.3.0 (#552)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 to 2.3.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.7...2.3.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e928812 commit f77abf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ toml==0.10.2; python_version >= "3.7" and python_full_version < "3.0.0" and pyth
4343
typer==0.15.1; python_version >= "3.6"
4444
typing-extensions==4.0.1; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
4545
ujson==4.2.0; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0"
46-
urllib3==1.26.7; python_full_version >= "3.6.1" and python_version < "4"
46+
urllib3==2.3.0; python_full_version >= "3.6.1" and python_version < "4"
4747
uvicorn==0.15.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
4848
uvloop==0.21.0
4949
watchgod==0.8.2

0 commit comments

Comments
 (0)