Skip to content

Commit

Permalink
chore(deps-dev): update python-dateutil requirement from ~=2.8 to ~=2.9
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 3330b9a commit 9ac83e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pylint = "~=3.1.0"
pylint-quotes = "~=0.2.3"
pytest = "~=8.0"
pytest-cov = "~=4.1"
python-dateutil = "~=2.8"
python-dateutil = "~=2.9"
tox = "~=4.12"
types-python-dateutil = "~=2.8"

Expand Down

0 comments on commit 9ac83e1

Please sign in to comment.