Skip to content

Commit e562cd7

Browse files
build(deps): bump virtualenv from 20.24.5 to 20.26.6 (#19131)
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.24.5 to 20.26.6. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.24.5...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f06bee commit e562cd7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

poetry.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ toml = ["tomli (>=1.2.1)"]
11901190
name = "distlib"
11911191
version = "0.3.7"
11921192
description = "Distribution utilities"
1193-
optional = true
1193+
optional = false
11941194
python-versions = "*"
11951195
files = [
11961196
{file = "distlib-0.3.7-py2.py3-none-any.whl", hash = "sha256:2e24928bc811348f0feb63014e97aaae3037f2cf48712d51ae61df7fd6075057"},
@@ -2132,7 +2132,7 @@ files = [
21322132
name = "platformdirs"
21332133
version = "3.11.0"
21342134
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
2135-
optional = true
2135+
optional = false
21362136
python-versions = ">=3.7"
21372137
files = [
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]]
30103010
name = "virtualenv"
3011-
version = "20.24.5"
3011+
version = "20.26.6"
30123012
description = "Virtual Python Environment builder"
3013-
optional = true
3013+
optional = false
30143014
python-versions = ">=3.7"
30153015
files = [
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]
30213021
distlib = ">=0.3.7,<1"
30223022
filelock = ">=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)"]
30273027
test = ["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

Comments
 (0)