From d512352fdabcbde198893b00797a7b6e798d46eb Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 23 Jul 2025 00:29:55 +0200 Subject: major bumps for major dependencies --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pyproject.toml') 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", ] -- cgit v1.2.3