Skip to content

Commit 090bc0d

Browse files
chore(python-deps): update poetry dependencies to v2 in all dependant actions
1 parent adff65c commit 090bc0d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

actions/create_unique_testpypi_version/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ charset-normalizer==3.4.1
66
idna==3.10
77
mailbits==0.2.2
88
packaging==24.2
9-
poetry-core==1.9.1
9+
poetry-core==2.0.1
1010
pydantic==2.10.5
1111
pydantic-core==2.27.2
1212
pypi-simple==1.6.1

actions/update_development_dependencies/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ packaging==24.2
3232
pexpect==4.9.0
3333
pkginfo==1.12.0
3434
platformdirs==4.3.6
35-
poetry==1.8.5
36-
poetry-core==1.9.1
35+
poetry==2.0.1
36+
poetry-core==2.0.1
3737
poetry-plugin-export==1.8.0
3838
pre-commit==4.0.1
3939
ptyprocess==0.7.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ version = "1.6.1"
3535
python = "~3.12" # This needs to stay in sync with all CI workflows
3636

3737
[tool.poetry.group.actions-create_unique_testpypi_version.dependencies]
38-
poetry-core = "1.9.1"
38+
poetry-core = "2.0.1"
3939
pypi-simple = "1.6.1"
4040
tomli = "2.2.1"
4141
tomli-w = "1.1.0"

0 commit comments

Comments
 (0)