Skip to content

Commit

Permalink
chore(deps): update dependency envoy_data_plane to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent 983aceb commit c55cf34
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 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.6.1
# if unpinned causes problems with installation resulting in module 'platform' has no attribute 'dist'
oci-image
ops
Expand Down
22 changes: 14 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements.in
# pip-compile requirements.in
#
attrs==22.1.0
# via jsonschema
betterproto==2.0.0b5
betterproto==2.0.0b6
# via envoy-data-plane
certifi==2022.9.24
# via requests
chardet==3.0.4
# via requests
envoy-data-plane==0.2.5
# via -r ./requirements.in
envoy-data-plane==0.6.1
# via -r requirements.in
grpcio==1.59.0
# via grpcio-tools
grpcio-tools==1.59.0
# via envoy-data-plane
grpclib==0.4.3
# via betterproto
h2==4.1.0
Expand All @@ -29,11 +33,13 @@ jsonschema==3.2.0
multidict==6.0.3
# via grpclib
oci-image==1.0.0
# via -r ./requirements.in
# via -r requirements.in
ops==1.5.4
# via
# -r ./requirements.in
# -r requirements.in
# serialized-data-interface
protobuf==4.24.4
# via grpcio-tools
pyrsistent==0.19.2
# via jsonschema
python-dateutil==2.8.2
Expand All @@ -45,13 +51,13 @@ pyyaml==5.4
requests==2.25.0
# via serialized-data-interface
serialized-data-interface==0.4.0
# via -r ./requirements.in
# via -r requirements.in
six==1.16.0
# via
# jsonschema
# python-dateutil
stringcase==1.2.0
# via -r ./requirements.in
# via -r requirements.in
urllib3==1.26.13
# via requests

Expand Down

0 comments on commit c55cf34

Please sign in to comment.