diff --git a/diracx-core/pyproject.toml b/diracx-core/pyproject.toml index afcd1419..0c09148a 100644 --- a/diracx-core/pyproject.toml +++ b/diracx-core/pyproject.toml @@ -13,9 +13,9 @@ classifiers = [ "Topic :: System :: Distributed Computing", ] dependencies = [ - "aiobotocore>=2.12", + "aiobotocore>=2.15", "authlib", - "botocore", + "botocore>=1.35", "cachetools", "email_validator", "gitpython", diff --git a/diracx-routers/pyproject.toml b/diracx-routers/pyproject.toml index b740836b..a72c1743 100644 --- a/diracx-routers/pyproject.toml +++ b/diracx-routers/pyproject.toml @@ -13,9 +13,9 @@ classifiers = [ "Topic :: System :: Distributed Computing", ] dependencies = [ - "aiobotocore>=2.12", + "aiobotocore>=2.15", "authlib", - "botocore", + "botocore>=1.35", "cachetools", "dirac", "diracx-core", diff --git a/extensions/gubbins/gubbins-client/pyproject.toml b/extensions/gubbins/gubbins-client/pyproject.toml index fdb290d8..fb483ec5 100644 --- a/extensions/gubbins/gubbins-client/pyproject.toml +++ b/extensions/gubbins/gubbins-client/pyproject.toml @@ -2,7 +2,7 @@ name = "gubbins-client" description = "TODO" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.11" keywords = [] license = { text = "GPL-3.0-only" } classifiers = [ diff --git a/extensions/gubbins/gubbins-db/pyproject.toml b/extensions/gubbins/gubbins-db/pyproject.toml index ced03e27..127196da 100644 --- a/extensions/gubbins/gubbins-db/pyproject.toml +++ b/extensions/gubbins/gubbins-db/pyproject.toml @@ -2,7 +2,7 @@ name = "gubbins-db" description = "DB classes for the Gubbins diracx extension" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.11" keywords = [] license = { text = "GPL-3.0-only" } classifiers = [ @@ -45,7 +45,6 @@ addopts = [ "-v", "--cov=gubbins.db", "--cov-report=term-missing", - "-pgubbins.testing", # Both gubbins and diracx are needed here "-pgubbins.testing", "-pdiracx.testing", diff --git a/extensions/gubbins/gubbins-routers/pyproject.toml b/extensions/gubbins/gubbins-routers/pyproject.toml index 2ab09e95..10ce3983 100644 --- a/extensions/gubbins/gubbins-routers/pyproject.toml +++ b/extensions/gubbins/gubbins-routers/pyproject.toml @@ -2,7 +2,7 @@ name = "gubbins-routers" description = "TODO" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.11" keywords = [] license = { text = "GPL-3.0-only" } classifiers = [ diff --git a/extensions/gubbins/gubbins-testing/pyproject.toml b/extensions/gubbins/gubbins-testing/pyproject.toml index 112227eb..be1a2cfe 100644 --- a/extensions/gubbins/gubbins-testing/pyproject.toml +++ b/extensions/gubbins/gubbins-testing/pyproject.toml @@ -2,7 +2,7 @@ name = "gubbins-testing" description = "TODO" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.11" keywords = [] license = {text = "GPL-3.0-only"} classifiers = [ diff --git a/extensions/gubbins/pyproject.toml b/extensions/gubbins/pyproject.toml index 0e618a10..a10370f5 100644 --- a/extensions/gubbins/pyproject.toml +++ b/extensions/gubbins/pyproject.toml @@ -2,7 +2,7 @@ name = "gubbins" description = "Client installation for users of DiracX installations" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.11" keywords = [] license = { text = "GPL-3.0-only" } classifiers = [