File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2323 - name : generate hash
2424 id : hash
2525 run : cd dist && echo "hash=$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT
26- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
26+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
2727 with :
2828 path : ./dist
2929 provenance :
6464 id-token : write
6565 steps :
6666 - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
67- - uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
67+ - uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
6868 with :
6969 packages-dir : artifact/
Original file line number Diff line number Diff line change 9595 cache : pip
9696 cache-dependency-path : requirements*/*.txt
9797 - name : cache mypy
98- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
98+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
9999 with :
100100 path : ./.mypy_cache
101101 key : mypy|${{ hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ isort==5.13.2
8484 # via pylint
8585itsdangerous==2.2.0
8686 # via flask
87- jinja2==3.1.4
87+ jinja2==3.1.5
8888 # via
8989 # flask
9090 # flask-babel
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ isort==5.13.2
122122 # -r docs.txt
123123 # -r typing.txt
124124 # pylint
125- jinja2==3.1.4
125+ jinja2==3.1.5
126126 # via
127127 # -r docs.txt
128128 # -r typing.txt
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ iniconfig==2.0.0
4848 # via pytest
4949isort==5.13.2
5050 # via pylint
51- jinja2==3.1.4
51+ jinja2==3.1.5
5252 # via
5353 # moto
5454 # sphinx
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ iniconfig==2.0.0
3838 # via pytest
3939isort==5.13.2
4040 # via pylint
41- jinja2==3.1.4
41+ jinja2==3.1.5
4242 # via moto
4343jmespath==1.0.1
4444 # via
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ iniconfig==2.0.0
4040 # via pytest
4141isort==5.13.2
4242 # via pylint
43- jinja2==3.1.4
43+ jinja2==3.1.5
4444 # via moto
4545jmespath==1.0.1
4646 # via
You can’t perform that action at this time.
0 commit comments