Skip to content

Commit

Permalink
Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Jul 9, 2024
1 parent 225982c commit b5b18bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
amclient==1.3.0
# via -r requirements.txt
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements.txt
# requests
charset-normalizer==3.3.2
# via
# -r requirements.txt
# requests
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via pytest-cov
exceptiongroup==1.2.1
# via pytest
Expand Down Expand Up @@ -48,7 +48,7 @@ requests==2.32.3
# via
# -r requirements.txt
# amclient
ruff==0.4.9
ruff==0.5.1
# via -r requirements-dev.in
sqlalchemy==1.4.52
# via -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
amclient==1.3.0
# via -r requirements.in
certifi==2024.6.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down

0 comments on commit b5b18bc

Please sign in to comment.