Skip to content

Commit

Permalink
chore: Bump virtualenv in /sdk/python/requirements
Browse files Browse the repository at this point in the history
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.23.0 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.23.0...20.26.6)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 678355d commit db28a7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ uvicorn-worker==0.2.0
# via feast (setup.py)
uvloop==0.21.0
# via uvicorn
virtualenv==20.23.0
virtualenv==20.26.6
# via
# feast (setup.py)
# pre-commit
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.11-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ uvicorn-worker==0.2.0
# via feast (setup.py)
uvloop==0.21.0
# via uvicorn
virtualenv==20.23.0
virtualenv==20.26.6
# via
# feast (setup.py)
# pre-commit
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.9-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ uvicorn-worker==0.2.0
# via feast (setup.py)
uvloop==0.21.0
# via uvicorn
virtualenv==20.23.0
virtualenv==20.26.6
# via
# feast (setup.py)
# pre-commit
Expand Down

0 comments on commit db28a7a

Please sign in to comment.