diff options
-rw-r--r-- | requirements.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/requirements.txt b/requirements.txt index 5223250..77f5244 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ atlassian-python-api==3.28.1 -certifi==2024.7.4 -cffi==1.16.0 +certifi==2024.8.30 +cffi==1.17.1 charset-normalizer==3.3.2 -cryptography==42.0.8 +cryptography==43.0.1 Deprecated==1.2.14 -idna==3.7 +idna==3.10 oauthlib==3.2.2 pycparser==2.22 PyGithub==1.59.1 -PyJWT==2.8.0 +PyJWT==2.9.0 PyNaCl==1.5.0 python-gitlab==2.10.1 requests==2.32.3 @@ -16,5 +16,5 @@ requests-oauthlib==2.0.0 requests-toolbelt==1.0.0 six==1.16.0 tomli==1.2.3 -urllib3==2.2.2 +urllib3==2.2.3 wrapt==1.16.0 |