Skip to content

Commit 5fd8ff5

Browse files
authored
Merge pull request #32 from anddone-kit/dependabot/pip/urllib3-gte-2.2.3
Update urllib3 requirement from >= 1.25.3 < 3.0.0 to >=2.2.3
2 parents 44b5036 + 0ed5cf7 commit 5fd8ff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include = ["openapi_client/py.typed"]
1212
[tool.poetry.dependencies]
1313
python = "^3.8"
1414

15-
urllib3 = ">= 1.25.3 < 3.0.0"
15+
urllib3 = ">=2.2.3"
1616
python-dateutil = ">= 2.8.2"
1717
pydantic = ">= 2"
1818
typing-extensions = ">=4.13.2"

0 commit comments

Comments
 (0)