diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 75c3f54..52d7e0e 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.14.10 + rev: v0.14.14 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/requirements-dev.txt b/requirements-dev.txt index 4255b81..c28077d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe --extra=dev --output-file=requirements-dev.txt pyproject.toml # -build==1.3.0 +build==1.4.0 # via pip-tools certifi==2026.1.4 # via requests @@ -18,16 +18,17 @@ coverage[toml]==7.13.1 # pytest-cov exceptiongroup==1.3.1 # via pytest -greenlet==3.3.0 +greenlet==3.3.1 # via sqlalchemy idna==3.11 # via requests iniconfig==2.3.0 # via pytest -packaging==25.0 +packaging==26.0 # via # build # pytest + # wheel pip-tools==7.5.2 # via fixity (pyproject.toml) pluggy==1.6.0 @@ -48,11 +49,11 @@ pytest-cov==7.0.0 # via fixity (pyproject.toml) requests==2.32.5 # via fixity (pyproject.toml) -ruff==0.14.10 +ruff==0.14.14 # via fixity (pyproject.toml) -sqlalchemy==2.0.45 +sqlalchemy==2.0.46 # via fixity (pyproject.toml) -tomli==2.3.0 +tomli==2.4.0 # via # build # coverage @@ -64,11 +65,11 @@ typing-extensions==4.15.0 # sqlalchemy urllib3==2.6.3 # via requests -wheel==0.45.1 +wheel==0.46.3 # via pip-tools # The following packages are considered to be unsafe in a requirements file: pip==25.3 # via pip-tools -setuptools==80.9.0 +setuptools==80.10.1 # via pip-tools diff --git a/requirements.txt b/requirements.txt index bd310ea..be84d08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,13 +8,13 @@ certifi==2026.1.4 # via requests charset-normalizer==3.4.4 # via requests -greenlet==3.3.0 +greenlet==3.3.1 # via sqlalchemy idna==3.11 # via requests requests==2.32.5 # via fixity (pyproject.toml) -sqlalchemy==2.0.45 +sqlalchemy==2.0.46 # via fixity (pyproject.toml) typing-extensions==4.15.0 # via sqlalchemy