Skip to content

Commit f339b13

Browse files
authored
Merge branch 'main' into dependabot/pip/scaleway-core/ty-0.0.1a21
2 parents afe3b1c + 27745f0 commit f339b13

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

scaleway-async/poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scaleway-async/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
[tool.poetry.dependencies]
2626
python = ">=3.10"
2727
scaleway-core = "*"
28-
pytest-cov = "^6.3.0"
28+
pytest-cov = ">=6.3,<8.0"
2929

3030
[tool.poetry.group.dev.dependencies]
3131
scaleway-core = { path = "../scaleway-core", develop = true }

scaleway/poetry.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scaleway/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
[tool.poetry.dependencies]
2626
python = ">=3.10"
2727
scaleway-core = "*"
28-
pyrefly = ">=0.24.2,<0.32.0"
28+
pyrefly = ">=0.24.2,<0.36.0"
2929
vcrpy = "^7.0.0"
3030
pytest-timeout = "^2.4.0"
3131
pytest-cov = "^6.3.0"
@@ -35,7 +35,7 @@ scaleway-core = { path = "../scaleway-core", develop = true }
3535
ruff = ">=0.5.0,<0.12.12"
3636
mypy = "^1.5.1"
3737
ty = "^0.0.1a15"
38-
pyrefly = ">=0.24.2,<0.32.0"
38+
pyrefly = ">=0.24.2,<0.36.0"
3939
pytest = "^8.4.1"
4040

4141
[build-system]

0 commit comments

Comments
 (0)