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 f974425 commit 9344d16
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 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
# agentarchives (pyproject.toml)
# pytest-cov
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
idna==3.7
# via
Expand All @@ -36,13 +36,13 @@ packaging==24.0
# pytest
pip-tools==7.4.1
# via agentarchives (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
# agentarchives (pyproject.toml)
# pytest-cov
Expand All @@ -53,14 +53,13 @@ pytest-mock==3.14.0
# via agentarchives (pyproject.toml)
pyyaml==6.0.1
# via vcrpy
requests==2.31.0
requests==2.32.1
# via agentarchives (pyproject.toml)
tomli==2.0.1
# via
# build
# coverage
# pip-tools
# pyproject-hooks
# pytest
urllib3==1.26.18
# via
Expand All @@ -74,11 +73,11 @@ wrapt==1.16.0
# via vcrpy
yarl==1.9.4
# via vcrpy
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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ idna==3.7
# via requests
mysqlclient==2.2.4
# via agentarchives (pyproject.toml)
requests==2.31.0
requests==2.32.1
# via agentarchives (pyproject.toml)
urllib3==2.2.1
# via requests

0 comments on commit 9344d16

Please sign in to comment.