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
4 changes: 2 additions & 2 deletions .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.11.10
rev: v0.12.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -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:
Expand Down
26 changes: 15 additions & 11 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand All @@ -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
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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