diff options
-rw-r--r-- | requirements.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index 77f5244..94102b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ atlassian-python-api==3.28.1 certifi==2024.8.30 cffi==1.17.1 -charset-normalizer==3.3.2 -cryptography==43.0.1 -Deprecated==1.2.14 +charset-normalizer==3.4.0 +cryptography==44.0.0 +Deprecated==1.2.15 idna==3.10 oauthlib==3.2.2 pycparser==2.22 PyGithub==1.59.1 -PyJWT==2.9.0 +PyJWT==2.10.1 PyNaCl==1.5.0 python-gitlab==2.10.1 requests==2.32.3 @@ -17,4 +17,4 @@ requests-toolbelt==1.0.0 six==1.16.0 tomli==1.2.3 urllib3==2.2.3 -wrapt==1.16.0 +wrapt==1.17.0 |