diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c824e2..554898c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.10 + rev: v0.12.0 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -22,7 +22,7 @@ repos: (README)\.md ) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.16.1 hooks: - id: mypy additional_dependencies: diff --git a/requirements-dev.txt b/requirements-dev.txt index 8b43d48..4e88bc3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,19 +6,19 @@ # build==1.2.2.post1 # via pip-tools -certifi==2025.4.26 +certifi==2025.6.15 # via requests charset-normalizer==3.4.2 # via requests click==8.1.8 # via pip-tools -coverage[toml]==7.8.0 +coverage[toml]==7.9.1 # via # fixity (pyproject.toml) # pytest-cov exceptiongroup==1.3.0 # via pytest -greenlet==3.2.2 +greenlet==3.2.3 # via sqlalchemy idna==3.10 # via requests @@ -33,20 +33,24 @@ packaging==25.0 pip-tools==7.4.1 # via fixity (pyproject.toml) pluggy==1.6.0 + # via + # pytest + # pytest-cov +pygments==2.19.2 # via pytest pyproject-hooks==1.2.0 # via # build # pip-tools -pytest==8.3.5 +pytest==8.4.1 # via # fixity (pyproject.toml) # pytest-cov -pytest-cov==6.1.1 +pytest-cov==6.2.1 # via fixity (pyproject.toml) -requests==2.32.3 +requests==2.32.4 # via fixity (pyproject.toml) -ruff==0.11.10 +ruff==0.12.0 # via fixity (pyproject.toml) sqlalchemy==2.0.41 # via fixity (pyproject.toml) @@ -56,19 +60,19 @@ tomli==2.2.1 # coverage # pip-tools # pytest -typing-extensions==4.13.2 +typing-extensions==4.14.0 # via # exceptiongroup # sqlalchemy -urllib3==2.4.0 +urllib3==2.5.0 # via requests wheel==0.45.1 # via pip-tools -zipp==3.21.0 +zipp==3.23.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: pip==25.1.1 # via pip-tools -setuptools==80.8.0 +setuptools==80.9.0 # via pip-tools diff --git a/requirements.txt b/requirements.txt index 96ddfa2..c0c980b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,19 +4,19 @@ # # pip-compile --allow-unsafe --output-file=requirements.txt pyproject.toml # -certifi==2025.4.26 +certifi==2025.6.15 # via requests charset-normalizer==3.4.2 # via requests -greenlet==3.2.2 +greenlet==3.2.3 # via sqlalchemy idna==3.10 # via requests -requests==2.32.3 +requests==2.32.4 # via fixity (pyproject.toml) sqlalchemy==2.0.41 # via fixity (pyproject.toml) -typing-extensions==4.13.2 +typing-extensions==4.14.0 # via sqlalchemy -urllib3==2.4.0 +urllib3==2.5.0 # via requests