Skip to content

Commit

Permalink
chore(deps-dev): update python 3.10 (scaleway#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laure-di authored Jan 6, 2025
1 parent d9f041b commit 5cf847c
Show file tree
Hide file tree
Showing 6 changed files with 579 additions and 470 deletions.
387 changes: 212 additions & 175 deletions scaleway-async/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scaleway-async/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.10"
scaleway-core = "*"

[tool.poetry.group.dev.dependencies]
Expand Down
269 changes: 152 additions & 117 deletions scaleway-core/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scaleway-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.10"
requests = "^2.28.1"
PyYAML = "^6.0"
python-dateutil = "^2.8.2"
Expand Down
387 changes: 212 additions & 175 deletions scaleway/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scaleway/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.10"
scaleway-core = "*"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 5cf847c

Please sign in to comment.