Skip to content

Commit b922d04

Browse files
chore(python-deps): update poetry dependencies for actions/update_development_dependencies and dev
1 parent 3698a2c commit b922d04

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

actions/update_development_dependencies/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pkginfo==1.12.1.2
3434
platformdirs==4.5.0
3535
poetry==1.8.5
3636
poetry-core==1.9.1
37-
poetry-plugin-export==1.8.0
37+
poetry-plugin-export==1.9.0
3838
pre-commit==4.3.0
3939
ptyprocess==0.7.0
4040
pycparser==2.23 ; (sys_platform == "darwin" or sys_platform == "linux") and (sys_platform == "darwin" or platform_python_implementation != "PyPy")

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tomli-w = "1.2.0"
4343
[tool.poetry.group.actions-find_unreleased_changelog_items.dependencies]
4444

4545
[tool.poetry.group.actions-update_development_dependencies.dependencies]
46-
poetry-plugin-export = "1.8.0"
46+
poetry-plugin-export = "1.9.0"
4747
pre-commit = "4.3.0"
4848
pypi-simple = "1.8.0"
4949
toml-sort = "0.24.3"
@@ -53,8 +53,8 @@ yamlfix = "1.18.0"
5353
pip = "^25.0"
5454
poetry = "^1.8.5"
5555
poetry-audit-plugin = "^0.4.0"
56-
poetry-plugin-export = "1.8.0"
57-
poetry-pre-commit-plugin = "^0.1.2"
56+
poetry-plugin-export = "1.9.0"
57+
poetry-pre-commit-plugin = "^0.2.0"
5858
pre-commit = "4.3.0"
5959
pylint = "3.3.9"
6060
pyright = {extras = ["nodejs"], version = "1.1.406"}

0 commit comments

Comments
 (0)