Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
17 changes: 9 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down