Skip to content

Commit

Permalink
chore(python-deps): update poetry dependencies for actions/update_dev…
Browse files Browse the repository at this point in the history
…elopment_dependencies and dev
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 5a126e5 commit 86b6477
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1.0
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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tomli-w = "1.2.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.1.0"
pypi-simple = "1.6.1"
toml-sort = "0.24.2"
Expand All @@ -52,8 +52,8 @@ 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-pre-commit-plugin = "^0.1.2"
poetry-plugin-export = "1.9.0"
poetry-pre-commit-plugin = "^0.2.0"
pre-commit = "4.1.0"
pylint = "3.3.3"
pyright = {extras = ["nodejs"], version = "1.1.392.post0"}
Expand Down

0 comments on commit 86b6477

Please sign in to comment.