Skip to content

Commit

Permalink
Dependency update for 7.48
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-datadog committed Aug 16, 2023
1 parent b10e1e0 commit 2e1ae18
Show file tree
Hide file tree
Showing 20 changed files with 63 additions and 35 deletions.
2 changes: 1 addition & 1 deletion LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ python-dateutil,PyPI,BSD-3-Clause,Copyright 2017- Paul Ganssle <[email protected]>
python3-gearman,PyPI,Apache-2.0,
pyvmomi,PyPI,Apache-2.0,"Copyright (c) 2005-2021 VMware, Inc. All Rights Reserved."
pywin32,PyPI,PSF,Copyright 2002-2003 by Blackdog Software Pty Ltd.
redis,PyPI,MIT,"Copyright (c) 2022, Redis, inc."
redis,PyPI,MIT,"Copyright (c) 2022-2023, Redis, inc."
redis,PyPI,MIT,Copyright (c) 2012 Andy McCurdy
requests,PyPI,Apache-2.0,Copyright 2019 Kenneth Reitz
requests-kerberos,PyPI,ISC,Copyright (c) 2012 Kenneth Reitz
Expand Down
4 changes: 4 additions & 0 deletions amazon_msk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

***Added***:

* Dependency update for 7.48 ([#15585](https://github.com/DataDog/integrations-core/pull/15585))

## 4.0.0 / 2023-08-10

***Changed***:
Expand Down
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.27.0; python_version > '3.0'",
"boto3==1.28.27; python_version > '3.0'",
]

[project.urls]
Expand Down
4 changes: 4 additions & 0 deletions datadog_checks_base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

***Added***:

* Dependency update for 7.48 ([#15585](https://github.com/DataDog/integrations-core/pull/15585))

***Fixed***:

* Bump cryptography to 41.0.3 ([#15517](https://github.com/DataDog/integrations-core/pull/15517))
Expand Down
28 changes: 14 additions & 14 deletions datadog_checks_base/datadog_checks/base/data/agent_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ beautifulsoup4==4.12.2; 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.27.0; python_version > '3.0'
boto3==1.28.27; python_version > '3.0'
boto==2.49.0
botocore==1.20.112; python_version < '3.0'
botocore==1.30.0; python_version > '3.0'
botocore==1.31.27; python_version > '3.0'
cachetools==3.1.1; python_version < '3.0'
cachetools==5.3.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'
clickhouse-driver==0.2.3; python_version > '3.0'
cm-client==45.0.4
confluent-kafka==2.1.1; python_version > '3.0'
confluent-kafka==2.2.0; python_version > '3.0'
contextlib2==0.6.0.post1; python_version < '3.0'
cryptography==3.3.2; python_version < '3.0'
cryptography==41.0.3; python_version > '3.0'
Expand All @@ -35,34 +35,34 @@ jaydebeapi==1.2.3
jellyfish==1.0.0; python_version > '3.0'
jpype1==1.4.1; python_version > '3.0'
kubernetes==18.20.0; python_version < '3.0'
kubernetes==26.1.0; python_version > '3.0'
kubernetes==27.2.0; python_version > '3.0'
ldap3==2.9.1
lxml==4.9.2
lxml==4.9.3
lz4==2.2.1; python_version < '3.0'
lz4==3.1.3; python_version > '3.0'
mmh3==2.5.1; python_version < '3.0'
mmh3==4.0.0; python_version > '3.0'
mmh3==4.0.1; python_version > '3.0'
oauthlib==3.1.0; python_version < '3.0'
oauthlib==3.2.2; python_version > '3.0'
openstacksdk==1.0.1; python_version > '3.0'
oracledb==1.3.2; python_version >= '3.8'
orjson==3.9.1; python_version > '3.0'
orjson==3.9.4; python_version > '3.0'
packaging==23.1; python_version > '3.0'
paramiko==2.12.0; python_version < '3.0'
paramiko==3.2.0; python_version > '3.0'
paramiko==3.3.1; python_version > '3.0'
ply==3.11
prometheus-client==0.12.0; python_version < '3.0'
prometheus-client==0.17.0; python_version > '3.0'
prometheus-client==0.17.1; python_version > '3.0'
protobuf==3.17.3; python_version < '3.0'
protobuf==3.20.2; python_version > '3.0'
psutil==5.9.0
psycopg2-binary==2.8.6; sys_platform != 'darwin' or platform_machine != 'arm64'
psycopg[binary]==3.1.10; python_version > '3.0'
pyasn1==0.4.6
pycryptodomex==3.10.1
pydantic==2.0.2; python_version > '3.0'
pydantic==2.1.1; python_version > '3.0'
pyjwt==1.7.1; python_version < '3.0'
pyjwt==2.7.0; python_version > '3.0'
pyjwt==2.8.0; python_version > '3.0'
pymongo[srv]==4.3.3; python_version >= '3.9'
pymqi==1.12.10; sys_platform != 'darwin' or platform_machine != 'arm64'
pymysql==0.10.1
Expand All @@ -80,9 +80,9 @@ pyvmomi==7.0.3
pywin32==228; sys_platform == 'win32' and python_version < '3.0'
pywin32==306; sys_platform == 'win32' and python_version > '3.0'
pyyaml==5.4.1; python_version < '3.0'
pyyaml==6.0; python_version > '3.0'
pyyaml==6.0.1; python_version > '3.0'
redis==3.5.3; python_version < '3.0'
redis==4.6.0; python_version > '3.0'
redis==5.0.0; 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 @@ -109,6 +109,6 @@ tuf==2.0.0; python_version > '3.0'
typing==3.10.0.0; python_version < '3.0'
uptime==3.0.1
vertica-python==1.2.0; python_version < '3.0'
vertica-python==1.3.2; python_version > '3.0'
vertica-python==1.3.4; python_version > '3.0'
win-inet-pton==1.1.0; sys_platform == 'win32' and python_version < '3.0'
wrapt==1.15.0
16 changes: 8 additions & 8 deletions datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
db = [
"mmh3==2.5.1; python_version < '3.0'",
"mmh3==4.0.0; python_version > '3.0'",
"mmh3==4.0.1; python_version > '3.0'",
]
deps = [
"binary==1.0.0",
Expand All @@ -52,15 +52,15 @@ deps = [
"ipaddress==1.0.23; python_version < '3.0'",
"jellyfish==1.0.0; python_version > '3.0'",
"prometheus-client==0.12.0; python_version < '3.0'",
"prometheus-client==0.17.0; python_version > '3.0'",
"prometheus-client==0.17.1; python_version > '3.0'",
"protobuf==3.17.3; python_version < '3.0'",
"protobuf==3.20.2; python_version > '3.0'",
"pydantic==2.0.2; python_version > '3.0'",
"pydantic==2.1.1; python_version > '3.0'",
"python-dateutil==2.8.2",
"pywin32==228; sys_platform == 'win32' and python_version < '3.0'",
"pywin32==306; sys_platform == 'win32' and python_version > '3.0'",
"pyyaml==5.4.1; python_version < '3.0'",
"pyyaml==6.0; python_version > '3.0'",
"pyyaml==6.0.1; python_version > '3.0'",
"requests-toolbelt==1.0.0",
"requests-unixsocket==0.3.0",
"requests==2.27.1; python_version < '3.0'",
Expand All @@ -74,11 +74,11 @@ deps = [
http = [
"aws-requests-auth==0.4.3",
"botocore==1.20.112; python_version < '3.0'",
"botocore==1.30.0; python_version > '3.0'",
"botocore==1.31.27; 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'",
"pyjwt==2.7.0; python_version > '3.0'",
"pyjwt==2.8.0; python_version > '3.0'",
"pysocks==1.7.1",
"requests-kerberos==0.12.0; python_version < '3.0'",
"requests-kerberos==0.14.0; python_version > '3.0'",
Expand All @@ -88,11 +88,11 @@ http = [
"win-inet-pton==1.1.0; sys_platform == 'win32' and python_version < '3.0'",
]
json = [
"orjson==3.9.1; python_version > '3.0'",
"orjson==3.9.4; python_version > '3.0'",
]
kube = [
"kubernetes==18.20.0; python_version < '3.0'",
"kubernetes==26.1.0; python_version > '3.0'",
"kubernetes==27.2.0; python_version > '3.0'",
]

[project.urls]
Expand Down
4 changes: 4 additions & 0 deletions ibm_was/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

***Added***:

* Dependency update for 7.48 ([#15585](https://github.com/DataDog/integrations-core/pull/15585))

## 3.0.0 / 2023-08-10

***Changed***:
Expand Down
3 changes: 1 addition & 2 deletions ibm_was/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ dependencies = [
dynamic = [
"version",
]

license = "BSD-3-Clause"

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

[project.urls]
Expand Down
4 changes: 4 additions & 0 deletions kafka_consumer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

***Added***:

* Dependency update for 7.48 ([#15585](https://github.com/DataDog/integrations-core/pull/15585))

## 4.0.0 / 2023-08-10

***Changed***:
Expand Down
5 changes: 1 addition & 4 deletions kafka_consumer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,11 @@ dependencies = [
dynamic = [
"version",
]

license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
# confluent-kafka is built in omnibus, so bumping it here will have no real effect
# if you bump this version, also bump the one in the `hatch.toml` file
"confluent-kafka==2.1.1; python_version > '3.0'",
"confluent-kafka==2.2.0; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
***Added***:

* Add support for sending `database_instance` metadata ([#15559](https://github.com/DataDog/integrations-core/pull/15559))
* Dependency update for 7.48 ([#15585](https://github.com/DataDog/integrations-core/pull/15585))

## 14.1.0 / 2023-08-10

Expand Down
4 changes: 3 additions & 1 deletion postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"boto3==1.27.0; python_version > '3.0'",
"boto3==1.17.112; python_version < '3.0'",
"boto3==1.28.27; python_version > '3.0'",
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.3.1; python_version > '3.0'",
"psycopg[binary]==3.1.10; python_version > '3.0'",
"semver==2.13.0; python_version < '3.0'",
"semver==3.0.1; python_version > '3.0'",
]

Expand Down
4 changes: 4 additions & 0 deletions redisdb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

***Added***:

* Dependency update for 7.48 ([#15585](https://github.com/DataDog/integrations-core/pull/15585))

## 5.0.0 / 2023-08-10

***Changed***:
Expand Down
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==4.6.0; python_version > '3.0'",
"redis==5.0.0; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions sqlserver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
***Added***:

* Add support for sending `database_instance` metadata ([#15562](https://github.com/DataDog/integrations-core/pull/15562))
* Dependency update for 7.48 ([#15585](https://github.com/DataDog/integrations-core/pull/15585))

## 13.0.0 / 2023-08-10

Expand Down
2 changes: 1 addition & 1 deletion sqlserver/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"lxml==4.9.2",
"lxml==4.9.3",
"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
4 changes: 4 additions & 0 deletions ssh_check/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

***Added***:

* Dependency update for 7.48 ([#15585](https://github.com/DataDog/integrations-core/pull/15585))

## 2.6.0 / 2023-08-10

***Added***:
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 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"paramiko==2.12.0; python_version < '3.0'",
"paramiko==3.2.0; python_version > '3.0'",
"paramiko==3.3.1; python_version > '3.0'",
]

[project.urls]
Expand Down
4 changes: 4 additions & 0 deletions vertica/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

***Added***:

* Dependency update for 7.48 ([#15585](https://github.com/DataDog/integrations-core/pull/15585))

## 4.0.0 / 2023-08-10

***Changed***:
Expand Down
2 changes: 1 addition & 1 deletion vertica/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 = [
"vertica-python==1.2.0; python_version < '3.0'",
"vertica-python==1.3.2; python_version > '3.0'",
"vertica-python==1.3.4; python_version > '3.0'",
]

[project.urls]
Expand Down

0 comments on commit 2e1ae18

Please sign in to comment.