Skip to content

Commit 644f11c

Browse files
ci: update Poetry to latest
1 parent e5fdfb8 commit 644f11c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ before_script:
5757
pip install poetry==1.1.15
5858
else
5959
echo "Installing newer poetry version"
60-
pip install poetry==1.4.2
60+
pip install poetry==2.1.2
6161
fi
6262
- poetry --version
6363
- poetry install -vv -E keyring

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ python = ">=3.6.2,<4"
3636
requests = "^2"
3737
keyring = {version = "^23.4.1", python = ">=3.6,<4", optional = true}
3838

39-
[tool.poetry.dev-dependencies]
39+
[tool.poetry.group.dev.dependencies]
4040
black = {version = "^25.1.0", python = ">=3.9,<4"}
4141
pydantic = "^1.8.1"
4242
flake8 = {version = "^7.3.0", python = ">=3.9,<4"}

0 commit comments

Comments
 (0)