Skip to content

Commit

Permalink
Update dependencies (#13726)
Browse files Browse the repository at this point in the history
* update dependency for next release

* protobuf rollback to version 3

* revert protobuf bump

* add comment to trigger pipeline

* remove comment
  • Loading branch information
steveny91 authored Jan 19, 2023
1 parent 9bfd856 commit 3ef6c4f
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion amazon_msk/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 = [
"boto3==1.17.112; python_version < '3.0'",
"boto3==1.26.25; python_version > '3.0'",
"boto3==1.26.51; python_version > '3.0'",
]

[project.urls]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ beautifulsoup4==4.11.1; python_version > '3.0'
beautifulsoup4==4.9.3; python_version < '3.0'
binary==1.0.0
boto3==1.17.112; python_version < '3.0'
boto3==1.26.25; python_version > '3.0'
boto3==1.26.51; python_version > '3.0'
boto==2.49.0
botocore==1.20.112; python_version < '3.0'
botocore==1.29.25; python_version > '3.0'
botocore==1.29.51; python_version > '3.0'
cachetools==3.1.1; python_version < '3.0'
cachetools==5.2.0; python_version > '3.0'
cachetools==5.2.1; python_version > '3.0'
clickhouse-cityhash==1.0.2.3; python_version < '3.0'
clickhouse-cityhash==1.0.2.4; python_version > '3.0'
clickhouse-driver==0.2.0; python_version < '3.0'
Expand Down Expand Up @@ -41,7 +41,7 @@ keystoneauth1==5.0.0; python_version < '3.0'
kubernetes==18.20.0; python_version < '3.0'
kubernetes==25.3.0; python_version > '3.0'
ldap3==2.9.1
lxml==4.9.1
lxml==4.9.2
lz4==2.2.1; python_version < '3.0'
lz4==3.1.3; python_version > '3.0'
mmh3==2.5.1; python_version < '3.0'
Expand All @@ -51,9 +51,9 @@ oauthlib==3.2.2; python_version > '3.0'
openstacksdk==0.39.0; python_version < '3.0'
openstacksdk==0.61.0; python_version > '3.0'
oracledb==1.2.1; python_version >= '3.8'
orjson==3.8.3; python_version > '3.0'
packaging==22.0; python_version > '3.0'
paramiko==2.11.0
orjson==3.8.5; python_version > '3.0'
packaging==23.0; python_version > '3.0'
paramiko==2.12.0
ply==3.11
prometheus-client==0.12.0; python_version < '3.0'
prometheus-client==0.15.0; python_version > '3.0'
Expand All @@ -63,10 +63,10 @@ psutil==5.9.0
psycopg2-binary==2.8.6; sys_platform != 'darwin' or platform_machine != 'arm64'
pyasn1==0.4.6
pycryptodomex==3.10.1
pydantic==1.10.2; python_version > '3.0'
pydantic==1.10.4; python_version > '3.0'
pyjwt==1.7.1; python_version < '3.0'
pyjwt==2.6.0; python_version > '3.0'
pymongo[srv]==4.3.2; python_version >= '3.8'
pymongo[srv]==4.3.3; python_version >= '3.8'
pymqi==1.12.8; sys_platform != 'darwin' or platform_machine != 'arm64'
pymysql==0.10.1
pyodbc==4.0.32; sys_platform != 'darwin' or platform_machine != 'arm64'
Expand Down
8 changes: 4 additions & 4 deletions datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ db = [
deps = [
"binary==1.0.0",
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.2.0; python_version > '3.0'",
"cachetools==5.2.1; python_version > '3.0'",
"contextlib2==0.6.0.post1; python_version < '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==38.0.3; python_version > '3.0'",
Expand All @@ -55,7 +55,7 @@ deps = [
"prometheus-client==0.15.0; python_version > '3.0'",
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
"pydantic==1.10.2; python_version > '3.0'",
"pydantic==1.10.4; python_version > '3.0'",
"python-dateutil==2.8.2",
"pywin32==228; sys_platform == 'win32' and python_version < '3.0'",
"pywin32==304; sys_platform == 'win32' and python_version > '3.0'",
Expand All @@ -74,7 +74,7 @@ deps = [
http = [
"aws-requests-auth==0.4.3",
"botocore==1.20.112; python_version < '3.0'",
"botocore==1.29.25; python_version > '3.0'",
"botocore==1.29.51; python_version > '3.0'",
"oauthlib==3.1.0; python_version < '3.0'",
"oauthlib==3.2.2; python_version > '3.0'",
"pyjwt==1.7.1; python_version < '3.0'",
Expand All @@ -87,7 +87,7 @@ http = [
"win-inet-pton==1.1.0; sys_platform == 'win32' and python_version < '3.0'",
]
json = [
"orjson==3.8.3; python_version > '3.0'",
"orjson==3.8.5; python_version > '3.0'",
]
kube = [
"kubernetes==18.20.0; python_version < '3.0'",
Expand Down
2 changes: 1 addition & 1 deletion datadog_checks_downloader/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ text = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"in-toto==1.0.1; python_version > '3.0'",
"packaging==22.0; python_version > '3.0'",
"packaging==23.0; python_version > '3.0'",
"securesystemslib[crypto,pynacl]==0.25.0; python_version > '3.0'",
"tuf==2.0.0; python_version > '3.0'",
]
Expand Down
2 changes: 1 addition & 1 deletion ibm_was/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ text = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"lxml==4.9.1",
"lxml==4.9.2",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion mongo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ text = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"pymongo[srv]==4.3.2; python_version >= '3.8'",
"pymongo[srv]==4.3.3; python_version >= '3.8'",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion mysql/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 = [
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.2.0; python_version > '3.0'",
"cachetools==5.2.1; python_version > '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==38.0.3; python_version > '3.0'",
"futures==3.4.0; python_version < '3.0'",
Expand Down
2 changes: 1 addition & 1 deletion postgres/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 = [
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.2.0; python_version > '3.0'",
"cachetools==5.2.1; python_version > '3.0'",
"futures==3.4.0; python_version < '3.0'",
"psycopg2-binary==2.8.6; sys_platform != 'darwin' or platform_machine != 'arm64'",
"semver==2.13.0",
Expand Down
2 changes: 1 addition & 1 deletion sqlserver/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 = [
"adodbapi==2.6.2.0; sys_platform == 'win32'",
"lxml==4.9.1",
"lxml==4.9.2",
"pyodbc==4.0.32; sys_platform != 'darwin' or platform_machine != 'arm64'",
"pyro4==4.82; sys_platform == 'win32'",
"pywin32==228; sys_platform == 'win32' and python_version < '3.0'",
Expand Down
2 changes: 1 addition & 1 deletion ssh_check/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ text = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"paramiko==2.11.0",
"paramiko==2.12.0",
]

[project.urls]
Expand Down

0 comments on commit 3ef6c4f

Please sign in to comment.