Skip to content

Commit cb2cf1d

Browse files
committed
Merge branch '3.1.x'
2 parents 9ecc1d1 + 2e1f46b commit cb2cf1d

File tree

11 files changed

+55
-71
lines changed

11 files changed

+55
-71
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
26+
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
2727
with:
2828
path: ./dist
2929
provenance:
@@ -44,7 +44,7 @@ jobs:
4444
permissions:
4545
contents: write
4646
steps:
47-
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
47+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
4848
- name: create release
4949
run: >
5050
gh release create --draft --repo ${{ github.repository }}
@@ -63,7 +63,7 @@ jobs:
6363
permissions:
6464
id-token: write
6565
steps:
66-
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
66+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
6767
- uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
6868
with:
6969
repository-url: https://test.pypi.org/legacy/

.pre-commit-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
ci:
2-
autoupdate_schedule: monthly
31
repos:
42
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.5.6
3+
rev: v0.6.2
64
hooks:
75
- id: ruff
86
- id: ruff-format

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,8 @@ ignore-init-module-imports = true
9797
[tool.ruff.lint.isort]
9898
force-single-line = true
9999
order-by-type = false
100+
101+
[tool.gha-update]
102+
tag-only = [
103+
"slsa-framework/slsa-github-generator",
104+
]

requirements-skip/tests-min.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ markupsafe==2.1.5
2020
# werkzeug
2121
sqlalchemy==2.0.16
2222
# via -r tests-min.in
23-
typing-extensions==4.11.0
23+
typing-extensions==4.12.2
2424
# via sqlalchemy
2525
werkzeug==2.2.3
2626
# via

requirements/build.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
build==1.2.1
88
# via -r build.in
9-
packaging==24.0
9+
packaging==24.1
1010
# via build
11-
pyproject-hooks==1.0.0
11+
pyproject-hooks==1.1.0
1212
# via build

requirements/dev.txt

Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#
55
# pip-compile dev.in
66
#
7-
alabaster==0.7.16
7+
alabaster==1.0.0
88
# via
99
# -r docs.txt
1010
# sphinx
11-
babel==2.14.0
11+
babel==2.16.0
1212
# via
1313
# -r docs.txt
1414
# sphinx
15-
cachetools==5.3.3
15+
cachetools==5.5.0
1616
# via tox
1717
certifi==2024.7.4
1818
# via
@@ -34,13 +34,13 @@ docutils==0.21.2
3434
# via
3535
# -r docs.txt
3636
# sphinx
37-
filelock==3.13.4
37+
filelock==3.15.4
3838
# via
3939
# tox
4040
# virtualenv
41-
identify==2.5.36
41+
identify==2.6.0
4242
# via pre-commit
43-
idna==3.7
43+
idna==3.8
4444
# via
4545
# -r docs.txt
4646
# requests
@@ -67,12 +67,12 @@ mypy-extensions==1.0.0
6767
# via
6868
# -r typing.txt
6969
# mypy
70-
nodeenv==1.8.0
70+
nodeenv==1.9.1
7171
# via
7272
# -r typing.txt
7373
# pre-commit
7474
# pyright
75-
packaging==24.0
75+
packaging==24.1
7676
# via
7777
# -r docs.txt
7878
# -r tests.txt
@@ -84,7 +84,7 @@ packaging==24.0
8484
# tox
8585
pallets-sphinx-themes==2.1.3
8686
# via -r docs.txt
87-
platformdirs==4.2.1
87+
platformdirs==4.2.2
8888
# via
8989
# tox
9090
# virtualenv
@@ -96,21 +96,21 @@ pluggy==1.5.0
9696
# tox
9797
pre-commit==3.8.0
9898
# via -r dev.in
99-
pygments==2.17.2
99+
pygments==2.18.0
100100
# via
101101
# -r docs.txt
102102
# sphinx
103-
pyproject-api==1.6.1
103+
pyproject-api==1.7.1
104104
# via tox
105-
pyright==1.1.374
105+
pyright==1.1.377
106106
# via -r typing.txt
107107
pytest==8.3.2
108108
# via
109109
# -r tests.txt
110110
# -r typing.txt
111-
pyyaml==6.0.1
111+
pyyaml==6.0.2
112112
# via pre-commit
113-
requests==2.32.0
113+
requests==2.32.3
114114
# via
115115
# -r docs.txt
116116
# sphinx
@@ -123,15 +123,15 @@ sphinx==8.0.2
123123
# -r docs.txt
124124
# pallets-sphinx-themes
125125
# sphinxcontrib-log-cabinet
126-
sphinxcontrib-applehelp==1.0.8
126+
sphinxcontrib-applehelp==2.0.0
127127
# via
128128
# -r docs.txt
129129
# sphinx
130-
sphinxcontrib-devhelp==1.0.6
130+
sphinxcontrib-devhelp==2.0.0
131131
# via
132132
# -r docs.txt
133133
# sphinx
134-
sphinxcontrib-htmlhelp==2.0.5
134+
sphinxcontrib-htmlhelp==2.1.0
135135
# via
136136
# -r docs.txt
137137
# sphinx
@@ -141,28 +141,25 @@ sphinxcontrib-jsmath==1.0.1
141141
# sphinx
142142
sphinxcontrib-log-cabinet==1.0.1
143143
# via -r docs.txt
144-
sphinxcontrib-qthelp==1.0.7
144+
sphinxcontrib-qthelp==2.0.0
145145
# via
146146
# -r docs.txt
147147
# sphinx
148-
sphinxcontrib-serializinghtml==1.1.10
148+
sphinxcontrib-serializinghtml==2.0.0
149149
# via
150150
# -r docs.txt
151151
# sphinx
152-
tox==4.15.1
152+
tox==4.18.0
153153
# via -r dev.in
154-
typing-extensions==4.11.0
154+
typing-extensions==4.12.2
155155
# via
156156
# -r typing.txt
157157
# mypy
158158
urllib3==2.2.2
159159
# via
160160
# -r docs.txt
161161
# requests
162-
virtualenv==20.26.0
162+
virtualenv==20.26.3
163163
# via
164164
# pre-commit
165165
# tox
166-
167-
# The following packages are considered to be unsafe in a requirements file:
168-
# setuptools

requirements/docs.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,33 @@
44
#
55
# pip-compile docs.in
66
#
7-
alabaster==0.7.16
7+
alabaster==1.0.0
88
# via sphinx
9-
babel==2.14.0
9+
babel==2.16.0
1010
# via sphinx
1111
certifi==2024.7.4
1212
# via requests
1313
charset-normalizer==3.3.2
1414
# via requests
1515
docutils==0.21.2
1616
# via sphinx
17-
idna==3.7
17+
idna==3.8
1818
# via requests
1919
imagesize==1.4.1
2020
# via sphinx
2121
jinja2==3.1.4
2222
# via sphinx
2323
markupsafe==2.1.5
2424
# via jinja2
25-
packaging==24.0
25+
packaging==24.1
2626
# via
2727
# pallets-sphinx-themes
2828
# sphinx
2929
pallets-sphinx-themes==2.1.3
3030
# via -r docs.in
31-
pygments==2.17.2
31+
pygments==2.18.0
3232
# via sphinx
33-
requests==2.32.0
33+
requests==2.32.3
3434
# via sphinx
3535
snowballstemmer==2.2.0
3636
# via sphinx
@@ -39,19 +39,19 @@ sphinx==8.0.2
3939
# -r docs.in
4040
# pallets-sphinx-themes
4141
# sphinxcontrib-log-cabinet
42-
sphinxcontrib-applehelp==1.0.8
42+
sphinxcontrib-applehelp==2.0.0
4343
# via sphinx
44-
sphinxcontrib-devhelp==1.0.6
44+
sphinxcontrib-devhelp==2.0.0
4545
# via sphinx
46-
sphinxcontrib-htmlhelp==2.0.5
46+
sphinxcontrib-htmlhelp==2.1.0
4747
# via sphinx
4848
sphinxcontrib-jsmath==1.0.1
4949
# via sphinx
5050
sphinxcontrib-log-cabinet==1.0.1
5151
# via -r docs.in
52-
sphinxcontrib-qthelp==1.0.7
52+
sphinxcontrib-qthelp==2.0.0
5353
# via sphinx
54-
sphinxcontrib-serializinghtml==1.1.10
54+
sphinxcontrib-serializinghtml==2.0.0
5555
# via sphinx
5656
urllib3==2.2.2
5757
# via requests

requirements/tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
iniconfig==2.0.0
88
# via pytest
9-
packaging==24.0
9+
packaging==24.1
1010
# via pytest
1111
pluggy==1.5.0
1212
# via pytest

requirements/typing.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,15 @@ mypy==1.11.1
1010
# via -r typing.in
1111
mypy-extensions==1.0.0
1212
# via mypy
13-
nodeenv==1.8.0
13+
nodeenv==1.9.1
1414
# via pyright
15-
packaging==24.0
15+
packaging==24.1
1616
# via pytest
1717
pluggy==1.5.0
1818
# via pytest
19-
pyright==1.1.374
19+
pyright==1.1.377
2020
# via -r typing.in
2121
pytest==8.3.2
2222
# via -r typing.in
23-
typing-extensions==4.11.0
23+
typing-extensions==4.12.2
2424
# via mypy
25-
26-
# The following packages are considered to be unsafe in a requirements file:
27-
# setuptools

0 commit comments

Comments
 (0)