Skip to content

Commit 97df37f

Browse files
Update urllib3 requirement from >= 1.25.3 < 3.0.0 to >=2.2.3
Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.25.3...2.2.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 51e175f commit 97df37f

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.7.1"

0 commit comments

Comments
 (0)