diff options
author | 2024-03-04 16:27:02 +0000 | |
---|---|---|
committer | 2024-03-18 10:32:20 +0000 | |
commit | 070255c39c908c961d47c3b72aa63061a1626913 (patch) | |
tree | d304e7f8131fc4fe25646f147e85134ba0ec06c8 /poetry.lock | |
parent | Add support for Python 3.12 (diff) |
Drop support for Python 3.10
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/poetry.lock b/poetry.lock index e48a37ba..b5263c6b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -101,7 +101,6 @@ files = [ [package.dependencies] aiosignal = ">=1.1.2" -async-timeout = {version = ">=4.0,<5.0", markers = "python_version < \"3.11\""} attrs = ">=17.3.0" frozenlist = ">=1.1.1" multidict = ">=4.5,<7.0" @@ -167,7 +166,7 @@ fakeredis = ["fakeredis[lua] (>=1.7.1)"] name = "async-timeout" version = "4.0.3" description = "Timeout context manager for asyncio programs" -optional = false +optional = true python-versions = ">=3.7" files = [ {file = "async-timeout-4.0.3.tar.gz", hash = "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f"}, @@ -545,20 +544,6 @@ files = [ ] [[package]] -name = "exceptiongroup" -version = "1.2.0" -description = "Backport of PEP 654 (exception groups)" -optional = false -python-versions = ">=3.7" -files = [ - {file = "exceptiongroup-1.2.0-py3-none-any.whl", hash = "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14"}, - {file = "exceptiongroup-1.2.0.tar.gz", hash = "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68"}, -] - -[package.extras] -test = ["pytest (>=6)"] - -[[package]] name = "execnet" version = "2.0.2" description = "execnet: rapid multi-Python deployment" @@ -1394,11 +1379,9 @@ files = [ [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} -exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" pluggy = ">=1.4,<2.0" -tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] @@ -2051,5 +2034,5 @@ fakeredis = ["fakeredis"] [metadata] lock-version = "2.0" -python-versions = "3.10.* || 3.11.*" -content-hash = "088f8fb148adf7b38413f7888329059ad8f8f6a99d973d22506b86328678c54d" +python-versions = "3.11.* || 3.12.*" +content-hash = "928dd7398412401c9cda11bd485ed0e54583e2c021b5a69895aa5a15be334b41" |