diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-30 00:19:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-30 00:19:44 +0300 |
commit | bcddb4d12017a37e03a51da1d945ed376b55249a (patch) | |
tree | 1c1c66a0d1d675dbfd75287daf5d60b11aa962ba /requirements.txt | |
parent | README: update (diff) | |
download | cgitize-bcddb4d12017a37e03a51da1d945ed376b55249a.tar.gz cgitize-bcddb4d12017a37e03a51da1d945ed376b55249a.zip |
requirements.txt: bump dependencies
Diffstat (limited to '')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index c3a9253..8755fcd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -atlassian-python-api==3.12.1 +atlassian-python-api==3.20.1 certifi==2021.5.30 cffi==1.14.6 charset-normalizer==2.0.4 @@ -14,6 +14,6 @@ requests==2.26.0 requests-oauthlib==1.3.0 requests-toolbelt==0.9.1 six==1.16.0 -tomli==1.2.0 +tomli==1.2.3 urllib3==1.26.6 wrapt==1.12.1 |