Skip to content

Commit

Permalink
Bump virtualenv from 20.23.0 to 20.26.6 (#421)
Browse files Browse the repository at this point in the history
* Bump virtualenv from 20.23.0 to 20.26.6

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: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix code defender issue

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matteo Figus <[email protected]>
  • Loading branch information
dependabot[bot] and matteofigus authored Jan 17, 2025
1 parent 684515e commit 329044b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ run-local-container:
./docker_run_with_creds.sh

setup: | $(VENV) lambda-layer-deps
(! [[ -d .git ]] || $(VENV)/bin/pre-commit install)
(! [[ -d .git ]] || GIT_CONFIG=/dev/null $(VENV)/bin/pre-commit install)
npm i
gem install cfn-nag

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ crhelper==2.0.10
# via -r ./backend/lambda_layers/cr_helper/requirements.txt
cryptography==43.0.1
# via -r ./backend/ecs_tasks/delete_files/requirements.txt
distlib==0.3.6
distlib==0.3.9
# via virtualenv
exceptiongroup==1.1.1
# via pytest
filelock==3.12.0
filelock==3.16.1
# via virtualenv
identify==2.5.24
# via pre-commit
Expand Down Expand Up @@ -125,7 +125,7 @@ pbr==5.11.1
# sarif-om
pip-tools==6.13.0
# via -r requirements.in
platformdirs==3.5.1
platformdirs==4.3.6
# via
# black
# virtualenv
Expand Down Expand Up @@ -219,7 +219,7 @@ urllib3==1.26.19
# -r requirements.in
# botocore
# requests
virtualenv==20.23.0
virtualenv==20.26.6
# via pre-commit
wheel==0.40.0
# via
Expand Down

0 comments on commit 329044b

Please sign in to comment.