Skip to content

Commit 5557ec8

Browse files
datadog-agent-integrations-bot[bot]FlorentClarretAgent Integrations Dependency Botsteveny91
authored
Update dependencies (#17424)
* Update dependencies * Update changelogs --------- Co-authored-by: FlorentClarret <FlorentClarret@users.noreply.github.com> Co-authored-by: Agent Integrations Dependency Bot <agent-integrations-dependency-bot@datadoghq.com> Co-authored-by: Steven Yuen <steven.yuen@datadoghq.com>
1 parent 9e3e1eb commit 5557ec8

File tree

13 files changed

+22
-16
lines changed

13 files changed

+22
-16
lines changed

agent_requirements.in

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
aerospike==4.0.0; sys_platform != 'win32' and sys_platform != 'darwin' and python_version < '3.0'
22
aerospike==7.1.1; sys_platform != 'win32' and sys_platform != 'darwin' and python_version > '3.0'
33
aws-requests-auth==0.4.3
4-
azure-identity==1.15.0; python_version > '3.0'
4+
azure-identity==1.16.0; python_version > '3.0'
55
beautifulsoup4==4.12.3; python_version > '3.0'
66
beautifulsoup4==4.9.3; python_version < '3.0'
77
binary==1.0.0
88
boto3==1.17.112; python_version < '3.0'
9-
boto3==1.34.76; python_version > '3.0'
9+
boto3==1.34.88; python_version > '3.0'
1010
boto==2.49.0
1111
botocore==1.20.112; python_version < '3.0'
12-
botocore==1.34.76; python_version > '3.0'
12+
botocore==1.34.88; python_version > '3.0'
1313
cachetools==3.1.1; python_version < '3.0'
1414
cachetools==5.3.3; python_version > '3.0'
1515
clickhouse-cityhash==1.0.2.3; python_version < '3.0'
@@ -46,9 +46,9 @@ mmh3==2.5.1; python_version < '3.0'
4646
mmh3==4.1.0; python_version > '3.0'
4747
oauthlib==3.1.0; python_version < '3.0'
4848
oauthlib==3.2.2; python_version > '3.0'
49-
openstacksdk==3.0.0; python_version > '3.0'
49+
openstacksdk==3.1.0; python_version > '3.0'
5050
oracledb==1.3.2; python_version >= '3.0'
51-
orjson==3.10.0; python_version > '3.0'
51+
orjson==3.10.1; python_version > '3.0'
5252
packaging==24.0; python_version > '3.0'
5353
paramiko==2.12.0; python_version < '3.0'
5454
paramiko==3.4.0; python_version > '3.0'
@@ -61,7 +61,7 @@ psutil==5.9.0
6161
psycopg2-binary==2.9.9; python_version > '3.0'
6262
pyasn1==0.4.6
6363
pycryptodomex==3.20.0
64-
pydantic==2.0.2; python_version > '3.0'
64+
pydantic==2.7.0; python_version > '3.0'
6565
pyjwt==1.7.1; python_version < '3.0'
6666
pyjwt==2.8.0; python_version > '3.0'
6767
pymongo[srv]==4.6.3; python_version >= '3.9'
@@ -104,7 +104,7 @@ service-identity[idna]==21.1.0; python_version < '3.0'
104104
service-identity[idna]==24.1.0; python_version > '3.0'
105105
simplejson==3.19.2
106106
six==1.16.0
107-
snowflake-connector-python==3.7.1; python_version > '3.0'
107+
snowflake-connector-python==3.9.0; python_version > '3.0'
108108
supervisor==4.2.5
109109
tuf==2.0.0; python_version > '3.0'
110110
typing==3.10.0.0; python_version < '3.0'

amazon_msk/changelog.d/17424.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

amazon_msk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ license = "BSD-3-Clause"
4040
[project.optional-dependencies]
4141
deps = [
4242
"boto3==1.17.112; python_version < '3.0'",
43-
"boto3==1.34.76; python_version > '3.0'",
43+
"boto3==1.34.88; python_version > '3.0'",
4444
]
4545

4646
[project.urls]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

datadog_checks_base/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ deps = [
5555
"prometheus-client==0.20.0; python_version > '3.0'",
5656
"protobuf==3.17.3; python_version < '3.0'",
5757
"protobuf==5.26.1; python_version > '3.0'",
58-
"pydantic==2.0.2; python_version > '3.0'",
58+
"pydantic==2.7.0; python_version > '3.0'",
5959
"python-dateutil==2.9.0.post0",
6060
"pywin32==228; sys_platform == 'win32' and python_version < '3.0'",
6161
"pywin32==306; sys_platform == 'win32' and python_version > '3.0'",
@@ -75,7 +75,7 @@ deps = [
7575
http = [
7676
"aws-requests-auth==0.4.3",
7777
"botocore==1.20.112; python_version < '3.0'",
78-
"botocore==1.34.76; python_version > '3.0'",
78+
"botocore==1.34.88; python_version > '3.0'",
7979
"oauthlib==3.1.0; python_version < '3.0'",
8080
"oauthlib==3.2.2; python_version > '3.0'",
8181
"pyjwt==1.7.1; python_version < '3.0'",
@@ -90,7 +90,7 @@ http = [
9090
"win-inet-pton==1.1.0; sys_platform == 'win32' and python_version < '3.0'",
9191
]
9292
json = [
93-
"orjson==3.10.0; python_version > '3.0'",
93+
"orjson==3.10.1; python_version > '3.0'",
9494
]
9595
kube = [
9696
"kubernetes==18.20.0; python_version < '3.0'",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

openstack_controller/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ license = "BSD-3-Clause"
3737

3838
[project.optional-dependencies]
3939
deps = [
40-
"openstacksdk==3.0.0; python_version > '3.0'",
40+
"openstacksdk==3.1.0; python_version > '3.0'",
4141
]
4242

4343
[project.urls]

postgres/changelog.d/17424.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

postgres/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ license = "BSD-3-Clause"
3737

3838
[project.optional-dependencies]
3939
deps = [
40-
"azure-identity==1.15.0; python_version > '3.0'",
40+
"azure-identity==1.16.0; python_version > '3.0'",
4141
"boto3==1.17.112; python_version < '3.0'",
42-
"boto3==1.34.76; python_version > '3.0'",
42+
"boto3==1.34.88; python_version > '3.0'",
4343
"cachetools==3.1.1; python_version < '3.0'",
4444
"cachetools==5.3.3; python_version > '3.0'",
4545
"psycopg2-binary==2.9.9; python_version > '3.0'",

snowflake/changelog.d/17424.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

snowflake/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ license = "BSD-3-Clause"
3737

3838
[project.optional-dependencies]
3939
deps = [
40-
"snowflake-connector-python==3.7.1; python_version > '3.0'",
40+
"snowflake-connector-python==3.9.0; python_version > '3.0'",
4141
]
4242

4343
[project.urls]

sqlserver/changelog.d/17424.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

sqlserver/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ license = "BSD-3-Clause"
3737

3838
[project.optional-dependencies]
3939
deps = [
40-
"azure-identity==1.15.0; python_version > '3.0'",
40+
"azure-identity==1.16.0; python_version > '3.0'",
4141
"lxml==4.9.2",
4242
"pyodbc==5.1.0; (sys_platform != 'darwin' or platform_machine != 'arm64') and python_version > '3.0'",
4343
"pywin32==228; sys_platform == 'win32' and python_version < '3.0'",

0 commit comments

Comments
 (0)