Skip to content

Commit 1b20882

Browse files
authored
Merge pull request #1005 from secure-systems-lab/dependabot/pip/dependencies-9b6e3634ec
build(deps): bump the dependencies group across 1 directory with 7 updates
2 parents e79c8e5 + e392123 commit 1b20882

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

.github/workflows/_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ jobs:
8383
fi
8484
8585
- name: Run tox
86-
run: tox -e ${{ matrix.toxenv }}
86+
env:
87+
TOXENV: ${{ matrix.toxenv }}
88+
run: tox
8789

8890
summary:
8991
needs: test

requirements-aws.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3~=1.38.14
2-
botocore~=1.38.14
1+
boto3~=1.38.28
2+
botocore~=1.38.28

requirements-lint.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
mypy==1.15.0
2-
ruff==0.11.10
3-
zizmor==1.7.0
1+
mypy==1.16.0
2+
ruff==0.11.12
3+
zizmor==1.9.0

requirements-pinned.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cffi==1.17.1
1010
# via
1111
# cryptography
1212
# pyspx
13-
cryptography==43.0.3
13+
cryptography==44.0.3
1414
# via -r requirements.txt
1515
pycparser==2.22
1616
# via cffi

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# additional test tools
2-
coverage==7.8.0
2+
coverage==7.8.2

0 commit comments

Comments
 (0)