Skip to content

Commit 855c526

Browse files
authored
chore(deps): clean up unnecessary production dependencies (#1300)
1 parent 3275b76 commit 855c526

File tree

7 files changed

+810
-708
lines changed

7 files changed

+810
-708
lines changed

scaleway-async/poetry.lock

Lines changed: 31 additions & 32 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ classifiers = [
2525
[tool.poetry.dependencies]
2626
python = ">=3.10"
2727
scaleway-core = "*"
28-
pytest-cov = ">=6.3,<8.0"
2928

3029
[tool.poetry.group.dev.dependencies]
3130
scaleway-core = { path = "../scaleway-core", develop = true }
3231
ruff = ">=0.5.0,<0.13.3"
3332
mypy = "^1.5.1"
3433
ty = "^0.0.1a15"
35-
pyrefly = ">=0.24.2,<0.32.0"
3634
pytest = "^8.4.1"
35+
pyrefly = "^0.36.1"
36+
pytest-cov = "^6.3.0"
3737

3838
[build-system]
3939
requires = ["poetry-core"]

0 commit comments

Comments
 (0)