Skip to content

Commit 6748a09

Browse files
committed
update dev dependencies
1 parent 22c48a7 commit 6748a09

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
id-token: write
6565
steps:
6666
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
67-
- uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
67+
- uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
6868
with:
6969
repository-url: https://test.pypi.org/legacy/
7070
packages-dir: artifact/
71-
- uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
71+
- uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
7272
with:
7373
packages-dir: artifact/

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.7.1
3+
rev: v0.7.3
44
hooks:
55
- id: ruff
66
- id: ruff-format

requirements/build.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
build==1.2.2.post1
88
# via -r build.in
9-
packaging==24.1
9+
packaging==24.2
1010
# via build
1111
pyproject-hooks==1.2.0
1212
# via build

requirements/dev.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ filelock==3.16.1
4949
# via
5050
# tox
5151
# virtualenv
52-
identify==2.6.1
52+
identify==2.6.2
5353
# via pre-commit
5454
idna==3.10
5555
# via
@@ -83,7 +83,7 @@ nodeenv==1.9.1
8383
# -r /Users/david/Projects/flask/requirements/typing.txt
8484
# pre-commit
8585
# pyright
86-
packaging==24.1
86+
packaging==24.2
8787
# via
8888
# -r /Users/david/Projects/flask/requirements/docs.txt
8989
# -r /Users/david/Projects/flask/requirements/tests.txt
@@ -118,7 +118,7 @@ pygments==2.18.0
118118
# sphinx-tabs
119119
pyproject-api==1.8.0
120120
# via tox
121-
pyright==1.1.387
121+
pyright==1.1.389
122122
# via -r /Users/david/Projects/flask/requirements/typing.txt
123123
pytest==8.3.3
124124
# via

requirements/docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jinja2==3.1.4
2424
# via sphinx
2525
markupsafe==3.0.2
2626
# via jinja2
27-
packaging==24.1
27+
packaging==24.2
2828
# via
2929
# pallets-sphinx-themes
3030
# sphinx

requirements/tests.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ asgiref==3.8.1
88
# via -r tests.in
99
iniconfig==2.0.0
1010
# via pytest
11-
packaging==24.1
11+
packaging==24.2
1212
# via pytest
1313
pluggy==1.5.0
1414
# via pytest

requirements/typing.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ mypy-extensions==1.0.0
1818
# via mypy
1919
nodeenv==1.9.1
2020
# via pyright
21-
packaging==24.1
21+
packaging==24.2
2222
# via pytest
2323
pluggy==1.5.0
2424
# via pytest
2525
pycparser==2.22
2626
# via cffi
27-
pyright==1.1.387
27+
pyright==1.1.389
2828
# via -r typing.in
2929
pytest==8.3.3
3030
# via -r typing.in

0 commit comments

Comments
 (0)