diff options
author | Egor Tensin <egor@tensin.name> | 2025-07-23 00:29:55 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-07-23 01:25:49 +0200 |
commit | d512352fdabcbde198893b00797a7b6e798d46eb (patch) | |
tree | fd60b64f59373896d3a37fb1aa6ea84e2787668a /pyproject.toml | |
parent | main: log the update error (diff) | |
download | cgitize-d512352fdabcbde198893b00797a7b6e798d46eb.tar.gz cgitize-d512352fdabcbde198893b00797a7b6e798d46eb.zip |
major bumps for major dependencies
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0583f95..57ee548 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,13 +9,13 @@ license = {text = "MIT"} dynamic = ["version"] authors = [{name = "Egor Tensin", email = "egor@tensin.name"}] readme = "README.md" -requires-python = ">=3.6" +requires-python = ">=3.9" dependencies = [ - "atlassian-python-api ~= 3.28.0", + "atlassian-python-api ~= 4.0", 'importlib-metadata ~= 4.0 ; python_version < "3.8"', - "PyGithub ~= 1.0", - "python-gitlab ~= 2.0", + "PyGithub ~= 2.0", + "python-gitlab ~= 6.0", "tomli ~= 1.0", ] |