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 13, 2025
1 parent 10cf7d8 commit f08ff6f
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 @@ -24,7 +24,7 @@ importlib-metadata==8.5.0
# via build
iniconfig==2.0.0
# via pytest
mysqlclient==2.2.6
mysqlclient==2.2.7
# via agentarchives (pyproject.toml)
packaging==24.2
# via
Expand All @@ -49,7 +49,7 @@ pytest-mock==3.14.0
# via agentarchives (pyproject.toml)
requests==2.32.3
# via agentarchives (pyproject.toml)
ruff==0.8.5
ruff==0.9.1
# via agentarchives (pyproject.toml)
tomli==2.2.1
# via
Expand All @@ -67,5 +67,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 @@ -10,7 +10,7 @@ charset-normalizer==3.4.1
# via requests
idna==3.10
# via requests
mysqlclient==2.2.6
mysqlclient==2.2.7
# via agentarchives (pyproject.toml)
requests==2.32.3
# via agentarchives (pyproject.toml)
Expand Down

0 comments on commit f08ff6f

Please sign in to comment.