@@ -1190,7 +1190,7 @@ toml = ["tomli (>=1.2.1)"]
11901190name = " distlib"
11911191version = " 0.3.7"
11921192description = " Distribution utilities"
1193- optional = true
1193+ optional = false
11941194python-versions = " *"
11951195files = [
11961196 {file = " distlib-0.3.7-py2.py3-none-any.whl" , hash = " sha256:2e24928bc811348f0feb63014e97aaae3037f2cf48712d51ae61df7fd6075057" },
@@ -2132,7 +2132,7 @@ files = [
21322132name = " platformdirs"
21332133version = " 3.11.0"
21342134description = " A small Python package for determining appropriate platform-specific dirs, e.g. a \" user data dir\" ."
2135- optional = true
2135+ optional = false
21362136python-versions = " >=3.7"
21372137files = [
21382138 {file = " platformdirs-3.11.0-py3-none-any.whl" , hash = " sha256:e9d171d00af68be50e9202731309c4e658fd8bc76f55c11c7dd760d023bda68e" },
@@ -3008,22 +3008,22 @@ zstd = ["zstandard (>=0.18.0)"]
30083008
30093009[[package ]]
30103010name = " virtualenv"
3011- version = " 20.24.5 "
3011+ version = " 20.26.6 "
30123012description = " Virtual Python Environment builder"
3013- optional = true
3013+ optional = false
30143014python-versions = " >=3.7"
30153015files = [
3016- {file = " virtualenv-20.24.5 -py3-none-any.whl" , hash = " sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b " },
3017- {file = " virtualenv-20.24.5 .tar.gz" , hash = " sha256:e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752 " },
3016+ {file = " virtualenv-20.26.6 -py3-none-any.whl" , hash = " sha256:7345cc5b25405607a624d8418154577459c3e0277f5466dd79c49d5e492995f2 " },
3017+ {file = " virtualenv-20.26.6 .tar.gz" , hash = " sha256:280aede09a2a5c317e409a00102e7077c6432c5a38f0ef938e643805a7ad2c48 " },
30183018]
30193019
30203020[package .dependencies ]
30213021distlib = " >=0.3.7,<1"
30223022filelock = " >=3.12.2,<4"
3023- platformdirs = " >=3.9.1,<4 "
3023+ platformdirs = " >=3.9.1,<5 "
30243024
30253025[package .extras ]
3026- docs = [" furo (>=2023.7.26)" , " proselint (>=0.13)" , " sphinx (>=7.1.2)" , " sphinx-argparse (>=0.4)" , " sphinxcontrib-towncrier (>=0.2.1a0)" , " towncrier (>=23.6)" ]
3026+ docs = [" furo (>=2023.7.26)" , " proselint (>=0.13)" , " sphinx (>=7.1.2,!=7.3 )" , " sphinx-argparse (>=0.4)" , " sphinxcontrib-towncrier (>=0.2.1a0)" , " towncrier (>=23.6)" ]
30273027test = [" covdefaults (>=2.3)" , " coverage (>=7.2.7)" , " coverage-enable-subprocess (>=1)" , " flaky (>=3.7)" , " packaging (>=23.1)" , " pytest (>=7.4)" , " pytest-env (>=0.8.2)" , " pytest-freezer (>=0.4.8)" , " pytest-mock (>=3.11.1)" , " pytest-randomly (>=3.12)" , " pytest-timeout (>=2.1)" , " setuptools (>=68)" , " time-machine (>=2.10)" ]
30283028
30293029[[package ]]
0 commit comments