Skip to content

Commit 7058f55

Browse files
Bump the dependencies group across 1 directory with 4 updates
Bumps the dependencies group with 4 updates in the / directory: [coverage](https://github.com/nedbat/coveragepy), [pykcs11](https://github.com/LudovicRousseau/PyKCS11), [boto3](https://github.com/boto/boto3) and [botocore](https://github.com/boto/botocore). Updates `coverage` from 7.5.1 to 7.5.3 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.5.1...7.5.3) Updates `pykcs11` from 1.5.15 to 1.5.16 - [Release notes](https://github.com/LudovicRousseau/PyKCS11/releases) - [Changelog](https://github.com/LudovicRousseau/PyKCS11/blob/master/Changes.txt) - [Commits](LudovicRousseau/PyKCS11@1.5.15...1.5.16) Updates `boto3` from 1.34.104 to 1.34.118 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.34.104...1.34.118) Updates `botocore` from 1.34.104 to 1.34.118 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](boto/botocore@1.34.104...1.34.118) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pykcs11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e734e4 commit 7058f55

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements-aws.txt

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

requirements-pinned.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cryptography==42.0.7
1414
# via -r requirements.txt
1515
pycparser==2.22
1616
# via cffi
17-
pykcs11==1.5.15
17+
pykcs11==1.5.16
1818
# via -r requirements.txt
1919
pyspx==0.5.0 ; platform_system != "Windows"
2020
# via -r requirements.txt

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.5.1
2+
coverage==7.5.3

0 commit comments

Comments
 (0)