Skip to content

Commit 8866900

Browse files
committed
check
1 parent 5b42a38 commit 8866900

File tree

4 files changed

+53
-53
lines changed

4 files changed

+53
-53
lines changed

core/poetry.lock

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

core/pyproject.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,26 @@ packages = [
1818

1919
[tool.poetry.dependencies]
2020
python = ">=3.8,<4.0"
21-
pyjwt = "^2.9.0"
22-
pydantic = "^2.9.2"
23-
urllib3 = "^2.2.3"
24-
cryptography = "^43.0.1"
25-
requests = "^2.32.3"
21+
pyjwt = ">=2.9.0"
22+
pydantic = ">=2.9.2"
23+
urllib3 = ">=2.2.3"
24+
cryptography = ">=43.0.1"
25+
requests = ">=2.32.3"
2626

2727

2828
[tool.poetry.group.dev.dependencies]
29-
black = "24.8.0"
30-
pytest = "^8.3.3"
31-
flake8 = "^5.0.3"
32-
flake8-black = "^0.3.6"
33-
flake8-pyproject = "^1.2.3"
34-
flake8-quotes = "^3.4.0"
35-
flake8-bandit = "^4.1.1"
36-
flake8-bugbear = "^23.1.14"
37-
flake8-eradicate = "^1.5.0"
38-
flake8-eol = "^0.0.8"
39-
autoimport = "^1.6.1"
40-
isort = "^5.13.2"
29+
black = ">=24.8.0"
30+
pytest = ">=8.3.3"
31+
flake8 = ">=5.0.3"
32+
flake8-black = ">=0.3.6"
33+
flake8-pyproject = ">=1.2.3"
34+
flake8-quotes = ">=3.4.0"
35+
flake8-bandit = ">=4.1.1"
36+
flake8-bugbear = ">=23.1.14"
37+
flake8-eradicate = ">=1.5.0"
38+
flake8-eol = ">=0.0.8"
39+
autoimport = ">=1.6.1"
40+
isort = ">=5.13.2"
4141

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

services/authorization/poetry.lock

Lines changed: 16 additions & 16 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ packages = [
1818

1919
[tool.poetry.dependencies]
2020
python = ">=3.8,<4.0"
21-
stackit-core = "^0.0.1a"
22-
requests = "^2.32.3"
23-
pydantic = "^2.9.2"
24-
python-dateutil = "^2.9.0.post0"
21+
stackit-core = ">=0.0.1a"
22+
requests = ">=2.32.3"
23+
pydantic = ">=2.9.2"
24+
python-dateutil = ">=2.9.0.post0"
2525

2626
[tool.poetry.group.dev.dependencies]
2727
black = ">=24.8.0"

0 commit comments

Comments
 (0)