Skip to content

Commit e47c9ca

Browse files
build(deps): bump the dependencies group with 2 updates (#2703)
Bumps the dependencies group with 2 updates: [idna](https://github.com/kjd/idna) and [urllib3](https://github.com/urllib3/urllib3). Updates `idna` from 3.8 to 3.10 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.8...v3.10) Updates `urllib3` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.2...2.2.3) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34744cd commit e47c9ca

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
@@ -2,9 +2,9 @@ certifi==2024.8.30 # via requests
22
cffi==1.17.1 # via cryptography, pynacl
33
charset-normalizer==3.3.2 # via requests
44
cryptography==43.0.1 # via securesystemslib
5-
idna==3.8 # via requests
5+
idna==3.10 # via requests
66
pycparser==2.22 # via cffi
77
pynacl==1.5.0 # via securesystemslib
88
requests==2.32.3
99
securesystemslib[crypto,pynacl]==1.1.0
10-
urllib3==2.2.2 # via requests
10+
urllib3==2.2.3 # via requests

0 commit comments

Comments
 (0)