From 8a8d0abd83c81f8bfb1b149b0c995e61e6e69504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Wed, 13 Jul 2022 06:33:04 +0200 Subject: [PATCH] require tomlkit >= 0.11.1 for consistent line endings --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6e56bcdfebe..31f6a0bc61c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -741,7 +741,7 @@ python-versions = ">=3.7" [[package]] name = "tomlkit" -version = "0.11.0" +version = "0.11.1" description = "Style preserving TOML library" category = "main" optional = false @@ -887,7 +887,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "f7433da9d05dd21eb937d8f67e8324ae24cd85ad5655b421f636b648fae6b3a6" +content-hash = "15542c18243196724e924f1145d082c3997843f33743544474a56747d144e480" [metadata.files] atomicwrites = [ @@ -1401,8 +1401,8 @@ tomli = [ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] tomlkit = [ - {file = "tomlkit-0.11.0-py3-none-any.whl", hash = "sha256:0f4050db66fd445b885778900ce4dd9aea8c90c4721141fde0d6ade893820ef1"}, - {file = "tomlkit-0.11.0.tar.gz", hash = "sha256:71ceb10c0eefd8b8f11fe34e8a51ad07812cb1dc3de23247425fbc9ddc47b9dd"}, + {file = "tomlkit-0.11.1-py3-none-any.whl", hash = "sha256:1c5bebdf19d5051e2e1de6cf70adfc5948d47221f097fcff7a3ffc91e953eaf5"}, + {file = "tomlkit-0.11.1.tar.gz", hash = "sha256:61901f81ff4017951119cd0d1ed9b7af31c821d6845c8c477587bbdcd5e5854e"}, ] tox = [ {file = "tox-3.25.0-py2.py3-none-any.whl", hash = "sha256:0805727eb4d6b049de304977dfc9ce315a1938e6619c3ab9f38682bb04662a5a"}, diff --git a/pyproject.toml b/pyproject.toml index 66e14ecf4fc..9217bbbf6e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ platformdirs = "^2.5.2" requests = "^2.18" requests-toolbelt = "^0.9.1" shellingham = "^1.1" -tomlkit = ">=0.7.0,<1.0.0" +tomlkit = ">=0.11.1,<1.0.0" # exclude 20.4.5 - 20.4.6 due to https://github.com/pypa/pip/issues/9953 virtualenv = "(>=20.4.3,<20.4.5 || >=20.4.7)" xattr = { version = "^0.9.7", markers = "sys_platform == 'darwin'" }