Skip to content

Commit 63eaf03

Browse files
build(deps): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [cryptography](https://github.com/pyca/cryptography) and [urllib3](https://github.com/urllib3/urllib3). Updates `cryptography` from 42.0.2 to 42.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.2...42.0.3) Updates `urllib3` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.0...2.2.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f95162 commit 63eaf03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/pinned.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
certifi==2024.2.2 # via requests
22
cffi==1.16.0 # via cryptography, pynacl
33
charset-normalizer==3.3.2 # via requests
4-
cryptography==42.0.2 # via securesystemslib
4+
cryptography==42.0.3 # via securesystemslib
55
idna==3.6 # via requests
66
pycparser==2.21 # via cffi
77
pynacl==1.5.0 # via securesystemslib
88
requests==2.31.0
99
securesystemslib[crypto,pynacl]==0.31.0
10-
urllib3==2.2.0 # via requests
10+
urllib3==2.2.1 # via requests

0 commit comments

Comments
 (0)