Skip to content

Commit

Permalink
Dependency update for 7.48 (#15585)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-datadog authored Aug 16, 2023
1 parent 35ed029 commit 1a52082
Show file tree
Hide file tree
Showing 23 changed files with 64 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sudo apt install -y --no-install-recommends build-essential libkrb5-dev wget sof
# Install librdkafka from source since no binaries are available for the distribution we use on the CI:
git clone https://github.com/confluentinc/librdkafka
cd librdkafka
git checkout v2.1.1
git checkout v2.2.0
sudo ./configure --install-deps --prefix=/usr
make
sudo make install
Expand Down
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
1 change: 1 addition & 0 deletions datadog_checks_base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

***Added***:

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

***Fixed***:
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 datadog_checks_dev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
* Remove files in datadog_checks_dev for `validate ci, http, and metadata` ([#15546](https://github.com/DataDog/integrations-core/pull/15546))
* Migrate documentation commands to ddev ([#15582](https://github.com/DataDog/integrations-core/pull/15582))

***Added***:

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

***Fixed***:

* Stop using the TOX_ENV_NAME variable ([#15528](https://github.com/DataDog/integrations-core/pull/15528))
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
2 changes: 1 addition & 1 deletion kafka_consumer/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# If you bump the `confluent-kafka` version, also bump the `librdkafka` version in the `32_install_kerberos.sh` file
post-install-commands = [
"python -m pip uninstall -y confluent-kafka",
"python -m pip install --no-binary confluent-kafka confluent-kafka==2.1.1",
"python -m pip install --no-binary confluent-kafka confluent-kafka==2.2.0",
]

[envs.default.env-vars]
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
3 changes: 1 addition & 2 deletions postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"boto3==1.27.0; python_version > '3.0'",
"cachetools==3.1.1; python_version < '3.0'",
"boto3==1.28.27; python_version > '3.0'",
"cachetools==5.3.1; python_version > '3.0'",
"psycopg[binary]==3.1.10; 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 1a52082

Please sign in to comment.