Skip to content

Commit d9d2927

Browse files
fix(deps): update dependency virtualenv to v21
1 parent e29d5cf commit d9d2927

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tomli = "<3.0.0,>=2.0.1"
4444
tomlkit = "<1.0.0,>=0.11.4"
4545
trove-classifiers = ">=2022.5.19"
4646
typing_extensions = ">=4.6.1"
47-
virtualenv = "<21.0.0,>=20.26.6"
47+
virtualenv = "<21.7.0,>=21.6.0"
4848
zstandard = ">=0.15"
4949

5050
[pypi-dependencies]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencies = [
8787
"requests-toolbelt >=1.0.0,<2.0.0",
8888
"shellingham >=1.5,<2.0",
8989
"trove-classifiers >= 2022.5.19",
90-
"virtualenv >=20.26.6,<21.0.0",
90+
"virtualenv >=21.6.1,<21.7.0",
9191
'xattr >=1.0.0,<2.0.0 ; sys_platform == "darwin"',
9292
]
9393

0 commit comments

Comments
 (0)