diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-27 14:37:17 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-27 14:46:05 +0200 |
commit | 9d1d04568ef6548434e32149afadc8c58f667fdb (patch) | |
tree | 6697d2df46c4680a55faf55436329caf56ffa35d | |
parent | "access_token"/"app_password" -> "token" (diff) | |
download | cgitize-9d1d04568ef6548434e32149afadc8c58f667fdb.tar.gz cgitize-9d1d04568ef6548434e32149afadc8c58f667fdb.zip |
requirements.txt: bump dependencies
Diffstat (limited to '')
-rw-r--r-- | requirements.txt | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/requirements.txt b/requirements.txt index 8755fcd..d191b5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,19 @@ -atlassian-python-api==3.20.1 -certifi==2021.5.30 -cffi==1.14.6 -charset-normalizer==2.0.4 -Deprecated==1.2.12 -idna==3.2 -oauthlib==3.1.1 -pycparser==2.20 +atlassian-python-api==3.25.0 +certifi==2022.5.18.1 +cffi==1.15.0 +charset-normalizer==2.0.12 +Deprecated==1.2.13 +idna==3.3 +oauthlib==3.2.0 +pycparser==2.21 PyGithub==1.55 -PyJWT==2.1.0 -PyNaCl==1.4.0 +PyJWT==2.4.0 +PyNaCl==1.5.0 python-gitlab==2.10.1 -requests==2.26.0 -requests-oauthlib==1.3.0 +requests==2.27.1 +requests-oauthlib==1.3.1 requests-toolbelt==0.9.1 six==1.16.0 tomli==1.2.3 -urllib3==1.26.6 -wrapt==1.12.1 +urllib3==1.26.9 +wrapt==1.14.1 |