Skip to content

Commit 9d5bd46

Browse files
chore(python-deps): update poetry dependencies for actions/create_unique_testpypi_version and dev
1 parent fcd710e commit 9d5bd46

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

actions/create_unique_testpypi_version/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ charset-normalizer==3.4.4
66
idna==3.11
77
mailbits==0.2.3
88
packaging==25.0
9-
poetry-core==1.9.1
9+
poetry-core==2.2.1
1010
pydantic==2.12.5
1111
pydantic-core==2.41.5
1212
pypi-simple==1.8.0

actions/update_development_dependencies/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ packaging==25.0
3232
pexpect==4.9.0
3333
pkginfo==1.12.1.2
3434
platformdirs==4.5.1
35-
poetry==1.8.5
36-
poetry-core==1.9.1
35+
poetry==2.2.1
36+
poetry-core==2.2.1
3737
poetry-plugin-export==1.8.0
3838
pre-commit==4.5.1
3939
ptyprocess==0.7.0

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ version = "1.8.4"
3535
python = "~3.13" # 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.2.1"
3939
pypi-simple = "1.8.0"
4040
tomli = "2.3.0"
4141
tomli-w = "1.2.0"
@@ -51,8 +51,8 @@ yamlfix = "1.19.1"
5151

5252
[tool.poetry.group.dev.dependencies]
5353
pip = "^25.0"
54-
poetry = "^1.8.5"
55-
poetry-audit-plugin = "^0.4.0"
54+
poetry = "^2.0.0"
55+
poetry-audit-plugin = "^1.0.0"
5656
poetry-plugin-export = "1.8.0"
5757
poetry-pre-commit-plugin = "^0.1.2"
5858
pre-commit = "4.5.1"

0 commit comments

Comments
 (0)