Skip to content

Commit 33f85cc

Browse files
Update dependencies (#17953)
--------- Co-authored-by: iliakur <899591+iliakur@users.noreply.github.com> Co-authored-by: Ilia Kurenkov <ilia.kurenkov@datadoghq.com>
1 parent 91d3d11 commit 33f85cc

File tree

16 files changed

+27
-19
lines changed

16 files changed

+27
-19
lines changed

LICENSE-3rdparty.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ python-dateutil,PyPI,Apache-2.0,Copyright 2017- Paul Ganssle <paul@ganssle.io>
8282
python-dateutil,PyPI,BSD-3-Clause,Copyright 2017- Paul Ganssle <paul@ganssle.io>
8383
python3-gearman,PyPI,Apache-2.0,
8484
pyvmomi,PyPI,Apache-2.0,"Copyright (c) 2005-2021 VMware, Inc. All Rights Reserved."
85+
pyvmomi,PyPI,Apache-2.0,Copyright (c) 2005-2024 Broadcom. All Rights Reserved.
8586
pywin32,PyPI,PSF,Copyright 2002-2003 by Blackdog Software Pty Ltd.
8687
redis,PyPI,MIT,"Copyright (c) 2022-2023, Redis, inc."
8788
redis,PyPI,MIT,Copyright (c) 2012 Andy McCurdy

agent_requirements.in

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ 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.131; python_version > '3.0'
9+
boto3==1.34.136; python_version > '3.0'
1010
boto==2.49.0
1111
botocore==1.20.112; python_version < '3.0'
12-
botocore==1.34.131; python_version > '3.0'
12+
botocore==1.34.136; 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'
@@ -37,7 +37,7 @@ jaydebeapi==1.2.3; python_version >= '3.0'
3737
jellyfish==1.0.4; python_version > '3.0'
3838
jpype1==1.5.0; python_version > '3.0'
3939
kubernetes==18.20.0; python_version < '3.0'
40-
kubernetes==28.1.0; python_version > '3.0'
40+
kubernetes==30.1.0; python_version > '3.0'
4141
ldap3==2.9.1
4242
lxml==4.9.2
4343
lz4==2.2.1; python_version < '3.0'
@@ -56,15 +56,15 @@ ply==3.11
5656
prometheus-client==0.12.0; python_version < '3.0'
5757
prometheus-client==0.20.0; python_version > '3.0'
5858
protobuf==3.17.3; python_version < '3.0'
59-
protobuf==5.27.1; python_version > '3.0'
59+
protobuf==5.27.2; python_version > '3.0'
6060
psutil==5.9.0
6161
psycopg2-binary==2.9.9; python_version > '3.0'
6262
pyasn1==0.4.6
6363
pycryptodomex==3.20.0
6464
pydantic==2.7.4; python_version > '3.0'
6565
pyjwt==1.7.1; python_version < '3.0'
6666
pyjwt==2.8.0; python_version > '3.0'
67-
pymongo[srv]==4.7.3; python_version >= '3.9'
67+
pymongo[srv]==4.8.0; python_version >= '3.9'
6868
pymqi==1.12.10; (sys_platform != 'darwin' or platform_machine != 'arm64') and python_version > '3.0'
6969
pymysql==0.10.1; python_version < '3.0'
7070
pymysql==1.1.1; python_version > '3.0'
@@ -79,21 +79,21 @@ python-binary-memcached==0.31.2; sys_platform != 'win32' and python_version > '3
7979
python-dateutil==2.9.0.post0
8080
python3-gearman==0.1.0; sys_platform != 'win32' and python_version > '3.0'
8181
pyvmomi==8.0.0.1; python_version < '3.0'
82-
pyvmomi==8.0.2.0.1; python_version > '3.0'
82+
pyvmomi==8.0.3.0.1; python_version > '3.0'
8383
pywin32==228; sys_platform == 'win32' and python_version < '3.0'
8484
pywin32==306; sys_platform == 'win32' and python_version > '3.0'
8585
pyyaml==5.4.1; python_version < '3.0'
8686
pyyaml==6.0.1; python_version > '3.0'
8787
redis==3.5.3; python_version < '3.0'
88-
redis==5.0.6; python_version > '3.0'
88+
redis==5.0.7; python_version > '3.0'
8989
requests-kerberos==0.12.0; python_version < '3.0'
9090
requests-kerberos==0.15.0; python_version > '3.0'
9191
requests-ntlm==1.1.0; python_version < '3.0'
9292
requests-ntlm==1.3.0; python_version > '3.0'
9393
requests-oauthlib==1.3.1; python_version < '3.0'
9494
requests-oauthlib==2.0.0; python_version > '3.0'
9595
requests-toolbelt==1.0.0
96-
requests-unixsocket2==0.4.0; python_version > '3.0'
96+
requests-unixsocket2==0.4.1; python_version > '3.0'
9797
requests-unixsocket==0.3.0; python_version < '3.0'
9898
requests==2.27.1; python_version < '3.0'
9999
requests==2.32.3; python_version > '3.0'

amazon_msk/changelog.d/17953.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.131; python_version > '3.0'",
43+
"boto3==1.34.136; 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ deps = [
5454
"prometheus-client==0.12.0; python_version < '3.0'",
5555
"prometheus-client==0.20.0; python_version > '3.0'",
5656
"protobuf==3.17.3; python_version < '3.0'",
57-
"protobuf==5.27.1; python_version > '3.0'",
57+
"protobuf==5.27.2; python_version > '3.0'",
5858
"pydantic==2.7.4; 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'",
6262
"pyyaml==5.4.1; python_version < '3.0'",
6363
"pyyaml==6.0.1; python_version > '3.0'",
6464
"requests-toolbelt==1.0.0",
65-
"requests-unixsocket2==0.4.0; python_version > '3.0'",
65+
"requests-unixsocket2==0.4.1; python_version > '3.0'",
6666
"requests-unixsocket==0.3.0; python_version < '3.0'",
6767
"requests==2.27.1; python_version < '3.0'",
6868
"requests==2.32.3; python_version > '3.0'",
@@ -76,7 +76,7 @@ deps = [
7676
http = [
7777
"aws-requests-auth==0.4.3",
7878
"botocore==1.20.112; python_version < '3.0'",
79-
"botocore==1.34.131; python_version > '3.0'",
79+
"botocore==1.34.136; python_version > '3.0'",
8080
"oauthlib==3.1.0; python_version < '3.0'",
8181
"oauthlib==3.2.2; python_version > '3.0'",
8282
"pyjwt==1.7.1; python_version < '3.0'",
@@ -96,7 +96,7 @@ json = [
9696
]
9797
kube = [
9898
"kubernetes==18.20.0; python_version < '3.0'",
99-
"kubernetes==28.1.0; python_version > '3.0'",
99+
"kubernetes==30.1.0; python_version > '3.0'",
100100
"requests-oauthlib==1.3.1; python_version < '3.0'",
101101
"requests-oauthlib==2.0.0; python_version > '3.0'",
102102
]

esxi/changelog.d/17953.added

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

esxi/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ dynamic = [
3737

3838
[project.optional-dependencies]
3939
deps = [
40-
"pyvmomi==8.0.2.0.1; python_version > '3.0'",
41-
"pysocks==1.7.1"
40+
"pysocks==1.7.1",
41+
"pyvmomi==8.0.3.0.1; python_version > '3.0'",
4242
]
4343

4444
[project.urls]

mongo/changelog.d/17953.added

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

mongo/pyproject.toml

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

3939
[project.optional-dependencies]
4040
deps = [
41-
"pymongo[srv]==4.7.3; python_version >= '3.9'",
41+
"pymongo[srv]==4.8.0; python_version >= '3.9'",
4242
]
4343

4444
[project.urls]

postgres/changelog.d/17953.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ license = "BSD-3-Clause"
3939
deps = [
4040
"azure-identity==1.17.1; python_version > '3.0'",
4141
"boto3==1.17.112; python_version < '3.0'",
42-
"boto3==1.34.131; python_version > '3.0'",
42+
"boto3==1.34.136; 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'",

redisdb/changelog.d/17953.added

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

redisdb/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
"redis==3.5.3; python_version < '3.0'",
43-
"redis==5.0.6; python_version > '3.0'",
43+
"redis==5.0.7; python_version > '3.0'",
4444
]
4545

4646
[project.urls]

vsphere/changelog.d/17953.added

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

vsphere/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ license = "BSD-3-Clause"
4141
deps = [
4242
"futures==3.4.0; python_version < '3.0'",
4343
"pyvmomi==8.0.0.1; python_version < '3.0'",
44-
"pyvmomi==8.0.2.0.1; python_version > '3.0'",
44+
"pyvmomi==8.0.3.0.1; python_version > '3.0'",
4545
]
4646

4747
[project.urls]

0 commit comments

Comments
 (0)