diff --git a/.github/test_projects/extras-and-dependency-groups/poetry.lock b/.github/test_projects/extras-and-dependency-groups/poetry.lock index 6f6e935..66e4ac5 100644 --- a/.github/test_projects/extras-and-dependency-groups/poetry.lock +++ b/.github/test_projects/extras-and-dependency-groups/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "black" @@ -230,7 +230,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {main = "platform_system == \"Windows\" or extra == \"colors\"", dev = "extra == \"colors\" or sys_platform == \"win32\"", utils = "platform_system == \"Windows\" or extra == \"colors\""} +markers = {main = "platform_system == \"Windows\" or extra == \"colors\"", dev = "sys_platform == \"win32\"", utils = "platform_system == \"Windows\""} [[package]] name = "exceptiongroup" @@ -519,8 +519,8 @@ files = [ black = ">=23.1,<26.0" click = ">=7.1.2" flake8 = [ - {version = ">=5.0,<6.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, {version = ">=6.1,<7.0", markers = "python_version >= \"3.12\" and python_version < \"4.0\""}, + {version = ">=5.0,<6.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, ] flake8-black = ">=0.2.1" flake8-docstrings = ">=1.5.0" @@ -529,8 +529,8 @@ isort = ">=5.10" pathspec = ">=0.11.1" pep8-naming = ">=0.11.1" pycodestyle = [ - {version = ">=2.9,<3.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, {version = ">=2.11,<3.0", markers = "python_version >= \"3.12\" and python_version < \"4.0\""}, + {version = ">=2.9,<3.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, ] toml = ">=0.10.1" @@ -920,7 +920,7 @@ files = [ {file = "tomli-2.4.0-py3-none-any.whl", hash = "sha256:1f776e7d669ebceb01dee46484485f43a4048746235e683bcdffacdf1fb4785a"}, {file = "tomli-2.4.0.tar.gz", hash = "sha256:aa89c3f6c277dd275d8e243ad24f3b5e701491a860d5121f2cdd399fbb31fc9c"}, ] -markers = {main = "extra == \"serialization\" or python_version < \"3.11\"", dev = "extra == \"serialization\" and python_version < \"3.12\" or python_version < \"3.11\""} +markers = {main = "extra == \"serialization\" or python_version < \"3.11\"", dev = "python_version < \"3.11\""} [[package]] name = "typing-extensions" diff --git a/.github/test_projects/extras-and-dependency-groups/poetry.toml b/.github/test_projects/extras-and-dependency-groups/poetry.toml new file mode 100644 index 0000000..c19f2ad --- /dev/null +++ b/.github/test_projects/extras-and-dependency-groups/poetry.toml @@ -0,0 +1,6 @@ +[virtualenvs] +in-project = true + +[solver] +# Set min-release-age to 2 weeks, same as in https://github.com/ni/python-renovate-config +min-release-age = 14 diff --git a/.github/test_projects/minimal/poetry.lock b/.github/test_projects/minimal/poetry.lock index f73648c..7943274 100644 --- a/.github/test_projects/minimal/poetry.lock +++ b/.github/test_projects/minimal/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "black" @@ -437,8 +437,8 @@ files = [ black = ">=23.1,<26.0" click = ">=7.1.2" flake8 = [ - {version = ">=5.0,<6.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, {version = ">=6.1,<7.0", markers = "python_version >= \"3.12\" and python_version < \"4.0\""}, + {version = ">=5.0,<6.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, ] flake8-black = ">=0.2.1" flake8-docstrings = ">=1.5.0" @@ -447,8 +447,8 @@ isort = ">=5.10" pathspec = ">=0.11.1" pep8-naming = ">=0.11.1" pycodestyle = [ - {version = ">=2.9,<3.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, {version = ">=2.11,<3.0", markers = "python_version >= \"3.12\" and python_version < \"4.0\""}, + {version = ">=2.9,<3.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, ] toml = ">=0.10.1" diff --git a/.github/test_projects/minimal/poetry.toml b/.github/test_projects/minimal/poetry.toml new file mode 100644 index 0000000..c19f2ad --- /dev/null +++ b/.github/test_projects/minimal/poetry.toml @@ -0,0 +1,6 @@ +[virtualenvs] +in-project = true + +[solver] +# Set min-release-age to 2 weeks, same as in https://github.com/ni/python-renovate-config +min-release-age = 14 diff --git a/.github/test_projects/mypy-errors/poetry.lock b/.github/test_projects/mypy-errors/poetry.lock index f73648c..7943274 100644 --- a/.github/test_projects/mypy-errors/poetry.lock +++ b/.github/test_projects/mypy-errors/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "black" @@ -437,8 +437,8 @@ files = [ black = ">=23.1,<26.0" click = ">=7.1.2" flake8 = [ - {version = ">=5.0,<6.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, {version = ">=6.1,<7.0", markers = "python_version >= \"3.12\" and python_version < \"4.0\""}, + {version = ">=5.0,<6.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, ] flake8-black = ">=0.2.1" flake8-docstrings = ">=1.5.0" @@ -447,8 +447,8 @@ isort = ">=5.10" pathspec = ">=0.11.1" pep8-naming = ">=0.11.1" pycodestyle = [ - {version = ">=2.9,<3.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, {version = ">=2.11,<3.0", markers = "python_version >= \"3.12\" and python_version < \"4.0\""}, + {version = ">=2.9,<3.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, ] toml = ">=0.10.1" diff --git a/.github/test_projects/mypy-errors/poetry.toml b/.github/test_projects/mypy-errors/poetry.toml new file mode 100644 index 0000000..c19f2ad --- /dev/null +++ b/.github/test_projects/mypy-errors/poetry.toml @@ -0,0 +1,6 @@ +[virtualenvs] +in-project = true + +[solver] +# Set min-release-age to 2 weeks, same as in https://github.com/ni/python-renovate-config +min-release-age = 14 diff --git a/.github/test_projects/ni-python-styleguide-errors/poetry.lock b/.github/test_projects/ni-python-styleguide-errors/poetry.lock index f73648c..7943274 100644 --- a/.github/test_projects/ni-python-styleguide-errors/poetry.lock +++ b/.github/test_projects/ni-python-styleguide-errors/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "black" @@ -437,8 +437,8 @@ files = [ black = ">=23.1,<26.0" click = ">=7.1.2" flake8 = [ - {version = ">=5.0,<6.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, {version = ">=6.1,<7.0", markers = "python_version >= \"3.12\" and python_version < \"4.0\""}, + {version = ">=5.0,<6.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, ] flake8-black = ">=0.2.1" flake8-docstrings = ">=1.5.0" @@ -447,8 +447,8 @@ isort = ">=5.10" pathspec = ">=0.11.1" pep8-naming = ">=0.11.1" pycodestyle = [ - {version = ">=2.9,<3.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, {version = ">=2.11,<3.0", markers = "python_version >= \"3.12\" and python_version < \"4.0\""}, + {version = ">=2.9,<3.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, ] toml = ">=0.10.1" diff --git a/.github/test_projects/ni-python-styleguide-errors/poetry.toml b/.github/test_projects/ni-python-styleguide-errors/poetry.toml new file mode 100644 index 0000000..c19f2ad --- /dev/null +++ b/.github/test_projects/ni-python-styleguide-errors/poetry.toml @@ -0,0 +1,6 @@ +[virtualenvs] +in-project = true + +[solver] +# Set min-release-age to 2 weeks, same as in https://github.com/ni/python-renovate-config +min-release-age = 14 diff --git a/.github/test_projects/only-ni-python-styleguide/poetry.lock b/.github/test_projects/only-ni-python-styleguide/poetry.lock index 62d343d..11b65ca 100644 --- a/.github/test_projects/only-ni-python-styleguide/poetry.lock +++ b/.github/test_projects/only-ni-python-styleguide/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "black" @@ -287,8 +287,8 @@ files = [ black = ">=23.1,<26.0" click = ">=7.1.2" flake8 = [ - {version = ">=5.0,<6.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, {version = ">=6.1,<7.0", markers = "python_version >= \"3.12\" and python_version < \"4.0\""}, + {version = ">=5.0,<6.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, ] flake8-black = ">=0.2.1" flake8-docstrings = ">=1.5.0" @@ -297,8 +297,8 @@ isort = ">=5.10" pathspec = ">=0.11.1" pep8-naming = ">=0.11.1" pycodestyle = [ - {version = ">=2.9,<3.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, {version = ">=2.11,<3.0", markers = "python_version >= \"3.12\" and python_version < \"4.0\""}, + {version = ">=2.9,<3.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, ] toml = ">=0.10.1" diff --git a/.github/test_projects/only-ni-python-styleguide/poetry.toml b/.github/test_projects/only-ni-python-styleguide/poetry.toml new file mode 100644 index 0000000..c19f2ad --- /dev/null +++ b/.github/test_projects/only-ni-python-styleguide/poetry.toml @@ -0,0 +1,6 @@ +[virtualenvs] +in-project = true + +[solver] +# Set min-release-age to 2 weeks, same as in https://github.com/ni/python-renovate-config +min-release-age = 14 diff --git a/.github/test_projects/pyright-errors/poetry.lock b/.github/test_projects/pyright-errors/poetry.lock index 862fc2c..03a4fa3 100644 --- a/.github/test_projects/pyright-errors/poetry.lock +++ b/.github/test_projects/pyright-errors/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "black" @@ -287,8 +287,8 @@ files = [ black = ">=23.1,<26.0" click = ">=7.1.2" flake8 = [ - {version = ">=5.0,<6.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, {version = ">=6.1,<7.0", markers = "python_version >= \"3.12\" and python_version < \"4.0\""}, + {version = ">=5.0,<6.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, ] flake8-black = ">=0.2.1" flake8-docstrings = ">=1.5.0" @@ -297,8 +297,8 @@ isort = ">=5.10" pathspec = ">=0.11.1" pep8-naming = ">=0.11.1" pycodestyle = [ - {version = ">=2.9,<3.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, {version = ">=2.11,<3.0", markers = "python_version >= \"3.12\" and python_version < \"4.0\""}, + {version = ">=2.9,<3.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, ] toml = ">=0.10.1" diff --git a/.github/test_projects/pyright-errors/poetry.toml b/.github/test_projects/pyright-errors/poetry.toml new file mode 100644 index 0000000..c19f2ad --- /dev/null +++ b/.github/test_projects/pyright-errors/poetry.toml @@ -0,0 +1,6 @@ +[virtualenvs] +in-project = true + +[solver] +# Set min-release-age to 2 weeks, same as in https://github.com/ni/python-renovate-config +min-release-age = 14 diff --git a/.github/test_projects/repo_root/poetry.lock b/.github/test_projects/repo_root/poetry.lock index f73648c..7943274 100644 --- a/.github/test_projects/repo_root/poetry.lock +++ b/.github/test_projects/repo_root/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "black" @@ -437,8 +437,8 @@ files = [ black = ">=23.1,<26.0" click = ">=7.1.2" flake8 = [ - {version = ">=5.0,<6.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, {version = ">=6.1,<7.0", markers = "python_version >= \"3.12\" and python_version < \"4.0\""}, + {version = ">=5.0,<6.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, ] flake8-black = ">=0.2.1" flake8-docstrings = ">=1.5.0" @@ -447,8 +447,8 @@ isort = ">=5.10" pathspec = ">=0.11.1" pep8-naming = ">=0.11.1" pycodestyle = [ - {version = ">=2.9,<3.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, {version = ">=2.11,<3.0", markers = "python_version >= \"3.12\" and python_version < \"4.0\""}, + {version = ">=2.9,<3.0", markers = "python_version >= \"3.7\" and python_version < \"3.12\""}, ] toml = ">=0.10.1" diff --git a/.github/test_projects/repo_root/poetry.toml b/.github/test_projects/repo_root/poetry.toml new file mode 100644 index 0000000..c19f2ad --- /dev/null +++ b/.github/test_projects/repo_root/poetry.toml @@ -0,0 +1,6 @@ +[virtualenvs] +in-project = true + +[solver] +# Set min-release-age to 2 weeks, same as in https://github.com/ni/python-renovate-config +min-release-age = 14