Skip to content

Commit

Permalink
Bump requests in /benchmarks/online-shop/recommendationservice
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.28.1...v2.31.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dhschall committed May 23, 2023
1 parent 892e1ba commit ffc0115
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ opencensus==0.9.0
opencensus-ext-stackdriver==0.8.0
opencensus-ext-grpc==0.7.1
python-json-logger==2.0.2
requests==2.28.1
requests==2.31.0
rsa==4.8
pyyaml==6.0
protobuf==3.20.1 # transitive dependency, move when google-api is bumped safely
17 changes: 3 additions & 14 deletions benchmarks/online-shop/recommendationservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,20 @@ google-api-core[grpc]==2.8.2
# google-cloud-core
# google-cloud-monitoring
# google-cloud-trace
# google-python-cloud-debugger
# opencensus
google-api-python-client==2.52.0
# via
# google-cloud-profiler
# google-python-cloud-debugger
# via google-cloud-profiler
google-auth==2.9.1
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
# google-cloud-core
# google-cloud-profiler
# google-python-cloud-debugger
google-auth-httplib2==0.1.0
# via
# google-api-python-client
# google-cloud-profiler
# google-python-cloud-debugger
google-cloud-core==2.3.2
# via google-cloud-trace
google-cloud-monitoring==2.10.1
Expand Down Expand Up @@ -100,10 +95,8 @@ pyparsing==2.4.7
python-json-logger==2.0.2
# via -r requirements.in
pyyaml==6.0
# via
# -r requirements.in
# google-python-cloud-debugger
requests==2.28.1
# via -r requirements.in
requests==2.31.0
# via
# -r requirements.in
# google-api-core
Expand All @@ -116,12 +109,8 @@ six==1.16.0
# via
# google-auth
# google-auth-httplib2
# google-python-cloud-debugger
# grpcio
uritemplate==3.0.1
# via google-api-python-client
urllib3==1.26.10
# via requests

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

0 comments on commit ffc0115

Please sign in to comment.