Skip to content

Commit

Permalink
Update protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhan289 committed Nov 4, 2022
1 parent df7d87f commit 90df8dd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ply==3.11
prometheus-client==0.12.0; python_version < '3.0'
prometheus-client==0.15.0; python_version > '3.0'
protobuf==3.17.3; python_version < '3.0'
protobuf==3.20.1; python_version > '3.0'
protobuf==3.20.2; python_version > '3.0'
psutil==5.9.0
psycopg2-binary==2.8.6
pyasn1==0.4.6
Expand Down
2 changes: 1 addition & 1 deletion datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ deps = [
"prometheus-client==0.12.0; python_version < '3.0'",
"prometheus-client==0.15.0; python_version > '3.0'",
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.1; python_version > '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
"pydantic==1.10.2; python_version > '3.0'",
"python-dateutil==2.8.2",
"pywin32==228; sys_platform == 'win32' and python_version < '3.0'",
Expand Down
2 changes: 1 addition & 1 deletion gitlab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ text = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.1; python_version > '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion gitlab_runner/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ text = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.1; python_version > '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion kube_dns/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ text = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.1; python_version > '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion kubernetes_state/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ text = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.1; python_version > '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
]

[project.urls]
Expand Down

0 comments on commit 90df8dd

Please sign in to comment.