Skip to content

Commit

Permalink
Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Jan 12, 2025
1 parent ac04b5f commit a57b277
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 @@ -46,9 +46,9 @@ pytest-cov==6.0.0
# via fixity (pyproject.toml)
requests==2.32.3
# via fixity (pyproject.toml)
ruff==0.8.5
ruff==0.9.1
# via fixity (pyproject.toml)
sqlalchemy==2.0.36
sqlalchemy==2.0.37
# via fixity (pyproject.toml)
tomli==2.2.1
# via
Expand All @@ -68,5 +68,5 @@ zipp==3.21.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via pip-tools
setuptools==75.6.0
setuptools==75.8.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ idna==3.10
# via requests
requests==2.32.3
# via fixity (pyproject.toml)
sqlalchemy==2.0.36
sqlalchemy==2.0.37
# via fixity (pyproject.toml)
typing-extensions==4.12.2
# via sqlalchemy
Expand Down

0 comments on commit a57b277

Please sign in to comment.