Skip to content

Commit

Permalink
build(deps): bump virtualenv in /bazel in the pip group
Browse files Browse the repository at this point in the history
Bumps the pip group in /bazel with 1 update: [virtualenv](https://github.com/pypa/virtualenv).


Updates `virtualenv` from 20.24.6 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.6...20.26.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 19, 2025
1 parent 82914bc commit dee6e88
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bazel/notebook_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ scipy==1.11.3
# OR-Tools build dependencies
mypy==1.6.1
mypy-protobuf==3.5.0
virtualenv==20.24.6
virtualenv==20.26.6
black==24.3.0

# Example dependencies
Expand Down
2 changes: 1 addition & 1 deletion bazel/notebook_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ uri-template==1.3.0
# via jsonschema
urllib3==2.2.2
# via requests
virtualenv==20.24.6
virtualenv==20.26.6
# via -r notebook_requirements.in
wcwidth==0.2.6
# via prompt-toolkit
Expand Down
2 changes: 1 addition & 1 deletion bazel/ortools_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ scipy==1.11.3
# OR-Tools build dependencies
mypy==1.6.1
mypy-protobuf==3.5.0
virtualenv==20.24.6
virtualenv==20.26.6
black==24.3.0

# Example dependencies
Expand Down
26 changes: 13 additions & 13 deletions bazel/ortools_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# bazel run //bazel:ortools_requirements.update
#
absl-py==2.0.0
# via -r bazel/ortools_requirements.in
# via -r ortools_requirements.in
black==24.3.0
# via -r bazel/ortools_requirements.in
# via -r ortools_requirements.in
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
Expand All @@ -21,24 +21,24 @@ filelock==3.12.2
idna==3.7
# via requests
immutabledict==3.0.0
# via -r bazel/ortools_requirements.in
# via -r ortools_requirements.in
mypy==1.6.1
# via -r bazel/ortools_requirements.in
# via -r ortools_requirements.in
mypy-extensions==1.0.0
# via
# black
# mypy
mypy-protobuf==3.5.0
# via -r bazel/ortools_requirements.in
# via -r ortools_requirements.in
numpy==1.26.4
# via
# -r bazel/ortools_requirements.in
# -r ortools_requirements.in
# pandas
# scipy
packaging==23.1
# via black
pandas==2.1.2
# via -r bazel/ortools_requirements.in
# via -r ortools_requirements.in
pathspec==0.11.1
# via black
platformdirs==3.10.0
Expand All @@ -47,20 +47,20 @@ platformdirs==3.10.0
# virtualenv
protobuf==5.26.1
# via
# -r bazel/ortools_requirements.in
# -r ortools_requirements.in
# mypy-protobuf
python-dateutil==2.8.2
# via pandas
pytz==2022.7.1
# via pandas
requests==2.32.0
# via -r bazel/ortools_requirements.in
# via -r ortools_requirements.in
scipy==1.11.3
# via -r bazel/ortools_requirements.in
# via -r ortools_requirements.in
six==1.16.0
# via python-dateutil
svgwrite==1.4.3
# via -r bazel/ortools_requirements.in
# via -r ortools_requirements.in
types-protobuf==4.24.0.0
# via mypy-protobuf
typing-extensions==4.8.0
Expand All @@ -69,5 +69,5 @@ tzdata==2023.3
# via pandas
urllib3==2.2.2
# via requests
virtualenv==20.24.6
# via -r bazel/ortools_requirements.in
virtualenv==20.26.6
# via -r ortools_requirements.in

0 comments on commit dee6e88

Please sign in to comment.