File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
create_unique_testpypi_version
update_development_dependencies Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ charset-normalizer==3.4.2
6
6
idna == 3.10
7
7
mailbits == 0.2.2
8
8
packaging == 25.0
9
- poetry-core == 1.9.1
9
+ poetry-core == 2.1.3
10
10
pydantic == 2.10.6
11
11
pydantic-core == 2.27.2
12
12
pypi-simple == 1.7.0
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ packaging==25.0
32
32
pexpect == 4.9.0
33
33
pkginfo == 1.12.1.2
34
34
platformdirs == 4.3.8
35
- poetry == 1.8.5
36
- poetry-core == 1.9.1
35
+ poetry == 2.1.3
36
+ poetry-core == 2.1.3
37
37
poetry-plugin-export == 1.8.0
38
38
pre-commit == 4.2.0
39
39
ptyprocess == 0.7.0
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ version = "1.7.6"
35
35
python = " ~3.13" # This needs to stay in sync with all CI workflows
36
36
37
37
[tool .poetry .group .actions-create_unique_testpypi_version .dependencies ]
38
- poetry-core = " 1.9.1 "
38
+ poetry-core = " 2.1.3 "
39
39
pypi-simple = " 1.7.0"
40
40
tomli = " 2.2.1"
41
41
tomli-w = " 1.2.0"
@@ -51,7 +51,7 @@ yamlfix = "1.17.0"
51
51
52
52
[tool .poetry .group .dev .dependencies ]
53
53
pip = " ^25.0"
54
- poetry = " ^1.8.5 "
54
+ poetry = " ^2.0.0 "
55
55
poetry-audit-plugin = " ^0.4.0"
56
56
poetry-plugin-export = " 1.8.0"
57
57
poetry-pre-commit-plugin = " ^0.1.2"
You can’t perform that action at this time.
0 commit comments