Skip to content

Commit ec5d0fb

Browse files
chore(deps): bump the pip group across 1 directory with 2 updates (#105)
Bumps the pip group with 2 updates in the /src/recommendationservice directory: [idna](https://github.com/kjd/idna) and [urllib3](https://github.com/urllib3/urllib3). Updates `idna` from 3.7 to 3.15 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.7...v3.15) Updates `urllib3` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.3...2.7.0) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc17b9d commit ec5d0fb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/recommendationservice/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ googleapis-common-protos==1.72.0
4040
# via
4141
# google-api-core
4242
# opentelemetry-exporter-otlp-proto-grpc
43-
grpcio==1.78.0
43+
grpcio==1.80.0
4444
# via
4545
# grpcio-health-checking
4646
# opentelemetry-exporter-otlp-proto-grpc
@@ -50,7 +50,7 @@ httplib2==0.22.0
5050
# via
5151
# google-api-python-client
5252
# google-auth-httplib2
53-
idna==3.7
53+
idna==3.15
5454
# via requests
5555
importlib-metadata==6.8.0
5656
# via opentelemetry-api
@@ -86,7 +86,7 @@ opentelemetry-semantic-conventions==0.61b0
8686
# via
8787
# opentelemetry-instrumentation-grpc
8888
# opentelemetry-sdk
89-
protobuf==5.29.6
89+
protobuf==7.35.0
9090
# via
9191
# google-api-core
9292
# google-cloud-profiler
@@ -103,7 +103,7 @@ pyparsing==3.1.1
103103
# via httplib2
104104
python-json-logger==2.0.7
105105
# via -r requirements.in
106-
requests==2.33.0
106+
requests==2.34.2
107107
# via
108108
# -r requirements.in
109109
# google-api-core
@@ -116,7 +116,7 @@ typing-extensions==4.12.0
116116
# via opentelemetry-sdk
117117
uritemplate==4.1.1
118118
# via google-api-python-client
119-
urllib3==2.6.3
119+
urllib3==2.7.0
120120
# via
121121
# -r requirements.in
122122
# requests

0 commit comments

Comments
 (0)