Skip to content

Commit b28bb15

Browse files
build(deps): bump the pip group across 4 directories with 3 updates
Bumps the pip group with 2 updates in the /infra/build/functions directory: [brotli](https://github.com/google/brotli) and [protobuf](https://github.com/protocolbuffers/protobuf). Bumps the pip group with 1 update in the /infra/ci directory: [requests](https://github.com/psf/requests). Bumps the pip group with 2 updates in the /infra/cifuzz directory: [protobuf](https://github.com/protocolbuffers/protobuf) and [requests](https://github.com/psf/requests). Bumps the pip group with 1 update in the /infra/experimental/chronos directory: [requests](https://github.com/psf/requests). Updates `brotli` from 1.0.9 to 1.2.0 - [Release notes](https://github.com/google/brotli/releases) - [Changelog](https://github.com/google/brotli/blob/master/CHANGELOG.md) - [Commits](google/brotli@v1.0.9...v1.2.0) Updates `protobuf` from 3.20.2 to 5.29.6 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `requests` from 2.31.0 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.31.0...v2.33.0) Updates `protobuf` from 3.20.2 to 5.29.6 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `requests` from 2.28.0 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.31.0...v2.33.0) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.31.0...v2.33.0) --- updated-dependencies: - dependency-name: brotli dependency-version: 1.2.0 dependency-type: direct:production dependency-group: pip - dependency-name: protobuf dependency-version: 5.29.6 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: protobuf dependency-version: 5.29.6 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07823b7 commit b28bb15

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

infra/build/functions/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
################################################################################
1616

17-
Brotli==1.0.9
17+
Brotli==1.2.0
1818
hiredis==3.0.0
1919
PyYaml==6.0.2
2020
PyGithub==2.6.1
@@ -28,6 +28,6 @@ google-api-core==1.22.2
2828
google-api-python-client==1.9.3
2929
oauth2client==4.1.3
3030
python-dateutil==2.8.1
31-
protobuf==3.20.2
31+
protobuf==5.29.6
3232
beautifulsoup4==4.11.1
3333
wrapt==1.17.2

infra/ci/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pylint==3.3.7
55
pytest==7.1.2
66
pytest-xdist==2.5.0
77
PyYAML==6.0.2
8-
requests==2.31.0
8+
requests==2.33.0
99
yapf==0.43.0

infra/cifuzz/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
clusterfuzz==2.5.9
2-
requests==2.28.0
3-
protobuf==3.20.2
2+
requests==2.33.0
3+
protobuf==5.29.6
44
gsutil==5.20
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tree-sitter==0.25.1
22
tree-sitter-cpp==0.23.4
3-
requests==2.32.5
3+
requests==2.33.0

0 commit comments

Comments
 (0)