Skip to content

Commit

Permalink
build: Bump python-dateutil, v2.8 => v2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewilde committed Jul 13, 2024
1 parent 5fd9e95 commit 04181a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies = [
"numpy~=1.20",
"psycopg[binary,pool]~=3.2.0",
"pymupdf~=1.24.0",
"python-dateutil~=2.8",
"python-dateutil~=2.9",
"python-dotenv~=1.0.0",
"redis~=5.0",
"rispy~=0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ marshmallow~=3.20.0
numpy~=1.20
psycopg[binary,pool]~=3.2.0
pymupdf~=1.24.0
python-dateutil~=2.8
python-dateutil~=2.9
python-dotenv~=1.0.0
redis~=5.0
rispy~=0.9.0
Expand Down

0 comments on commit 04181a7

Please sign in to comment.