Skip to content

Commit 2ac046e

Browse files
committed
upgrade urllib3 for transitive dependencies
1 parent 8e504c0 commit 2ac046e

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ ujson = [
3737
{version = ">=5.10.0,<5.12.0", python = ">=3.8,<3.10"},
3838
{version = "^5.12.0", python = ">=3.10"},
3939
]
40+
urllib3 = [
41+
{version = ">=1.25.4,<1.27", python = ">=3.8,<3.10"},
42+
{version = "^2.6.3", python = ">=3.10,<3.15"},
43+
]
4044
botocore = { version = "^1.34.0", optional = true }
4145
requests = { version ="^2.22.0", optional = true }
4246
pytest = [

0 commit comments

Comments
 (0)