Skip to content

Commit 0674b44

Browse files
authored
chore(dependencies): Update urllib3 to 2.6.1 (#43)
1 parent a251c6b commit 0674b44

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ dependencies = [
136136
# Security constraint updates for transitive dependencies
137137
# snowflake-connector-python 4.0.0+ supports urllib3 2.x for Python 3.10+
138138
# For Python 3.9, urllib3 must remain <2.0.0 due to snowflake constraints
139-
"urllib3>=2.5.0,<3; python_version >= '3.10'",
139+
"urllib3>=2.6.1,<3; python_version >= '3.10'",
140140
"cryptography>=43.0.1,<44; python_version == '3.9'",
141141
"cryptography>=44.0.1,<45; python_version >= '3.10'",
142142
"protobuf>=4.25.8,<6",

0 commit comments

Comments
 (0)