File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
plugins/package-managers/python/src/funTest/kotlin Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ NUGET_INSPECTOR_VERSION=0.9.12
1717PHP_VERSION=8.3
1818PIP_VERSION=25.2.0
1919PYENV_GIT_TAG=v2.6.11
20- PYTHON_INSPECTOR_VERSION=0.14.4
20+ PYTHON_INSPECTOR_VERSION=0.15.0
2121PYTHON_PIPENV_VERSION=2023.12.1
2222PYTHON_POETRY_VERSION=2.1.3
2323PYTHON_POETRY_PLUGIN_EXPORT_VERSION=1.9.0
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ class PoetryFunTest : WordSpec({
3535 " return the expected python version" {
3636 getPythonVersion("~3.10") shouldBe " 3.10"
3737 getPythonVersion("^3.10,<3.11") shouldBe " 3.10"
38- getPythonVersion("^3.10") shouldBe " 3.13 "
39- getPythonVersion("^3.11,<4.0") shouldBe " 3.13 "
40- getPythonVersion("^3.10,<4.0") shouldBe " 3.13 "
38+ getPythonVersion("^3.10") shouldBe " 3.14 "
39+ getPythonVersion("^3.11,<4.0") shouldBe " 3.14 "
40+ getPythonVersion("^3.10,<4.0") shouldBe " 3.14 "
4141 }
4242
4343 " return null if constraint cannot be satisfied" {
You can’t perform that action at this time.
0 commit comments