Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #17519

Merged
merged 4 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions agent_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ beautifulsoup4==4.12.3; 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.34.88; python_version > '3.0'
boto3==1.34.98; python_version > '3.0'
boto==2.49.0
botocore==1.20.112; python_version < '3.0'
botocore==1.34.88; python_version > '3.0'
botocore==1.34.98; python_version > '3.0'
cachetools==3.1.1; python_version < '3.0'
cachetools==5.3.3; python_version > '3.0'
clickhouse-cityhash==1.0.2.3; python_version < '3.0'
Expand All @@ -20,7 +20,7 @@ cm-client==45.0.4
confluent-kafka==2.3.0; python_version > '3.0'
contextlib2==0.6.0.post1; python_version < '3.0'
cryptography==3.3.2; python_version < '3.0'
cryptography==42.0.5; python_version > '3.0'
cryptography==42.0.6; python_version > '3.0'
ddtrace==0.32.2; sys_platform == 'win32' and python_version < '3.0'
ddtrace==0.53.2; sys_platform != 'win32' and python_version < '3.0'
ddtrace==1.11.2; python_version > '3.0'
Expand Down Expand Up @@ -48,7 +48,7 @@ oauthlib==3.1.0; python_version < '3.0'
oauthlib==3.2.2; python_version > '3.0'
openstacksdk==3.1.0; python_version > '3.0'
oracledb==1.3.2; python_version >= '3.0'
orjson==3.10.1; python_version > '3.0'
orjson==3.10.3; python_version > '3.0'
packaging==24.0; python_version > '3.0'
paramiko==2.12.0; python_version < '3.0'
paramiko==3.4.0; python_version > '3.0'
Expand All @@ -61,10 +61,10 @@ psutil==5.9.0
psycopg2-binary==2.9.9; python_version > '3.0'
pyasn1==0.4.6
pycryptodomex==3.20.0
pydantic==2.7.0; python_version > '3.0'
pydantic==2.7.1; python_version > '3.0'
pyjwt==1.7.1; python_version < '3.0'
pyjwt==2.8.0; python_version > '3.0'
pymongo[srv]==4.6.3; python_version >= '3.9'
pymongo[srv]==4.7.1; python_version >= '3.9'
pymqi==1.12.10; (sys_platform != 'darwin' or platform_machine != 'arm64') and python_version > '3.0'
pymysql==0.10.1; python_version < '3.0'
pymysql==1.1.0; python_version > '3.0'
Expand All @@ -84,7 +84,7 @@ pywin32==306; sys_platform == 'win32' and python_version > '3.0'
pyyaml==5.4.1; python_version < '3.0'
pyyaml==6.0.1; python_version > '3.0'
redis==3.5.3; python_version < '3.0'
redis==5.0.3; python_version > '3.0'
redis==5.0.4; python_version > '3.0'
requests-kerberos==0.12.0; python_version < '3.0'
requests-kerberos==0.14.0; python_version > '3.0'
requests-ntlm==1.1.0; python_version < '3.0'
Expand All @@ -104,7 +104,7 @@ service-identity[idna]==21.1.0; python_version < '3.0'
service-identity[idna]==24.1.0; python_version > '3.0'
simplejson==3.19.2
six==1.16.0
snowflake-connector-python==3.9.0; python_version > '3.0'
snowflake-connector-python==3.10.0; python_version > '3.0'
supervisor==4.2.5
tuf==2.0.0; python_version > '3.0'
typing==3.10.0.0; python_version < '3.0'
Expand Down
1 change: 1 addition & 0 deletions amazon_msk/changelog.d/17519.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion amazon_msk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"boto3==1.17.112; python_version < '3.0'",
"boto3==1.34.88; python_version > '3.0'",
"boto3==1.34.98; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions cisco_aci/changelog.d/17519.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion cisco_aci/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==42.0.5; python_version > '3.0'",
"cryptography==42.0.6; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions datadog_checks_base/changelog.d/17519.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
8 changes: 4 additions & 4 deletions datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ deps = [
"cachetools==5.3.3; python_version > '3.0'",
"contextlib2==0.6.0.post1; python_version < '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==42.0.5; python_version > '3.0'",
"cryptography==42.0.6; python_version > '3.0'",
"ddtrace==0.32.2; sys_platform == 'win32' and python_version < '3.0'",
"ddtrace==0.53.2; sys_platform != 'win32' and python_version < '3.0'",
"ddtrace==1.11.2; python_version > '3.0'",
Expand All @@ -55,7 +55,7 @@ deps = [
"prometheus-client==0.20.0; python_version > '3.0'",
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==5.26.1; python_version > '3.0'",
"pydantic==2.7.0; python_version > '3.0'",
"pydantic==2.7.1; python_version > '3.0'",
"python-dateutil==2.9.0.post0",
"pywin32==228; sys_platform == 'win32' and python_version < '3.0'",
"pywin32==306; sys_platform == 'win32' and python_version > '3.0'",
Expand All @@ -75,7 +75,7 @@ deps = [
http = [
"aws-requests-auth==0.4.3",
"botocore==1.20.112; python_version < '3.0'",
"botocore==1.34.88; python_version > '3.0'",
"botocore==1.34.98; 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 @@ -90,7 +90,7 @@ http = [
"win-inet-pton==1.1.0; sys_platform == 'win32' and python_version < '3.0'",
]
json = [
"orjson==3.10.1; python_version > '3.0'",
"orjson==3.10.3; python_version > '3.0'",
]
kube = [
"kubernetes==18.20.0; python_version < '3.0'",
Expand Down
1 change: 1 addition & 0 deletions http_check/changelog.d/17519.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion http_check/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==42.0.5; python_version > '3.0'",
"cryptography==42.0.6; python_version > '3.0'",
"requests-ntlm==1.1.0; python_version < '3.0'",
"requests-ntlm==1.2.0; python_version > '3.0'",
]
Expand Down
1 change: 1 addition & 0 deletions mongo/changelog.d/17519.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion mongo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"pymongo[srv]==4.6.3; python_version >= '3.9'",
"pymongo[srv]==4.7.1; python_version >= '3.9'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions mysql/changelog.d/17519.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion mysql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ deps = [
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.3.3; python_version > '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==42.0.5; python_version > '3.0'",
"cryptography==42.0.6; python_version > '3.0'",
"pymysql==0.10.1; python_version < '3.0'",
"pymysql==1.1.0; python_version > '3.0'",
]
Expand Down
1 change: 1 addition & 0 deletions postgres/changelog.d/17519.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ license = "BSD-3-Clause"
deps = [
"azure-identity==1.16.0; python_version > '3.0'",
"boto3==1.17.112; python_version < '3.0'",
"boto3==1.34.88; python_version > '3.0'",
"boto3==1.34.98; python_version > '3.0'",
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.3.3; python_version > '3.0'",
"psycopg2-binary==2.9.9; python_version > '3.0'",
Expand Down
1 change: 1 addition & 0 deletions redisdb/changelog.d/17519.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion redisdb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"redis==3.5.3; python_version < '3.0'",
"redis==5.0.3; python_version > '3.0'",
"redis==5.0.4; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions snowflake/changelog.d/17519.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion snowflake/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"snowflake-connector-python==3.9.0; python_version > '3.0'",
"snowflake-connector-python==3.10.0; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions tls/changelog.d/17519.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion tls/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==42.0.5; python_version > '3.0'",
"cryptography==42.0.6; python_version > '3.0'",
"ipaddress==1.0.23; python_version < '3.0'",
"service-identity[idna]==21.1.0; python_version < '3.0'",
"service-identity[idna]==24.1.0; python_version > '3.0'",
Expand Down
Loading