From b7aa78ba05d3882436145b672c0493fba0083c80 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 15 Oct 2022 21:44:40 +0200 Subject: 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. --- requirements.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'requirements.txt') 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 -- cgit v1.2.3