Skip to content

Commit

Permalink
chore(python-deps): update dependency poetry-plugin-export to v1.9.0 …
Browse files Browse the repository at this point in the history
…for actions/update_development_dependencies and dev
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent adff65c commit bbab487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actions/update_development_dependencies/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pkginfo==1.12.0
platformdirs==4.3.6
poetry==1.8.5
poetry-core==1.9.1
poetry-plugin-export==1.8.0
poetry-plugin-export==1.9.0
pre-commit==4.0.1
ptyprocess==0.7.0
pycparser==2.22 ; (sys_platform == "darwin" or sys_platform == "linux") and (sys_platform == "darwin" or platform_python_implementation != "PyPy")
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tomli-w = "1.1.0"
[tool.poetry.group.actions-find_unreleased_changelog_items.dependencies]

[tool.poetry.group.actions-update_development_dependencies.dependencies]
poetry-plugin-export = "1.8.0"
poetry-plugin-export = "1.9.0"
pre-commit = "4.0.1"
pypi-simple = "1.6.1"
toml-sort = "0.24.2"
Expand All @@ -52,7 +52,7 @@ yamlfix = "1.17.0"
[tool.poetry.group.dev.dependencies]
pip = "^24.0"
poetry-audit-plugin = "^0.4.0"
poetry-plugin-export = "1.8.0"
poetry-plugin-export = "1.9.0"
poetry-pre-commit-plugin = "^0.1.2"
pre-commit = "4.0.1"
pylint = "3.3.3"
Expand Down

0 comments on commit bbab487

Please sign in to comment.