diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-15 21:44:40 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-15 21:44:40 +0200 |
commit | b7aa78ba05d3882436145b672c0493fba0083c80 (patch) | |
tree | aa9427ef9eed2dc5f860ea6f6f9a4a102fccf5d9 /requirements.txt | |
parent | Makefile: add venv-update command (diff) | |
download | cgitize-b7aa78ba05d3882436145b672c0493fba0083c80.tar.gz cgitize-b7aa78ba05d3882436145b672c0493fba0083c80.zip |
bump dependencies
Unfortunately, atlassian-python-api doesn't follow the "same major
version = no breakage" principle, and happily broke a number of things
between 3.25.0 and 3.28.1. Oh well, let's fix the version at 3.28.X, I
guess.
Diffstat (limited to '')
-rw-r--r-- | requirements.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/requirements.txt b/requirements.txt index d191b5c..f3bdadf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,19 @@ -atlassian-python-api==3.25.0 -certifi==2022.5.18.1 -cffi==1.15.0 -charset-normalizer==2.0.12 +atlassian-python-api==3.28.1 +certifi==2022.9.24 +cffi==1.15.1 +charset-normalizer==2.1.1 Deprecated==1.2.13 -idna==3.3 -oauthlib==3.2.0 +idna==3.4 +oauthlib==3.2.1 pycparser==2.21 -PyGithub==1.55 -PyJWT==2.4.0 +PyGithub==1.56 +PyJWT==2.5.0 PyNaCl==1.5.0 python-gitlab==2.10.1 -requests==2.27.1 +requests==2.28.1 requests-oauthlib==1.3.1 -requests-toolbelt==0.9.1 +requests-toolbelt==0.10.0 six==1.16.0 tomli==1.2.3 -urllib3==1.26.9 +urllib3==1.26.12 wrapt==1.14.1 |