Skip to content

Commit 218bf56

Browse files
committed
re-generate
1 parent ead05ea commit 218bf56

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+24904
-264
lines changed

services/authorization/poetry.lock

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

services/authorization/pyproject.toml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,21 @@ pydantic = "^2.9.2"
2424
python-dateutil = "^2.9.0.post0"
2525

2626
[tool.poetry.group.dev.dependencies]
27-
black = "24.8.0"
28-
pytest = "^8.3.3"
29-
flake8 = "^5.0.3"
30-
flake8-black = "^0.3.6"
31-
flake8-pyproject = "^1.2.3"
32-
autoimport = "^1.6.1"
33-
flake8-eol = "^0.0.8"
34-
flake8-eradicate = "^1.5.0"
35-
flake8-bandit = "^4.1.1"
36-
flake8-bugbear = "^23.1.14"
37-
flake8-quotes = "^3.4.0"
38-
isort = "^5.13.2"
27+
black = ">=24.8.0"
28+
pytest = ">=8.3.3"
29+
flake8 = [
30+
{ version= ">=5.0.3", python="<3.12"},
31+
{ version= ">=6.0.1", python=">=3.12"}
32+
]
33+
flake8-black = ">=0.3.6"
34+
flake8-pyproject = ">=1.2.3"
35+
autoimport = ">=1.6.1"
36+
flake8-eol = ">=0.0.8"
37+
flake8-eradicate = ">=1.5.0"
38+
flake8-bandit = ">=4.1.1"
39+
flake8-bugbear = ">=23.1.14"
40+
flake8-quotes = ">=3.4.0"
41+
isort = ">=5.13.2"
3942

4043
[project.urls]
4144
Homepage = "https://github.com/stackitcloud/stackit-sdk-python"

services/dns/poetry.lock

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

services/dns/pyproject.toml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,21 @@ pydantic = "^2.9.2"
2424
python-dateutil = "^2.9.0.post0"
2525

2626
[tool.poetry.group.dev.dependencies]
27-
black = "24.8.0"
28-
pytest = "^8.3.3"
29-
flake8 = "^5.0.3"
30-
flake8-black = "^0.3.6"
31-
flake8-pyproject = "^1.2.3"
32-
autoimport = "^1.6.1"
33-
flake8-eol = "^0.0.8"
34-
flake8-eradicate = "^1.5.0"
35-
flake8-bandit = "^4.1.1"
36-
flake8-bugbear = "^23.1.14"
37-
flake8-quotes = "^3.4.0"
38-
isort = "^5.13.2"
27+
black = ">=24.8.0"
28+
pytest = ">=8.3.3"
29+
flake8 = [
30+
{ version= ">=5.0.3", python="<3.12"},
31+
{ version= ">=6.0.1", python=">=3.12"}
32+
]
33+
flake8-black = ">=0.3.6"
34+
flake8-pyproject = ">=1.2.3"
35+
autoimport = ">=1.6.1"
36+
flake8-eol = ">=0.0.8"
37+
flake8-eradicate = ">=1.5.0"
38+
flake8-bandit = ">=4.1.1"
39+
flake8-bugbear = ">=23.1.14"
40+
flake8-quotes = ">=3.4.0"
41+
isort = ">=5.13.2"
3942

4043
[project.urls]
4144
Homepage = "https://github.com/stackitcloud/stackit-sdk-python"

services/iaas/poetry.lock

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

services/iaas/pyproject.toml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,21 @@ pydantic = "^2.9.2"
2424
python-dateutil = "^2.9.0.post0"
2525

2626
[tool.poetry.group.dev.dependencies]
27-
black = "24.8.0"
28-
pytest = "^8.3.3"
29-
flake8 = "^5.0.3"
30-
flake8-black = "^0.3.6"
31-
flake8-pyproject = "^1.2.3"
32-
autoimport = "^1.6.1"
33-
flake8-eol = "^0.0.8"
34-
flake8-eradicate = "^1.5.0"
35-
flake8-bandit = "^4.1.1"
36-
flake8-bugbear = "^23.1.14"
37-
flake8-quotes = "^3.4.0"
38-
isort = "^5.13.2"
27+
black = ">=24.8.0"
28+
pytest = ">=8.3.3"
29+
flake8 = [
30+
{ version= ">=5.0.3", python="<3.12"},
31+
{ version= ">=6.0.1", python=">=3.12"}
32+
]
33+
flake8-black = ">=0.3.6"
34+
flake8-pyproject = ">=1.2.3"
35+
autoimport = ">=1.6.1"
36+
flake8-eol = ">=0.0.8"
37+
flake8-eradicate = ">=1.5.0"
38+
flake8-bandit = ">=4.1.1"
39+
flake8-bugbear = ">=23.1.14"
40+
flake8-quotes = ">=3.4.0"
41+
isort = ">=5.13.2"
3942

4043
[project.urls]
4144
Homepage = "https://github.com/stackitcloud/stackit-sdk-python"

services/iaasalpha/poetry.lock

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

services/iaasalpha/pyproject.toml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,21 @@ pydantic = "^2.9.2"
2424
python-dateutil = "^2.9.0.post0"
2525

2626
[tool.poetry.group.dev.dependencies]
27-
black = "24.8.0"
28-
pytest = "^8.3.3"
29-
flake8 = "^5.0.3"
30-
flake8-black = "^0.3.6"
31-
flake8-pyproject = "^1.2.3"
32-
autoimport = "^1.6.1"
33-
flake8-eol = "^0.0.8"
34-
flake8-eradicate = "^1.5.0"
35-
flake8-bandit = "^4.1.1"
36-
flake8-bugbear = "^23.1.14"
37-
flake8-quotes = "^3.4.0"
38-
isort = "^5.13.2"
27+
black = ">=24.8.0"
28+
pytest = ">=8.3.3"
29+
flake8 = [
30+
{ version= ">=5.0.3", python="<3.12"},
31+
{ version= ">=6.0.1", python=">=3.12"}
32+
]
33+
flake8-black = ">=0.3.6"
34+
flake8-pyproject = ">=1.2.3"
35+
autoimport = ">=1.6.1"
36+
flake8-eol = ">=0.0.8"
37+
flake8-eradicate = ">=1.5.0"
38+
flake8-bandit = ">=4.1.1"
39+
flake8-bugbear = ">=23.1.14"
40+
flake8-quotes = ">=3.4.0"
41+
isort = ">=5.13.2"
3942

4043
[project.urls]
4144
Homepage = "https://github.com/stackitcloud/stackit-sdk-python"

services/loadbalancer/poetry.lock

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

services/loadbalancer/pyproject.toml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,21 @@ pydantic = "^2.9.2"
2424
python-dateutil = "^2.9.0.post0"
2525

2626
[tool.poetry.group.dev.dependencies]
27-
black = "24.8.0"
28-
pytest = "^8.3.3"
29-
flake8 = "^5.0.3"
30-
flake8-black = "^0.3.6"
31-
flake8-pyproject = "^1.2.3"
32-
autoimport = "^1.6.1"
33-
flake8-eol = "^0.0.8"
34-
flake8-eradicate = "^1.5.0"
35-
flake8-bandit = "^4.1.1"
36-
flake8-bugbear = "^23.1.14"
37-
flake8-quotes = "^3.4.0"
38-
isort = "^5.13.2"
27+
black = ">=24.8.0"
28+
pytest = ">=8.3.3"
29+
flake8 = [
30+
{ version= ">=5.0.3", python="<3.12"},
31+
{ version= ">=6.0.1", python=">=3.12"}
32+
]
33+
flake8-black = ">=0.3.6"
34+
flake8-pyproject = ">=1.2.3"
35+
autoimport = ">=1.6.1"
36+
flake8-eol = ">=0.0.8"
37+
flake8-eradicate = ">=1.5.0"
38+
flake8-bandit = ">=4.1.1"
39+
flake8-bugbear = ">=23.1.14"
40+
flake8-quotes = ">=3.4.0"
41+
isort = ">=5.13.2"
3942

4043
[project.urls]
4144
Homepage = "https://github.com/stackitcloud/stackit-sdk-python"

0 commit comments

Comments
 (0)