Skip to content

Commit 3c66b74

Browse files
authored
Merge branch 'main' into threat-model
2 parents e07e00f + ece41bf commit 3c66b74

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Set up Ruby
6868
if: ${{ matrix.platform != 'windows-latest' }}
69-
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f #v1.306.0
69+
uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde #v1.307.0
7070
with:
7171
ruby-version: 3.3 # See also devcontainer
7272

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
with:
3030
persist-credentials: false
3131
- name: 'Dependency Review'
32-
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
32+
uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ development = [
6969
'pydocstyle==6.3.0',
7070
'radon==6.0.1',
7171
'xenon==0.9.3',
72-
'types-PyYAML==6.0.12.20260508',
72+
'types-PyYAML==6.0.12.20260510',
7373
'codespell==2.4.2',
74-
'mypy==2.0.0',
74+
'mypy==2.1.0',
7575
#'flake8==5.0.4', # version 6.x.x requires python >= 3.8.1 (but 3.7 support window is until 2023-06-27)
7676
'bandit==1.9.4',
7777
'vulture==2.16',
@@ -83,7 +83,7 @@ development = [
8383
"tomli; python_version < '3.11'", # Tomllib is default in 3.11, required for letting codespell read the pyproject.toml
8484
'pre-commit==4.6.0',
8585
'ruff==0.15.12',
86-
'hypothesis==6.152.4',
86+
'hypothesis==6.152.6',
8787
'import-linter==2.11',
8888
]
8989
docs = [
@@ -102,7 +102,7 @@ docs = [
102102
test = ['pytest==9.0.3', 'pytest-cov==7.1.0', 'behave==1.3.3', 'cyclonedx-python-lib[json-validation]==11.7.0']
103103
casts = ['asciinema==2.4.0']
104104
build = [
105-
'nuitka==4.0.8',
105+
'nuitka==4.1',
106106
"tomli; python_version < '3.11'", # Tomllib is default in 3.11, required for letting codespell read the pyproject.toml]
107107
"setuptools-scm==10.0.5", # For determining version
108108
]

0 commit comments

Comments
 (0)