Skip to content

Commit 8f2bc00

Browse files
committed
update dev dependencies
1 parent 68150d4 commit 8f2bc00

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
outputs:
1010
hash: ${{ steps.hash.outputs.hash }}
1111
steps:
12-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
13-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
12+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
1414
with:
1515
python-version: '3.x'
1616
cache: pip

.github/workflows/tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- {name: Minimum Versions, python: '3.12', tox: py-min}
3434
- {name: Development Versions, python: '3.9', tox: py-dev}
3535
steps:
36-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
37-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
36+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
3838
with:
3939
python-version: ${{ matrix.python }}
4040
allow-prereleases: true
@@ -45,14 +45,14 @@ jobs:
4545
typing:
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
49-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
48+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
5050
with:
5151
python-version: '3.x'
5252
cache: pip
5353
cache-dependency-path: requirements*/*.txt
5454
- name: cache mypy
55-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
55+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
5656
with:
5757
path: ./.mypy_cache
5858
key: mypy|${{ hashFiles('pyproject.toml') }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.7.0
5+
rev: v0.7.1
66
hooks:
77
- id: ruff
88
- id: ruff-format

requirements/dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ markupsafe==3.0.2
7272
# via
7373
# -r docs.txt
7474
# jinja2
75-
mypy==1.12.0
75+
mypy==1.13.0
7676
# via -r typing.txt
7777
mypy-extensions==1.0.0
7878
# via
@@ -93,7 +93,7 @@ packaging==24.1
9393
# pytest
9494
# sphinx
9595
# tox
96-
pallets-sphinx-themes==2.2.0
96+
pallets-sphinx-themes==2.3.0
9797
# via -r docs.txt
9898
platformdirs==4.3.6
9999
# via
@@ -118,7 +118,7 @@ pygments==2.18.0
118118
# sphinx-tabs
119119
pyproject-api==1.8.0
120120
# via tox
121-
pyright==1.1.385
121+
pyright==1.1.386
122122
# via -r typing.txt
123123
pytest==8.3.3
124124
# via
@@ -177,7 +177,7 @@ sphinxcontrib-serializinghtml==2.0.0
177177
# via
178178
# -r docs.txt
179179
# sphinx
180-
tox==4.23.0
180+
tox==4.23.2
181181
# via -r dev.in
182182
types-contextvars==2.4.7.3
183183
# via -r typing.txt

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packaging==24.1
2828
# via
2929
# pallets-sphinx-themes
3030
# sphinx
31-
pallets-sphinx-themes==2.2.0
31+
pallets-sphinx-themes==2.3.0
3232
# via -r docs.in
3333
pygments==2.18.0
3434
# via

requirements/typing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cryptography==43.0.3
1212
# via -r typing.in
1313
iniconfig==2.0.0
1414
# via pytest
15-
mypy==1.12.0
15+
mypy==1.13.0
1616
# via -r typing.in
1717
mypy-extensions==1.0.0
1818
# via mypy
@@ -24,7 +24,7 @@ pluggy==1.5.0
2424
# via pytest
2525
pycparser==2.22
2626
# via cffi
27-
pyright==1.1.385
27+
pyright==1.1.386
2828
# via -r typing.in
2929
pytest==8.3.3
3030
# via -r typing.in

0 commit comments

Comments
 (0)