Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit cb1d219

Browse files
build(deps): bump virtualenv from 20.24.5 to 20.26.6 in /tests (#592)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4bf285c commit cb1d219

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ platformdirs==3.11.0
2525
pluggy==1.3.0
2626
# via pytest
2727
pre-commit==3.4.0
28-
# via -r tests/requirements.in
28+
# via -r requirements.in
2929
pytest==7.4.2
3030
# via
31-
# -r tests/requirements.in
31+
# -r requirements.in
3232
# pytest-asyncio
3333
# pytest-cov
3434
# pytest-mock
3535
pytest-asyncio==0.21.1
36-
# via -r tests/requirements.in
36+
# via -r requirements.in
3737
pytest-cov==4.1.0
38-
# via -r tests/requirements.in
38+
# via -r requirements.in
3939
pytest-mock==3.11.1
40-
# via -r tests/requirements.in
40+
# via -r requirements.in
4141
pyyaml==6.0.1
4242
# via pre-commit
43-
virtualenv==20.24.5
43+
virtualenv==20.26.6
4444
# via pre-commit
4545

4646
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)