Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pin minimum versions for aiobotocore #311

Merged
merged 2 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions diracx-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions diracx-routers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion extensions/gubbins/gubbins-client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
3 changes: 1 addition & 2 deletions extensions/gubbins/gubbins-db/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion extensions/gubbins/gubbins-routers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion extensions/gubbins/gubbins-testing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion extensions/gubbins/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down