File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
actions/update_development_dependencies Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ pkginfo==1.12.0
34
34
platformdirs == 4.3.6
35
35
poetry == 1.8.5
36
36
poetry-core == 1.9.1
37
- poetry-plugin-export == 1.8 .0
37
+ poetry-plugin-export == 1.9 .0
38
38
pre-commit == 4.1.0
39
39
ptyprocess == 0.7.0
40
40
pycparser == 2.22 ; (sys_platform == "darwin" or sys_platform == "linux" ) and (sys_platform == "darwin" or platform_python_implementation != "PyPy" )
Original file line number Diff line number Diff line change @@ -43,17 +43,17 @@ tomli-w = "1.2.0"
43
43
[tool .poetry .group .actions-find_unreleased_changelog_items .dependencies ]
44
44
45
45
[tool .poetry .group .actions-update_development_dependencies .dependencies ]
46
- poetry-plugin-export = " 1.8 .0"
46
+ poetry-plugin-export = " 1.9 .0"
47
47
pre-commit = " 4.1.0"
48
48
pypi-simple = " 1.6.1"
49
49
toml-sort = " 0.24.2"
50
50
yamlfix = " 1.17.0"
51
51
52
52
[tool .poetry .group .dev .dependencies ]
53
53
pip = " ^24.0"
54
- poetry-audit-plugin = " ^ 0.4.0"
55
- poetry-plugin-export = " 1.8 .0"
56
- poetry-pre-commit-plugin = " ^ 0.1.2"
54
+ poetry-audit-plugin = " 0.4.0"
55
+ poetry-plugin-export = " 1.9 .0"
56
+ poetry-pre-commit-plugin = " 0.1.2"
57
57
pre-commit = " 4.1.0"
58
58
pylint = " 3.3.4"
59
59
pyright = {extras = [" nodejs" ], version = " 1.1.393" }
You can’t perform that action at this time.
0 commit comments