Skip to content

Commit 4e57d87

Browse files
authored
chore: update packages and update to 1.0.0 (#273)
1 parent 12e8e3f commit 4e57d87

File tree

7 files changed

+614
-525
lines changed

7 files changed

+614
-525
lines changed

docs/poetry.lock

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

docs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scaleway-docs"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = ""
55
authors = ["Scaleway <[email protected]>"]
66
license = "BSD"

scaleway-async/poetry.lock

Lines changed: 177 additions & 181 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
@@ -24,10 +24,10 @@ classifiers = [
2424

2525
[tool.poetry.dependencies]
2626
python = "^3.8"
27-
scaleway-core = "^0"
27+
scaleway-core = "^1"
2828

2929
[tool.poetry.group.dev.dependencies]
30-
mypy = "^0"
30+
mypy = "*"
3131
black = "^22.10.0"
3232
bandit = { extras = ["toml"], version = "^1.7.4" }
3333
scaleway-core = { path = "../scaleway-core", develop = true }

scaleway-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scaleway-core"
3-
version = "0.0.1"
3+
version = "1.0.0"
44
description = "Scaleway SDK for Python"
55
authors = ["Scaleway <[email protected]>"]
66
license = "BSD"

scaleway/poetry.lock

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

scaleway/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scaleway"
3-
version = "0.0.1"
3+
version = "1.0.0"
44
description = "Scaleway SDK for Python"
55
authors = ["Scaleway <[email protected]>"]
66
license = "BSD"
@@ -24,10 +24,10 @@ classifiers = [
2424

2525
[tool.poetry.dependencies]
2626
python = "^3.8"
27-
scaleway-core = "^0"
27+
scaleway-core = "^1"
2828

2929
[tool.poetry.group.dev.dependencies]
30-
mypy = "^0"
30+
mypy = "*"
3131
black = "^22.10.0"
3232
bandit = { extras = ["toml"], version = "^1.7.4" }
3333
scaleway-core = { path = "../scaleway-core", develop = true }

0 commit comments

Comments
 (0)