Skip to content

Commit

Permalink
Merge branch 'main' into gh-actions-update-1727870502
Browse files Browse the repository at this point in the history
  • Loading branch information
jab authored Oct 3, 2024
2 parents e19ee84 + c06eebd commit cf9df98
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@ repos:
args: ["--uri-ignore-words-list", "*"] # https://github.com/codespell-project/codespell/issues/2473

- repo: https://github.com/crate-ci/typos
rev: v1.24.1
rev: v1.25.0
hooks:
- id: typos
args: [--write-changes]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies:
- hypothesis
- pytest

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.2
rev: v0.6.8
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
20 changes: 10 additions & 10 deletions dev-deps/dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --universal dev-deps/dev.in -o dev-deps/dev.txt
cachetools==5.4.0
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
Expand All @@ -10,7 +10,7 @@ colorama==0.4.6
# tox
distlib==0.3.8
# via virtualenv
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
Expand All @@ -28,7 +28,7 @@ packaging==24.1
# pytest
# tox
# tox-uv
platformdirs==4.2.2
platformdirs==4.3.6
# via
# tox
# virtualenv
Expand All @@ -42,27 +42,27 @@ pprintpp==0.4.0
# pytest-icdiff
pygments==2.18.0
# via rich
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
pytest==8.3.2
pytest==8.3.3
# via
# pytest-clarity
# pytest-icdiff
pytest-clarity==1.0.1
# via -r dev-deps/dev.in
pytest-icdiff==0.9
# via -r dev-deps/dev.in
rich==13.7.1
rich==13.8.1
# via pytest-clarity
tox==4.18.0
tox==4.21.0
# via
# -r dev-deps/dev.in
# tox-uv
tox-uv==1.11.2
tox-uv==1.13.0
# via -r dev-deps/dev.in
uv==0.2.37
uv==0.4.17
# via
# -r dev-deps/dev.in
# tox-uv
virtualenv==20.26.3
virtualenv==20.26.6
# via tox
6 changes: 3 additions & 3 deletions dev-deps/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ babel==2.16.0
# via sphinx
beautifulsoup4==4.12.3
# via furo
certifi==2024.7.4
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -16,7 +16,7 @@ docutils==0.21.2
# via sphinx
furo==2024.8.6
# via -r dev-deps/docs.in
idna==3.7
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -58,5 +58,5 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
urllib3==2.2.2
urllib3==2.2.3
# via requests
6 changes: 3 additions & 3 deletions dev-deps/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ coverage-enable-subprocess==1.0
# via -r dev-deps/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.111.1
hypothesis==6.112.2
# via -r dev-deps/test.in
iniconfig==2.0.0
# via pytest
mypy==1.11.1
mypy==1.11.2
# via -r dev-deps/test.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -26,7 +26,7 @@ pluggy==1.5.0
# via pytest
py-cpuinfo==9.0.0
# via pytest-benchmark
pytest==8.3.2
pytest==8.3.3
# via
# -r dev-deps/test.in
# pytest-benchmark
Expand Down

0 comments on commit cf9df98

Please sign in to comment.