From f0aa6c5cb42c00476cb36c855ef0dd25e7e102f4 Mon Sep 17 00:00:00 2001 From: ARYAN-NIKNEZHAD Date: Wed, 28 Aug 2024 07:21:23 +0430 Subject: [PATCH] :wrench: chore: fix python version problem --- packages/requirements-dev.txt | 197 +++++++++++++++++----------------- poetry.lock | 67 +++++++++++- 2 files changed, 166 insertions(+), 98 deletions(-) diff --git a/packages/requirements-dev.txt b/packages/requirements-dev.txt index 62b12cd..0399ca0 100644 --- a/packages/requirements-dev.txt +++ b/packages/requirements-dev.txt @@ -1,96 +1,101 @@ -alabaster==0.7.16 ; python_version >= "3.11" and python_version < "4.0" -argcomplete==3.5.0 ; python_version >= "3.11" and python_version < "4.0" -astroid==3.2.4 ; python_version >= "3.11" and python_version < "4.0" -babel==2.16.0 ; python_version >= "3.11" and python_version < "4.0" -backports-tarfile==1.2.0 ; python_version >= "3.11" and python_version < "3.12" -bandit[toml]==1.7.9 ; python_version >= "3.11" and python_version < "4.0" -black==24.8.0 ; python_version >= "3.11" and python_version < "4.0" -cachetools==5.5.0 ; python_version >= "3.11" and python_version < "4.0" -certifi==2024.7.4 ; python_version >= "3.11" and python_version < "4.0" -cffi==1.17.0 ; python_version >= "3.11" and python_version < "4.0" and sys_platform == "linux" and platform_python_implementation != "PyPy" -cfgv==3.4.0 ; python_version >= "3.11" and python_version < "4.0" -chardet==5.2.0 ; python_version >= "3.11" and python_version < "4.0" -charset-normalizer==3.3.2 ; python_version >= "3.11" and python_version < "4.0" -click==8.1.7 ; python_version >= "3.11" and python_version < "4.0" -codecov==2.1.13 ; python_version >= "3.11" and python_version < "4.0" -colorama==0.4.6 ; python_version >= "3.11" and python_version < "4.0" -commitizen==3.29.0 ; python_version >= "3.11" and python_version < "4.0" -coverage==7.6.1 ; python_version >= "3.11" and python_version < "4.0" -coverage[toml]==7.6.1 ; python_version >= "3.11" and python_version < "4.0" -cryptography==43.0.0 ; python_version >= "3.11" and python_version < "4.0" and sys_platform == "linux" -decli==0.6.2 ; python_version >= "3.11" and python_version < "4.0" -dill==0.3.8 ; python_version >= "3.11" and python_version < "4.0" -distlib==0.3.8 ; python_version >= "3.11" and python_version < "4.0" -docformatter==1.7.5 ; python_version >= "3.11" and python_version < "4.0" -docutils==0.19 ; python_version >= "3.11" and python_version < "4.0" -filelock==3.15.4 ; python_version >= "3.11" and python_version < "4.0" -flake8==5.0.4 ; python_version >= "3.11" and python_version < "4.0" -identify==2.6.0 ; python_version >= "3.11" and python_version < "4.0" -idna==3.8 ; python_version >= "3.11" and python_version < "4.0" -imagesize==1.4.1 ; python_version >= "3.11" and python_version < "4.0" -importlib-metadata==8.4.0 ; python_version >= "3.11" and python_version < "4.0" -iniconfig==2.0.0 ; python_version >= "3.11" and python_version < "4.0" -isort==5.13.2 ; python_version >= "3.11" and python_version < "4.0" -jaraco-classes==3.4.0 ; python_version >= "3.11" and python_version < "4.0" -jaraco-context==6.0.1 ; python_version >= "3.11" and python_version < "4.0" -jaraco-functools==4.0.2 ; python_version >= "3.11" and python_version < "4.0" -jeepney==0.8.0 ; python_version >= "3.11" and python_version < "4.0" and sys_platform == "linux" -jinja2==3.1.4 ; python_version >= "3.11" and python_version < "4.0" -keyring==25.3.0 ; python_version >= "3.11" and python_version < "4.0" -markdown-it-py==3.0.0 ; python_version >= "3.11" and python_version < "4.0" -markupsafe==2.1.5 ; python_version >= "3.11" and python_version < "4.0" -mccabe==0.7.0 ; python_version >= "3.11" and python_version < "4.0" -mdurl==0.1.2 ; python_version >= "3.11" and python_version < "4.0" -more-itertools==10.4.0 ; python_version >= "3.11" and python_version < "4.0" -mypy-extensions==1.0.0 ; python_version >= "3.11" and python_version < "4.0" -mypy==1.11.2 ; python_version >= "3.11" and python_version < "4.0" -nh3==0.2.18 ; python_version >= "3.11" and python_version < "4.0" -nodeenv==1.9.1 ; python_version >= "3.11" and python_version < "4.0" -packaging==24.1 ; python_version >= "3.11" and python_version < "4.0" -pathspec==0.12.1 ; python_version >= "3.11" and python_version < "4.0" -pbr==6.1.0 ; python_version >= "3.11" and python_version < "4.0" -pkginfo==1.10.0 ; python_version >= "3.11" and python_version < "4.0" -platformdirs==4.2.2 ; python_version >= "3.11" and python_version < "4.0" -pluggy==1.5.0 ; python_version >= "3.11" and python_version < "4.0" -pre-commit==3.8.0 ; python_version >= "3.11" and python_version < "4.0" -prompt-toolkit==3.0.36 ; python_version >= "3.11" and python_version < "4.0" -pycodestyle==2.9.1 ; python_version >= "3.11" and python_version < "4.0" -pycparser==2.22 ; python_version >= "3.11" and python_version < "4.0" and sys_platform == "linux" and platform_python_implementation != "PyPy" -pyflakes==2.5.0 ; python_version >= "3.11" and python_version < "4.0" -pygments==2.18.0 ; python_version >= "3.11" and python_version < "4.0" -pylint==3.2.6 ; python_version >= "3.11" and python_version < "4.0" -pyproject-api==1.7.1 ; python_version >= "3.11" and python_version < "4.0" -pytest-cov==5.0.0 ; python_version >= "3.11" and python_version < "4.0" -pytest==8.3.2 ; python_version >= "3.11" and python_version < "4.0" -pywin32-ctypes==0.2.3 ; python_version >= "3.11" and python_version < "4.0" and sys_platform == "win32" -pyyaml==6.0.2 ; python_version >= "3.11" and python_version < "4.0" -questionary==2.0.1 ; python_version >= "3.11" and python_version < "4.0" -readme-renderer==43.0 ; python_version >= "3.11" and python_version < "4.0" -requests-toolbelt==1.0.0 ; python_version >= "3.11" and python_version < "4.0" -requests==2.32.3 ; python_version >= "3.11" and python_version < "4.0" -rfc3986==2.0.0 ; python_version >= "3.11" and python_version < "4.0" -rich==13.8.0 ; python_version >= "3.11" and python_version < "4.0" -secretstorage==3.3.3 ; python_version >= "3.11" and python_version < "4.0" and sys_platform == "linux" -snowballstemmer==2.2.0 ; python_version >= "3.11" and python_version < "4.0" -sphinx-rtd-theme==2.0.0 ; python_version >= "3.11" and python_version < "4.0" -sphinx==6.2.1 ; python_version >= "3.11" and python_version < "4.0" -sphinxcontrib-applehelp==2.0.0 ; python_version >= "3.11" and python_version < "4.0" -sphinxcontrib-devhelp==2.0.0 ; python_version >= "3.11" and python_version < "4.0" -sphinxcontrib-htmlhelp==2.1.0 ; python_version >= "3.11" and python_version < "4.0" -sphinxcontrib-jquery==4.1 ; python_version >= "3.11" and python_version < "4.0" -sphinxcontrib-jsmath==1.0.1 ; python_version >= "3.11" and python_version < "4.0" -sphinxcontrib-qthelp==2.0.0 ; python_version >= "3.11" and python_version < "4.0" -sphinxcontrib-serializinghtml==2.0.0 ; python_version >= "3.11" and python_version < "4.0" -stevedore==5.3.0 ; python_version >= "3.11" and python_version < "4.0" -termcolor==2.4.0 ; python_version >= "3.11" and python_version < "4.0" -tomlkit==0.13.2 ; python_version >= "3.11" and python_version < "4.0" -tox==4.18.0 ; python_version >= "3.11" and python_version < "4.0" -twine==5.1.1 ; python_version >= "3.11" and python_version < "4.0" -types-setuptools==70.3.0.20240710 ; python_version >= "3.11" and python_version < "4.0" -typing-extensions==4.12.2 ; python_version >= "3.11" and python_version < "4.0" -untokenize==0.1.1 ; python_version >= "3.11" and python_version < "4.0" -urllib3==2.2.2 ; python_version >= "3.11" and python_version < "4.0" -virtualenv==20.26.3 ; python_version >= "3.11" and python_version < "4.0" -wcwidth==0.2.13 ; python_version >= "3.11" and python_version < "4.0" -wheel==0.43.0 ; python_version >= "3.11" and python_version < "4.0" -zipp==3.20.1 ; python_version >= "3.11" and python_version < "4.0" \ No newline at end of file +alabaster==0.7.13 ; python_version >= "3.8" and python_version < "4.0" +argcomplete==3.5.0 ; python_version >= "3.8" and python_version < "4.0" +astroid==3.2.4 ; python_version >= "3.8" and python_version < "4.0" +babel==2.16.0 ; python_version >= "3.8" and python_version < "4.0" +backports-tarfile==1.2.0 ; python_version >= "3.8" and python_version < "3.12" +bandit[toml]==1.7.9 ; python_version >= "3.8" and python_version < "4.0" +black==24.8.0 ; python_version >= "3.8" and python_version < "4.0" +cachetools==5.5.0 ; python_version >= "3.8" and python_version < "4.0" +certifi==2024.7.4 ; python_version >= "3.8" and python_version < "4.0" +cffi==1.17.0 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "linux" and platform_python_implementation != "PyPy" +cfgv==3.4.0 ; python_version >= "3.8" and python_version < "4.0" +chardet==5.2.0 ; python_version >= "3.8" and python_version < "4.0" +charset-normalizer==3.3.2 ; python_version >= "3.8" and python_version < "4.0" +click==8.1.7 ; python_version >= "3.8" and python_version < "4.0" +codecov==2.1.13 ; python_version >= "3.8" and python_version < "4.0" +colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" +commitizen==3.29.0 ; python_version >= "3.8" and python_version < "4.0" +coverage==7.6.1 ; python_version >= "3.8" and python_version < "4.0" +coverage[toml]==7.6.1 ; python_version >= "3.8" and python_version < "4.0" +cryptography==43.0.0 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "linux" +decli==0.6.2 ; python_version >= "3.8" and python_version < "4.0" +dill==0.3.8 ; python_version >= "3.8" and python_version < "4.0" +distlib==0.3.8 ; python_version >= "3.8" and python_version < "4.0" +docformatter==1.7.5 ; python_version >= "3.8" and python_version < "4.0" +docutils==0.19 ; python_version >= "3.8" and python_version < "4.0" +exceptiongroup==1.2.2 ; python_version >= "3.8" and python_version < "3.11" +filelock==3.15.4 ; python_version >= "3.8" and python_version < "4.0" +flake8==5.0.4 ; python_version >= "3.8" and python_version < "4.0" +identify==2.6.0 ; python_version >= "3.8" and python_version < "4.0" +idna==3.8 ; python_version >= "3.8" and python_version < "4.0" +imagesize==1.4.1 ; python_version >= "3.8" and python_version < "4.0" +importlib-metadata==8.4.0 ; python_version >= "3.8" and python_version < "4.0" +importlib-resources==6.4.4 ; python_version >= "3.8" and python_version < "3.9" +iniconfig==2.0.0 ; python_version >= "3.8" and python_version < "4.0" +isort==5.13.2 ; python_version >= "3.8" and python_version < "4.0" +jaraco-classes==3.4.0 ; python_version >= "3.8" and python_version < "4.0" +jaraco-context==6.0.1 ; python_version >= "3.8" and python_version < "4.0" +jaraco-functools==4.0.2 ; python_version >= "3.8" and python_version < "4.0" +jeepney==0.8.0 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "linux" +jinja2==3.1.4 ; python_version >= "3.8" and python_version < "4.0" +keyring==25.3.0 ; python_version >= "3.8" and python_version < "4.0" +markdown-it-py==3.0.0 ; python_version >= "3.8" and python_version < "4.0" +markupsafe==2.1.5 ; python_version >= "3.8" and python_version < "4.0" +mccabe==0.7.0 ; python_version >= "3.8" and python_version < "4.0" +mdurl==0.1.2 ; python_version >= "3.8" and python_version < "4.0" +more-itertools==10.4.0 ; python_version >= "3.8" and python_version < "4.0" +mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "4.0" +mypy==1.11.2 ; python_version >= "3.8" and python_version < "4.0" +nh3==0.2.18 ; python_version >= "3.8" and python_version < "4.0" +nodeenv==1.9.1 ; python_version >= "3.8" and python_version < "4.0" +packaging==24.1 ; python_version >= "3.8" and python_version < "4.0" +pathspec==0.12.1 ; python_version >= "3.8" and python_version < "4.0" +pbr==6.1.0 ; python_version >= "3.8" and python_version < "4.0" +pkginfo==1.10.0 ; python_version >= "3.8" and python_version < "4.0" +platformdirs==4.2.2 ; python_version >= "3.8" and python_version < "4.0" +pluggy==1.5.0 ; python_version >= "3.8" and python_version < "4.0" +pre-commit==3.5.0 ; python_version >= "3.8" and python_version < "4.0" +prompt-toolkit==3.0.36 ; python_version >= "3.8" and python_version < "4.0" +pycodestyle==2.9.1 ; python_version >= "3.8" and python_version < "4.0" +pycparser==2.22 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "linux" and platform_python_implementation != "PyPy" +pyflakes==2.5.0 ; python_version >= "3.8" and python_version < "4.0" +pygments==2.18.0 ; python_version >= "3.8" and python_version < "4.0" +pylint==3.2.6 ; python_version >= "3.8" and python_version < "4.0" +pyproject-api==1.7.1 ; python_version >= "3.8" and python_version < "4.0" +pytest-cov==5.0.0 ; python_version >= "3.8" and python_version < "4.0" +pytest==8.3.2 ; python_version >= "3.8" and python_version < "4.0" +pytz==2024.1 ; python_version >= "3.8" and python_version < "3.9" +pywin32-ctypes==0.2.3 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32" +pyyaml==6.0.2 ; python_version >= "3.8" and python_version < "4.0" +questionary==2.0.1 ; python_version >= "3.8" and python_version < "4.0" +readme-renderer==43.0 ; python_version >= "3.8" and python_version < "4.0" +requests-toolbelt==1.0.0 ; python_version >= "3.8" and python_version < "4.0" +requests==2.32.3 ; python_version >= "3.8" and python_version < "4.0" +rfc3986==2.0.0 ; python_version >= "3.8" and python_version < "4.0" +rich==13.8.0 ; python_version >= "3.8" and python_version < "4.0" +secretstorage==3.3.3 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "linux" +setuptools==70.3.0 ; python_version >= "3.8" and python_version < "4.0" +snowballstemmer==2.2.0 ; python_version >= "3.8" and python_version < "4.0" +sphinx-rtd-theme==2.0.0 ; python_version >= "3.8" and python_version < "4.0" +sphinx==6.2.1 ; python_version >= "3.8" and python_version < "4.0" +sphinxcontrib-applehelp==1.0.4 ; python_version >= "3.8" and python_version < "4.0" +sphinxcontrib-devhelp==1.0.2 ; python_version >= "3.8" and python_version < "4.0" +sphinxcontrib-htmlhelp==2.0.1 ; python_version >= "3.8" and python_version < "4.0" +sphinxcontrib-jquery==4.1 ; python_version >= "3.8" and python_version < "4.0" +sphinxcontrib-jsmath==1.0.1 ; python_version >= "3.8" and python_version < "4.0" +sphinxcontrib-qthelp==1.0.3 ; python_version >= "3.8" and python_version < "4.0" +sphinxcontrib-serializinghtml==1.1.5 ; python_version >= "3.8" and python_version < "4.0" +stevedore==5.3.0 ; python_version >= "3.8" and python_version < "4.0" +termcolor==2.4.0 ; python_version >= "3.8" and python_version < "4.0" +tomli==2.0.1 ; python_version >= "3.8" and python_full_version <= "3.11.0a6" +tomlkit==0.13.2 ; python_version >= "3.8" and python_version < "4.0" +tox==4.18.0 ; python_version >= "3.8" and python_version < "4.0" +twine==5.1.1 ; python_version >= "3.8" and python_version < "4.0" +types-setuptools==70.3.0.20240710 ; python_version >= "3.8" and python_version < "4.0" +typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "4.0" +untokenize==0.1.1 ; python_version >= "3.8" and python_version < "4.0" +urllib3==2.2.2 ; python_version >= "3.8" and python_version < "4.0" +virtualenv==20.26.3 ; python_version >= "3.8" and python_version < "4.0" +wcwidth==0.2.13 ; python_version >= "3.8" and python_version < "4.0" +wheel==0.43.0 ; python_version >= "3.8" and python_version < "4.0" +zipp==3.20.1 ; python_version >= "3.8" and python_version < "4.0" diff --git a/poetry.lock b/poetry.lock index 48e55a6..2eb413c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -87,6 +87,7 @@ colorama = {version = ">=0.3.9", markers = "platform_system == \"Windows\""} PyYAML = ">=5.3.1" rich = "*" stevedore = ">=1.20.0" +tomli = {version = ">=1.1.0", optional = true, markers = "python_version < \"3.11\" and extra == \"toml\""} [package.extras] baseline = ["GitPython (>=3.1.30)"] @@ -629,6 +630,17 @@ files = [ {file = "docutils-0.19.tar.gz", hash = "sha256:33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6"}, ] +[[package]] +name = "exceptiongroup" +version = "1.2.2" +description = "Backport of PEP 654 (exception groups)" +optional = false +python-versions = ">=3.7" +files = [ + {file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"}, + {file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"}, +] + [package.extras] test = ["pytest (>=6)"] @@ -719,6 +731,28 @@ doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linke perf = ["ipython"] test = ["flufl.flake8", "importlib-resources (>=1.3)", "jaraco.test (>=5.4)", "packaging", "pyfakefs", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-perf (>=0.9.2)", "pytest-ruff (>=0.2.1)"] +[[package]] +name = "importlib-resources" +version = "6.4.4" +description = "Read resources from Python packages" +optional = false +python-versions = ">=3.8" +files = [ + {file = "importlib_resources-6.4.4-py3-none-any.whl", hash = "sha256:dda242603d1c9cd836c3368b1174ed74cb4049ecd209e7a1a0104620c18c5c11"}, + {file = "importlib_resources-6.4.4.tar.gz", hash = "sha256:20600c8b7361938dc0bb2d5ec0297802e575df486f5a544fa414da65e13721f7"}, +] + +[package.dependencies] +zipp = {version = ">=3.1.0", markers = "python_version < \"3.10\""} + +[package.extras] +check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)"] +cover = ["pytest-cov"] +doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] +enabler = ["pytest-enabler (>=2.2)"] +test = ["jaraco.test (>=5.4)", "pytest (>=6,!=8.1.*)", "zipp (>=3.17)"] +type = ["pytest-mypy"] + [[package]] name = "iniconfig" version = "2.0.0" @@ -843,6 +877,7 @@ files = [ [package.dependencies] importlib-metadata = {version = ">=4.11.4", markers = "python_version < \"3.12\""} +importlib-resources = {version = "*", markers = "python_version < \"3.9\""} "jaraco.classes" = "*" "jaraco.context" = "*" "jaraco.functools" = "*" @@ -1321,6 +1356,17 @@ pytest = ">=4.6" [package.extras] testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] +[[package]] +name = "pytz" +version = "2024.1" +description = "World timezone definitions, modern and historical" +optional = false +python-versions = "*" +files = [ + {file = "pytz-2024.1-py2.py3-none-any.whl", hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"}, + {file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"}, +] + [[package]] name = "pywin32-ctypes" version = "0.2.3" @@ -1490,6 +1536,7 @@ files = [ [package.dependencies] markdown-it-py = ">=2.2.0" pygments = ">=2.13.0,<3.0.0" +typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version < \"3.9\""} [package.extras] jupyter = ["ipywidgets (>=7.5.1,<9)"] @@ -1509,6 +1556,21 @@ files = [ cryptography = ">=2.0" jeepney = ">=0.6" +[[package]] +name = "setuptools" +version = "70.3.0" +description = "Easily download, build, install, upgrade, and uninstall Python packages" +optional = false +python-versions = ">=3.8" +files = [ + {file = "setuptools-70.3.0-py3-none-any.whl", hash = "sha256:fe384da74336c398e0d956d1cae0669bc02eed936cdb1d49b57de1990dc11ffc"}, + {file = "setuptools-70.3.0.tar.gz", hash = "sha256:f171bab1dfbc86b132997f26a119f6056a57950d058587841a0082e8830f9dc5"}, +] + +[package.extras] +doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "pyproject-hooks (!=1.1)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "importlib-metadata", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "jaraco.test", "mypy (==1.10.0)", "packaging (>=23.2)", "pip (>=19.1)", "pyproject-hooks (!=1.1)", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-home (>=0.5)", "pytest-mypy", "pytest-perf", "pytest-ruff (>=0.3.2)", "pytest-subprocess", "pytest-timeout", "pytest-xdist (>=3)", "tomli", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] + [[package]] name = "snowballstemmer" version = "2.2.0" @@ -1537,6 +1599,7 @@ babel = ">=2.9" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} docutils = ">=0.18.1,<0.20" imagesize = ">=1.3" +importlib-metadata = {version = ">=4.8", markers = "python_version < \"3.10\""} Jinja2 = ">=3.0" packaging = ">=21.0" Pygments = ">=2.13" @@ -1890,5 +1953,5 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" -python-versions = ">=3.11,<4.0" -content-hash = "f725a43999439a8229ff8135666cbcbd19dd6dd72f585403076d8cf19b67f658" \ No newline at end of file +python-versions = "^3.8" +content-hash = "b7709affa24b3fea16650e6aa98de82804d0610cb279c3a3160fb18811b71173"