Skip to content

Commit 08d7fbb

Browse files
chore(deps-dev): update python-dateutil requirement from ~=2.8 to ~=2.9 (#967)
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.0...2.9.0) --- updated-dependencies: - dependency-name: python-dateutil dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3330b9a commit 08d7fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pylint = "~=3.1.0"
1414
pylint-quotes = "~=0.2.3"
1515
pytest = "~=8.0"
1616
pytest-cov = "~=4.1"
17-
python-dateutil = "~=2.8"
17+
python-dateutil = "~=2.9"
1818
tox = "~=4.12"
1919
types-python-dateutil = "~=2.8"
2020

0 commit comments

Comments
 (0)