Skip to content

Commit

Permalink
chore(deps): update dependency envoy_data_plane to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent 66412ad commit bc236a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2021 Canonical Ltd.
# See LICENSE file for licensing details.

envoy_data_plane==0.2.5
envoy_data_plane==0.7.0
# if unpinned causes problems with installation resulting in module 'platform' has no attribute 'dist'
oci-image
ops
Expand Down
11 changes: 10 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ certifi==2023.7.22
# via requests
charset-normalizer==3.3.0
# via requests
envoy-data-plane==0.2.5
envoy-data-plane==0.7.0
# via -r requirements.in
grpcio==1.60.0
# via grpcio-tools
grpcio-tools==1.60.0
# via envoy-data-plane
grpclib==0.4.6
# via betterproto
h2==4.1.0
Expand All @@ -38,6 +42,8 @@ ops==2.7.0
# serialized-data-interface
pkgutil-resolve-name==1.3.10
# via jsonschema
protobuf==4.25.2
# via grpcio-tools
pyrsistent==0.19.3
# via jsonschema
python-dateutil==2.8.2
Expand All @@ -60,3 +66,6 @@ websocket-client==1.6.4
# via ops
zipp==3.17.0
# via importlib-resources

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

0 comments on commit bc236a2

Please sign in to comment.