File tree Expand file tree Collapse file tree 3 files changed +19
-15
lines changed Expand file tree Collapse file tree 3 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.11.10
3+ rev : v0.12.0
44 hooks :
55 - id : ruff
66 args : [--fix, --exit-non-zero-on-fix]
Original file line number Diff line number Diff line change 66#
77build == 1.2.2.post1
88 # via pip-tools
9- certifi == 2025.4.26
9+ certifi == 2025.6.15
1010 # via requests
1111charset-normalizer == 3.4.2
1212 # via requests
1313click == 8.1.8
1414 # via pip-tools
15- coverage [toml ]== 7.8.0
15+ coverage [toml ]== 7.9.1
1616 # via
1717 # agentarchives (pyproject.toml)
1818 # pytest-cov
@@ -33,41 +33,45 @@ packaging==25.0
3333pip-tools == 7.4.1
3434 # via agentarchives (pyproject.toml)
3535pluggy == 1.6.0
36+ # via
37+ # pytest
38+ # pytest-cov
39+ pygments == 2.19.2
3640 # via pytest
3741pyproject-hooks == 1.2.0
3842 # via
3943 # build
4044 # pip-tools
41- pytest == 8.3.5
45+ pytest == 8.4.1
4246 # via
4347 # agentarchives (pyproject.toml)
4448 # pytest-cov
4549 # pytest-mock
46- pytest-cov == 6.1 .1
50+ pytest-cov == 6.2 .1
4751 # via agentarchives (pyproject.toml)
48- pytest-mock == 3.14.0
52+ pytest-mock == 3.14.1
4953 # via agentarchives (pyproject.toml)
50- requests == 2.32.3
54+ requests == 2.32.4
5155 # via agentarchives (pyproject.toml)
52- ruff == 0.11.10
56+ ruff == 0.12.0
5357 # via agentarchives (pyproject.toml)
5458tomli == 2.2.1
5559 # via
5660 # build
5761 # coverage
5862 # pip-tools
5963 # pytest
60- typing-extensions == 4.13.2
64+ typing-extensions == 4.14.0
6165 # via exceptiongroup
62- urllib3 == 2.4 .0
66+ urllib3 == 2.5 .0
6367 # via requests
6468wheel == 0.45.1
6569 # via pip-tools
66- zipp == 3.21 .0
70+ zipp == 3.23 .0
6771 # via importlib-metadata
6872
6973# The following packages are considered to be unsafe in a requirements file:
7074pip == 25.1.1
7175 # via pip-tools
72- setuptools == 80.8 .0
76+ setuptools == 80.9 .0
7377 # via pip-tools
Original file line number Diff line number Diff line change 44#
55# pip-compile --allow-unsafe --output-file=requirements.txt pyproject.toml
66#
7- certifi == 2025.4.26
7+ certifi == 2025.6.15
88 # via requests
99charset-normalizer == 3.4.2
1010 # via requests
1111idna == 3.10
1212 # via requests
1313mysqlclient == 2.2.7
1414 # via agentarchives (pyproject.toml)
15- requests == 2.32.3
15+ requests == 2.32.4
1616 # via agentarchives (pyproject.toml)
17- urllib3 == 2.4 .0
17+ urllib3 == 2.5 .0
1818 # via requests
You can’t perform that action at this time.
0 commit comments