diff --git a/amazon_msk/changelog.d/16394.added b/amazon_msk/changelog.d/16394.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/amazon_msk/changelog.d/16394.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/amazon_msk/pyproject.toml b/amazon_msk/pyproject.toml index 03d1a46d458e4..877672ec5169f 100644 --- a/amazon_msk/pyproject.toml +++ b/amazon_msk/pyproject.toml @@ -40,7 +40,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ "boto3==1.17.112; python_version < '3.0'", - "boto3==1.28.78; python_version > '3.0'", + "boto3==1.33.12; python_version > '3.0'", ] [project.urls] diff --git a/datadog_checks_base/changelog.d/16394.added b/datadog_checks_base/changelog.d/16394.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/datadog_checks_base/changelog.d/16394.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/datadog_checks_base/datadog_checks/base/data/agent_requirements.in b/datadog_checks_base/datadog_checks/base/data/agent_requirements.in index 2739a2d0d3b9a..55839037746a1 100644 --- a/datadog_checks_base/datadog_checks/base/data/agent_requirements.in +++ b/datadog_checks_base/datadog_checks/base/data/agent_requirements.in @@ -6,10 +6,10 @@ 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.28.78; python_version > '3.0' +boto3==1.33.12; python_version > '3.0' boto==2.49.0 botocore==1.20.112; python_version < '3.0' -botocore==1.31.78; python_version > '3.0' +botocore==1.33.12; python_version > '3.0' cachetools==3.1.1; python_version < '3.0' cachetools==5.3.2; python_version > '3.0' clickhouse-cityhash==1.0.2.3; python_version < '3.0' @@ -34,7 +34,7 @@ importlib-metadata==2.1.3; python_version < '3.8' in-toto==2.0.0; python_version > '3.0' ipaddress==1.0.23; python_version < '3.0' jaydebeapi==1.2.3 -jellyfish==1.0.1; python_version > '3.0' +jellyfish==1.0.3; python_version > '3.0' jpype1==1.4.1; python_version > '3.0' kubernetes==18.20.0; python_version < '3.0' kubernetes==28.1.0; python_version > '3.0' @@ -54,13 +54,13 @@ paramiko==2.12.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.18.0; python_version > '3.0' +prometheus-client==0.19.0; python_version > '3.0' protobuf==3.17.3; python_version < '3.0' protobuf==3.20.2; python_version > '3.0' psutil==5.9.0 -psycopg-pool==3.1.8; python_version > '3.0' +psycopg-pool==3.2.0; python_version > '3.0' psycopg2-binary==2.9.9; python_version > '3.0' -psycopg[binary]==3.1.12; python_version > '3.0' +psycopg[binary]==3.1.14; python_version > '3.0' pyasn1==0.4.6 pycryptodomex==3.10.1 pydantic==2.0.2; python_version > '3.0' @@ -103,12 +103,13 @@ semver==3.0.2; python_version > '3.0' service-identity[idna]==21.1.0 simplejson==3.19.2 six==1.16.0 -snowflake-connector-python==3.5.0; python_version > '3.0' +snowflake-connector-python==3.6.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' uptime==3.0.1 vertica-python==1.2.0; python_version < '3.0' -vertica-python==1.3.6; python_version > '3.0' +vertica-python==1.3.7; python_version > '3.0' win-inet-pton==1.1.0; sys_platform == 'win32' and python_version < '3.0' -wrapt==1.15.0 +wrapt==1.15.0; python_version < '3.0' +wrapt==1.16.0; python_version > '3.0' diff --git a/datadog_checks_base/pyproject.toml b/datadog_checks_base/pyproject.toml index 7229a7a0c5ca7..5f09605a0043d 100644 --- a/datadog_checks_base/pyproject.toml +++ b/datadog_checks_base/pyproject.toml @@ -50,9 +50,9 @@ deps = [ "enum34==1.1.10; python_version < '3.0'", "importlib-metadata==2.1.3; python_version < '3.8'", "ipaddress==1.0.23; python_version < '3.0'", - "jellyfish==1.0.1; python_version > '3.0'", + "jellyfish==1.0.3; python_version > '3.0'", "prometheus-client==0.12.0; python_version < '3.0'", - "prometheus-client==0.18.0; python_version > '3.0'", + "prometheus-client==0.19.0; 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'", @@ -69,12 +69,13 @@ deps = [ "six==1.16.0", "typing==3.10.0.0; python_version < '3.0'", "uptime==3.0.1", - "wrapt==1.15.0", + "wrapt==1.15.0; python_version < '3.0'", + "wrapt==1.16.0; python_version > '3.0'", ] http = [ "aws-requests-auth==0.4.3", "botocore==1.20.112; python_version < '3.0'", - "botocore==1.31.78; python_version > '3.0'", + "botocore==1.33.12; 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'", diff --git a/mysql/changelog.d/16394.added b/mysql/changelog.d/16394.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/mysql/changelog.d/16394.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/mysql/pyproject.toml b/mysql/pyproject.toml index bad54926794ec..61c64a163f149 100644 --- a/mysql/pyproject.toml +++ b/mysql/pyproject.toml @@ -37,8 +37,11 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ + "cachetools==3.1.1; python_version < '3.0'", "cachetools==5.3.2; python_version > '3.0'", + "cryptography==3.3.2; python_version < '3.0'", "cryptography==41.0.6; python_version > '3.0'", + "pymysql==0.10.1; python_version < '3.0'", "pymysql==1.1.0; python_version > '3.0'", ] diff --git a/postgres/changelog.d/16394.added b/postgres/changelog.d/16394.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/postgres/changelog.d/16394.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/postgres/pyproject.toml b/postgres/pyproject.toml index 4646466d3b731..20ee35bad3014 100644 --- a/postgres/pyproject.toml +++ b/postgres/pyproject.toml @@ -38,9 +38,12 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ "azure-identity==1.15.0; python_version > '3.0'", - "boto3==1.28.78; python_version > '3.0'", + "boto3==1.17.112; python_version < '3.0'", + "boto3==1.33.12; python_version > '3.0'", + "cachetools==3.1.1; python_version < '3.0'", "cachetools==5.3.2; python_version > '3.0'", "psycopg2-binary==2.9.9; python_version > '3.0'", + "semver==2.13.0; python_version < '3.0'", "semver==3.0.2; python_version > '3.0'", ] diff --git a/rethinkdb/changelog.d/16394.added b/rethinkdb/changelog.d/16394.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/rethinkdb/changelog.d/16394.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/rethinkdb/pyproject.toml b/rethinkdb/pyproject.toml index a7a18a2a77259..e10e385d2a03e 100644 --- a/rethinkdb/pyproject.toml +++ b/rethinkdb/pyproject.toml @@ -35,7 +35,6 @@ dependencies = [ dynamic = [ "version", ] - license = "BSD-3-Clause" [project.optional-dependencies] diff --git a/snowflake/changelog.d/16394.added b/snowflake/changelog.d/16394.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/snowflake/changelog.d/16394.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/snowflake/pyproject.toml b/snowflake/pyproject.toml index c0af1e4d14169..de5a4e8d388c9 100644 --- a/snowflake/pyproject.toml +++ b/snowflake/pyproject.toml @@ -37,7 +37,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "snowflake-connector-python==3.5.0; python_version > '3.0'", + "snowflake-connector-python==3.6.0; python_version > '3.0'", ] [project.urls] diff --git a/vertica/changelog.d/16394.added b/vertica/changelog.d/16394.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/vertica/changelog.d/16394.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/vertica/pyproject.toml b/vertica/pyproject.toml index 3fda5304e60b0..64023b738016d 100644 --- a/vertica/pyproject.toml +++ b/vertica/pyproject.toml @@ -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.6; python_version > '3.0'", + "vertica-python==1.3.7; python_version > '3.0'", ] [project.urls]