Skip to content

Commit 74ec860

Browse files
build(deps): bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [certifi](https://github.com/certifi/python-certifi), [cryptography](https://github.com/pyca/cryptography) and [urllib3](https://github.com/urllib3/urllib3). Updates `certifi` from 2023.11.17 to 2024.2.2 - [Commits](certifi/python-certifi@2023.11.17...2024.02.02) Updates `cryptography` from 42.0.1 to 42.0.2 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.1...42.0.2) Updates `urllib3` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.1.0...2.2.0) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major dependency-group: 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-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be55b87 commit 74ec860

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

requirements/pinned.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
certifi==2023.11.17 # via requests
1+
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.1 # via securesystemslib
4+
cryptography==42.0.2 # 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.1.0 # via requests
10+
urllib3==2.2.0 # via requests

0 commit comments

Comments
 (0)