diff options
-rw-r--r-- | requirements.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/requirements.txt b/requirements.txt index 78279eb..7913d0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,20 @@ atlassian-python-api==3.28.1 -certifi==2022.12.7 +certifi==2023.5.7 cffi==1.15.1 -charset-normalizer==3.0.1 +charset-normalizer==3.1.0 +cryptography==40.0.2 Deprecated==1.2.13 idna==3.4 oauthlib==3.2.2 pycparser==2.21 -PyGithub==1.58.0 -PyJWT==2.6.0 +PyGithub==1.58.2 +PyJWT==2.7.0 PyNaCl==1.5.0 python-gitlab==2.10.1 -requests==2.28.2 +requests==2.30.0 requests-oauthlib==1.3.1 -requests-toolbelt==0.10.1 +requests-toolbelt==1.0.0 six==1.16.0 tomli==1.2.3 -urllib3==1.26.14 +urllib3==2.0.2 wrapt==1.15.0 |