Skip to content

Commit

Permalink
python requirements: bump protobuf version to match 7494535
Browse files Browse the repository at this point in the history
The change in 7494535 did not update these requirements, resulting in
inconsistent requirements and doc check failure:

ERROR: Cannot install protobuf==3.19.4 and protobuf==3.19.5 because these package versions have conflicting dependencies.
  • Loading branch information
efd6 committed Jan 22, 2024
1 parent afbba84 commit 5832611
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion auditbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
protobuf==3.19.4 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
protobuf==3.19.5 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
2 changes: 1 addition & 1 deletion dev-tools/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
elasticsearch
requests
protobuf==3.19.4 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
protobuf==3.19.5 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
2 changes: 1 addition & 1 deletion heartbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
protobuf==3.19.4 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
protobuf==3.19.5 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ rsa==4.7.2
s3transfer==0.3.3
six==1.14.0
urllib3==1.26.5
protobuf==3.19.4 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
protobuf==3.19.5 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
2 changes: 1 addition & 1 deletion metricbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kafka-python==1.4.3
elasticsearch==7.1.0
semver==2.8.1
protobuf==3.19.4 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
protobuf==3.19.5 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
2 changes: 1 addition & 1 deletion packetbeat/tests/system/gen/memcache/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pylibmc
protobuf==3.19.4 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
protobuf==3.19.5 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
2 changes: 1 addition & 1 deletion x-pack/functionbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
protobuf==3.19.4 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
protobuf==3.19.5 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051

0 comments on commit 5832611

Please sign in to comment.