Skip to content

Commit

Permalink
Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed May 21, 2024
1 parent fb7cc19 commit 7a14ac4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
19 changes: 9 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via pip-tools
coverage[toml]==7.4.4
coverage[toml]==7.5.1
# via
# fixity (pyproject.toml)
# pytest-cov
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
greenlet==3.0.3
# via sqlalchemy
Expand All @@ -32,40 +32,39 @@ packaging==24.0
# pytest
pip-tools==7.4.1
# via fixity (pyproject.toml)
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.1.1
pytest==8.2.1
# via
# fixity (pyproject.toml)
# pytest-cov
pytest-cov==5.0.0
# via fixity (pyproject.toml)
requests==2.31.0
requests==2.32.1
# via fixity (pyproject.toml)
sqlalchemy==2.0.29
sqlalchemy==2.0.30
# via fixity (pyproject.toml)
tomli==2.0.1
# via
# build
# coverage
# pip-tools
# pyproject-hooks
# pytest
typing-extensions==4.11.0
# via sqlalchemy
urllib3==2.2.1
# via requests
wheel==0.43.0
# via pip-tools
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via pip-tools
setuptools==69.2.0
setuptools==70.0.0
# via pip-tools
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ greenlet==3.0.3
# via sqlalchemy
idna==3.7
# via requests
requests==2.31.0
requests==2.32.1
# via fixity (pyproject.toml)
sqlalchemy==2.0.29
sqlalchemy==2.0.30
# via fixity (pyproject.toml)
typing-extensions==4.11.0
# via sqlalchemy
Expand Down

0 comments on commit 7a14ac4

Please sign in to comment.