aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-10-15 21:44:40 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-10-15 21:44:40 +0200
commitb7aa78ba05d3882436145b672c0493fba0083c80 (patch)
treeaa9427ef9eed2dc5f860ea6f6f9a4a102fccf5d9 /setup.cfg
parentMakefile: add venv-update command (diff)
downloadcgitize-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 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index ddba9cd..5d0f6ef 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,7 +20,7 @@ classifiers =
[options]
install_requires =
- atlassian-python-api ~= 3.0
+ atlassian-python-api ~= 3.28.0
PyGithub ~= 1.0
python-gitlab ~= 2.0
tomli ~= 1.0