diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-21 16:44:46 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-21 16:44:46 +0200 |
commit | e14a235f9037ee9a5ec2f6bf04ee1df53275ca24 (patch) | |
tree | 184897e25a12ed109dd5431b09852c3e7027bce6 | |
parent | workflows/ci: ignore changes in docs (diff) | |
download | cgitize-e14a235f9037ee9a5ec2f6bf04ee1df53275ca24.tar.gz cgitize-e14a235f9037ee9a5ec2f6bf04ee1df53275ca24.zip |
requirements.txt: bump dependencies
-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 |