Skip to content

Commit 110bd2d

Browse files
author
Jussi Kukkonen
committed
Update pinned dependencies
* Re-adds six: we don't use it but dependencies do * Bumps [cffi](http://cffi.readthedocs.org) from 1.14.5 to 1.14.6. * Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.26.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](psf/requests@v2.25.1...v2.26.0) * Replaces chardet 4.0.0 with charset-normalizer 2.0.2: This is a requests dependency change * Bumps [idna](https://github.com/kjd/idna) from 2.10 to 3.2. This is now possible because requests now supports idna 3.x - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v2.10...v3.2) Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
1 parent 23e4f5c commit 110bd2d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

requirements-pinned.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
certifi==2021.5.30 # via requests
2-
cffi==1.14.5 # via cryptography, pynacl
3-
chardet==4.0.0 # via requests
2+
cffi==1.14.6 # via cryptography, pynacl
3+
charset-normalizer==2.0.2 # via requests
44
cryptography==3.4.7 # via securesystemslib
5-
idna==2.10 # via requests
5+
idna==3.2 # via requests
66
pycparser==2.20 # via cffi
77
pynacl==1.4.0 # via securesystemslib
8-
requests==2.25.1
8+
requests==2.26.0
99
securesystemslib[crypto,pynacl]==0.20.1
10+
six==1.16.0 # via pynacl, securesystemslib
1011
urllib3==1.26.6 # via requests

0 commit comments

Comments
 (0)