Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump python-dateutil from 2.8.2 to 2.9.0.post0 #948

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ pytest==8.3.2
# pytest-cov
pytest-cov==5.0.0
# via -r requirements-dev.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements.in
# botocore
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ fastapi[all]==0.112.2
strawberry-graphql[fastapi]==0.235.1
databases[mysql]==0.9.0
cryptography>=41.0.0
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
slack-sdk==3.20.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ pygments==2.18.0
# via rich
pymysql==1.1.1
# via aiomysql
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements.in
# botocore
Expand Down
Loading