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 /setup.cfg | |
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-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |