diff options
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index 22d0f88418..c038cd5a73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ # CSIT Core dependencies ecdsa==0.19.0 paramiko==3.4.0 -pycrypto==2.6.1 +pycryptodome==3.20.0 python-dateutil==2.9.0 PyYAML==6.0.1 requests==2.32.2 @@ -49,10 +49,10 @@ pylint==3.2.6 # Other PIP freeze dependencies. astroid==3.2.4 -attrs==23.2.0 +attrs==24.2.0 bcrypt==4.2.0 certifi==2024.7.4 -cffi==1.16.0 +cffi==1.17.0 charset-normalizer==3.3.2 cryptography==43.0.0 idna==3.7 @@ -68,9 +68,9 @@ pycparser==2.22 PyNaCl==1.5.0 referencing==0.35.1 resolvelib==1.0.1 -rpds-py==0.19.1 +rpds-py==0.20.0 six==1.16.0 tomli==2.0.1 tomlkit==0.13.0 typing_extensions==4.12.2 -urllib3==2.2.2 +urllib3==2.2.2
\ No newline at end of file |