File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff line change 11repos :
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
Original file line number Diff line number Diff line change 66#
77build==1.2.2.post1
88 # via -r build.in
9- packaging==24.1
9+ packaging==24.2
1010 # via build
1111pyproject-hooks==1.2.0
1212 # via build
Original file line number Diff line number Diff 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
5454idna==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
119119pyproject-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
123123pytest==8.3.3
124124 # via
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ jinja2==3.1.4
2424 # via sphinx
2525markupsafe==3.0.2
2626 # via jinja2
27- packaging==24.1
27+ packaging==24.2
2828 # via
2929 # pallets-sphinx-themes
3030 # sphinx
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ asgiref==3.8.1
88 # via -r tests.in
99iniconfig==2.0.0
1010 # via pytest
11- packaging==24.1
11+ packaging==24.2
1212 # via pytest
1313pluggy==1.5.0
1414 # via pytest
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ mypy-extensions==1.0.0
1818 # via mypy
1919nodeenv==1.9.1
2020 # via pyright
21- packaging==24.1
21+ packaging==24.2
2222 # via pytest
2323pluggy==1.5.0
2424 # via pytest
2525pycparser==2.22
2626 # via cffi
27- pyright==1.1.387
27+ pyright==1.1.389
2828 # via -r typing.in
2929pytest==8.3.3
3030 # via -r typing.in
You can’t perform that action at this time.
0 commit comments