Skip to content

Commit 3264e32

Browse files
Update python-dateutil requirement from >= 2.8.2 to >=2.9.0.post0
Updates the requirements on [python-dateutil](https://github.com/dateutil/dateutil) to permit the latest version. - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](dateutil/dateutil@2.8.2...2.9.0.post0) --- updated-dependencies: - dependency-name: python-dateutil dependency-version: 2.9.0.post0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1aeee53 commit 3264e32

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
@@ -13,7 +13,7 @@ include = ["openapi_client/py.typed"]
1313
python = "^3.8"
1414

1515
urllib3 = ">= 1.25.3 < 3.0.0"
16-
python-dateutil = ">= 2.8.2"
16+
python-dateutil = ">=2.9.0.post0"
1717
pydantic = ">= 2"
1818
typing-extensions = ">= 4.7.1"
1919

0 commit comments

Comments
 (0)