Skip to content

Commit 8926695

Browse files
authored
Merge branch 'master' into azureupgrade
2 parents ce794f4 + 5f9a24c commit 8926695

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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:
@@ -64,6 +64,6 @@ jobs:
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/

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
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') }}

requirements-skip/tests-min.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ isort==5.13.2
8484
# via pylint
8585
itsdangerous==2.2.0
8686
# via flask
87-
jinja2==3.1.4
87+
jinja2==3.1.5
8888
# via
8989
# flask
9090
# flask-babel

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ iniconfig==2.0.0
4848
# via pytest
4949
isort==5.13.2
5050
# via pylint
51-
jinja2==3.1.4
51+
jinja2==3.1.5
5252
# via
5353
# moto
5454
# sphinx

requirements/tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ iniconfig==2.0.0
3838
# via pytest
3939
isort==5.13.2
4040
# via pylint
41-
jinja2==3.1.4
41+
jinja2==3.1.5
4242
# via moto
4343
jmespath==1.0.1
4444
# via

requirements/typing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ iniconfig==2.0.0
4040
# via pytest
4141
isort==5.13.2
4242
# via pylint
43-
jinja2==3.1.4
43+
jinja2==3.1.5
4444
# via moto
4545
jmespath==1.0.1
4646
# via

0 commit comments

Comments
 (0)