Skip to content

Commit 93d317b

Browse files
authored
Update protobuf in dev-requirements.txt (aws-observability#485)
Addresses https://github.com/aws-observability/aws-otel-python-instrumentation/security/dependabot/30 *Description of changes:* - Version picked to what we use in other places: https://github.com/aws-observability/aws-otel-python-instrumentation/blob/main/contract-tests/images/mock-collector/pyproject.toml#L16 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent d4fa47e commit 93d317b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ pytest==7.1.3
88
pytest-cov==4.1.0
99
readme-renderer==42.0
1010
bleach==4.1.0 # transient dependency for readme-renderer
11-
protobuf~=3.13
11+
protobuf~=5.29.5
1212
markupsafe>=2.0.1
1313
codespell==2.1.0
1414
requests==2.32.4
1515
ruamel.yaml==0.17.21
1616
flaky==3.7.0
17-
botocore==1.34.67
17+
botocore==1.34.67

0 commit comments

Comments
 (0)