Commit 6748a09 1 parent 22c48a7 commit 6748a09 Copy full SHA for 6748a09
File tree 7 files changed +11
-11
lines changed
7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ jobs:
64
64
id-token : write
65
65
steps :
66
66
- 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
68
68
with :
69
69
repository-url : https://test.pypi.org/legacy/
70
70
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
72
72
with :
73
73
packages-dir : artifact/
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : v0.7.1
3
+ rev : v0.7.3
4
4
hooks :
5
5
- id : ruff
6
6
- id : ruff-format
Original file line number Diff line number Diff line change 6
6
#
7
7
build==1.2.2.post1
8
8
# via -r build.in
9
- packaging==24.1
9
+ packaging==24.2
10
10
# via build
11
11
pyproject-hooks==1.2.0
12
12
# via build
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ filelock==3.16.1
49
49
# via
50
50
# tox
51
51
# virtualenv
52
- identify==2.6.1
52
+ identify==2.6.2
53
53
# via pre-commit
54
54
idna==3.10
55
55
# via
@@ -83,7 +83,7 @@ nodeenv==1.9.1
83
83
# -r /Users/david/Projects/flask/requirements/typing.txt
84
84
# pre-commit
85
85
# pyright
86
- packaging==24.1
86
+ packaging==24.2
87
87
# via
88
88
# -r /Users/david/Projects/flask/requirements/docs.txt
89
89
# -r /Users/david/Projects/flask/requirements/tests.txt
@@ -118,7 +118,7 @@ pygments==2.18.0
118
118
# sphinx-tabs
119
119
pyproject-api==1.8.0
120
120
# via tox
121
- pyright==1.1.387
121
+ pyright==1.1.389
122
122
# via -r /Users/david/Projects/flask/requirements/typing.txt
123
123
pytest==8.3.3
124
124
# via
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ jinja2==3.1.4
24
24
# via sphinx
25
25
markupsafe==3.0.2
26
26
# via jinja2
27
- packaging==24.1
27
+ packaging==24.2
28
28
# via
29
29
# pallets-sphinx-themes
30
30
# sphinx
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ asgiref==3.8.1
8
8
# via -r tests.in
9
9
iniconfig==2.0.0
10
10
# via pytest
11
- packaging==24.1
11
+ packaging==24.2
12
12
# via pytest
13
13
pluggy==1.5.0
14
14
# via pytest
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ mypy-extensions==1.0.0
18
18
# via mypy
19
19
nodeenv==1.9.1
20
20
# via pyright
21
- packaging==24.1
21
+ packaging==24.2
22
22
# via pytest
23
23
pluggy==1.5.0
24
24
# via pytest
25
25
pycparser==2.22
26
26
# via cffi
27
- pyright==1.1.387
27
+ pyright==1.1.389
28
28
# via -r typing.in
29
29
pytest==8.3.3
30
30
# via -r typing.in
You can’t perform that action at this time.
0 commit comments