From 7c560a77df2ee37fb61f1bd74b8cc921b3ec0748 Mon Sep 17 00:00:00 2001 From: Sekou Diao Date: Thu, 28 Oct 2021 00:46:43 +0200 Subject: [PATCH] More precise Python version. --- poetry.lock | 19 ++++++++++--------- pyproject.toml | 2 +- requirements_dev.txt | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6192775fb..4da88e081 100644 --- a/poetry.lock +++ b/poetry.lock @@ -539,7 +539,7 @@ python-versions = ">=3.5" [[package]] name = "pyparsing" -version = "3.0.2" +version = "3.0.3" description = "Python parsing module" category = "dev" optional = false @@ -938,13 +938,14 @@ python-versions = "*" [[package]] name = "urllib3" -version = "1.22" +version = "1.26.7" description = "HTTP library with thread-safe connection pooling, file post, and more." category = "dev" optional = false -python-versions = "*" +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" [package.extras] +brotli = ["brotlipy (>=0.6.0)"] secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"] socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] @@ -1001,8 +1002,8 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" -python-versions = ">=3.7.1" -content-hash = "4247cf7955260b2d405958a520c9d71b4e6df7a42bf2e29213e9bda801c46837" +python-versions = ">=3.7.1,<4" +content-hash = "2dfba3192ed7f6ba5ef20bd2ed4e9b43fb7e1428888a5936977a08758b987803" [metadata.files] alabaster = [ @@ -1499,8 +1500,8 @@ pygments = [ {file = "Pygments-2.10.0.tar.gz", hash = "sha256:f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6"}, ] pyparsing = [ - {file = "pyparsing-3.0.2-py3-none-any.whl", hash = "sha256:09fa60a2e3bc3c6a23c2ed23332199d0e57b2c676b9193750cfc22a4358b69c2"}, - {file = "pyparsing-3.0.2.tar.gz", hash = "sha256:9366e57ad2d2faa8dd89775ef284ecae0fc4012c24717f3705613b262d712090"}, + {file = "pyparsing-3.0.3-py3-none-any.whl", hash = "sha256:f8d3fe9fc404576c5164f0f0c4e382c96b85265e023c409c43d48f65da9d60d0"}, + {file = "pyparsing-3.0.3.tar.gz", hash = "sha256:9e3511118010f112a4b4b435ae50e1eaa610cda191acb9e421d60cf5fde83455"}, ] pytest = [ {file = "pytest-6.2.5-py3-none-any.whl", hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134"}, @@ -1687,8 +1688,8 @@ typing-extensions = [ {file = "typing_extensions-3.10.0.2.tar.gz", hash = "sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e"}, ] urllib3 = [ - {file = "urllib3-1.22-py2.py3-none-any.whl", hash = "sha256:06330f386d6e4b195fbfc736b297f58c5a892e4440e54d294d7004e3a9bbea1b"}, - {file = "urllib3-1.22.tar.gz", hash = "sha256:cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f"}, + {file = "urllib3-1.26.7-py2.py3-none-any.whl", hash = "sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844"}, + {file = "urllib3-1.26.7.tar.gz", hash = "sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece"}, ] virtualenv = [ {file = "virtualenv-20.9.0-py2.py3-none-any.whl", hash = "sha256:1d145deec2da86b29026be49c775cc5a9aab434f85f7efef98307fb3965165de"}, diff --git a/pyproject.toml b/pyproject.toml index 2bb8e45fd..7ec3d262f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ exclude = [ pylexique = 'pylexique.cli:main' [tool.poetry.dependencies] -python = ">=3.7.1" +python = ">=3.7.1,<4" click = ">=8.0.3" colorama = "*" dataclasses = {version = ">=0.6", python = "<3.7"} diff --git a/requirements_dev.txt b/requirements_dev.txt index 4daaf27a1..1fcee0691 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -78,7 +78,7 @@ tqdm==4.62.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (py twine==3.4.2; python_version >= "3.6" typed-ast==1.4.3; python_version < "3.8" and python_version >= "3.5" typing-extensions==3.10.0.2; python_version < "3.8" and python_version >= "3.7" -urllib3==1.25.9; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6" +urllib3==1.26.7; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6" virtualenv==20.9.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" watchdog==2.1.6; python_version >= "3.6" webencodings==0.5.1; python_version >= "3.6"