diff --git a/LICENSE-3rdparty.csv b/LICENSE-3rdparty.csv index 52ca46d09d1f8..85d7a8d10fb6a 100644 --- a/LICENSE-3rdparty.csv +++ b/LICENSE-3rdparty.csv @@ -41,7 +41,7 @@ orjson,PyPI,Apache-2.0, orjson,PyPI,MIT, packaging,PyPI,Apache-2.0,Copyright (c) Donald Stufft and individual contributors. packaging,PyPI,BSD-3-Clause,Copyright (c) Donald Stufft and individual contributors. -paramiko,PyPI,LGPL-2.1-only,Copyright (C) 2009 Jeff Forcier +paramiko,PyPI,LGPL-2.1-only,Copyright (C) 2009 Jeff Forcier prometheus-client,PyPI,Apache-2.0,Copyright 2015 The Prometheus Authors protobuf,PyPI,BSD-3-Clause,Copyright 2008 Google Inc. All rights reserved. psutil,PyPI,BSD-3-Clause,"Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola" @@ -51,7 +51,7 @@ pyasn1,PyPI,BSD-3-Clause,"Copyright (c) 2005-2019, Ilya Etingof " pysnmp,PyPI,BSD-3-Clause,"Copyright (c) 2005-2019, Ilya Etingof " pysnmp-mibs,PyPI,BSD-3-Clause,"Copyright (c) 2005-2016, Ilya Etingof " @@ -80,4 +80,4 @@ tuf,PyPI,Apache-2.0,Copyright (c) 2010 New York University tuf,PyPI,MIT,Copyright (c) 2010 New York University urllib3,PyPI,MIT,Copyright (c) 2008-2020 Andrey Petrov and contributors. vertica-python,PyPI,Apache-2.0,"Copyright 2013 Justin Berka, Alex Kim, Siting Ren" -wrapt,PyPI,BSD-3-Clause,"Copyright (c) 2013-2023, Graham Dumpleton" +wrapt,PyPI,BSD-3-Clause,"Copyright (c) 2013-2025, Graham Dumpleton" diff --git a/agent_requirements.in b/agent_requirements.in index 85e944b3e8db6..406c98a0fe63f 100644 --- a/agent_requirements.in +++ b/agent_requirements.in @@ -1,45 +1,45 @@ aerospike==7.1.1; sys_platform != 'win32' and sys_platform != 'darwin' aws-requests-auth==0.4.3 -azure-identity==1.24.0 -beautifulsoup4==4.13.5 +azure-identity==1.25.1 +beautifulsoup4==4.14.3 binary==1.0.2 -boto3==1.40.21 -botocore==1.40.21 -cachetools==6.2.0 -clickhouse-connect==0.8.18 +boto3==1.42.0 +botocore==1.41.6 +cachetools==6.2.2 +clickhouse-connect==0.10.0 cm-client==45.0.4 confluent-kafka==2.11.1 -cryptography==45.0.6 -ddtrace==3.16.4 -dnspython==2.7.0 -fastavro==1.12.0 +cryptography==46.0.3 +ddtrace==4.0.0 +dnspython==2.8.0 +fastavro==1.12.1 foundationdb==6.3.25 hazelcast-python-client==5.5.0 in-toto==2.0.0 -jellyfish==1.2.0 -kubernetes==33.1.0 +jellyfish==1.2.1 +kubernetes==34.1.0 lazy-loader==0.4 ldap3==2.9.1 lxml==6.0.1 -lz4==4.4.4 +lz4==4.4.5 mmh3==5.2.0 oauthlib==3.3.1 -openstacksdk==4.7.0 -orjson==3.11.3 +openstacksdk==4.8.0 +orjson==3.11.4 packaging==25.0 -paramiko==3.5.1 -prometheus-client==0.22.1 -protobuf==6.32.0 +paramiko==4.0.0 +prometheus-client==0.23.1 +protobuf==6.33.1 psutil==6.0.0 -psycopg[c,pool]==3.2.10 +psycopg[c,pool]==3.2.13 pyasn1==0.4.8 -pydantic==2.11.7 +pydantic==2.12.5 pyjwt==2.10.1 pymongo[srv]==4.8.0; python_version >= '3.9' -pymqi==1.12.11 +pymqi==1.12.13 pymysql==1.1.2 -pyodbc==5.2.0 -pyopenssl==25.1.0 +pyodbc==5.3.0 +pyopenssl==25.3.0 pysnmp-mibs==0.1.6 pysnmp==5.1.0 pysocks==1.7.1 @@ -48,22 +48,22 @@ python-dateutil==2.9.0.post0 python3-gearman==0.1.0; sys_platform != 'win32' pyvmomi==8.0.3.0.1 pywin32==311; sys_platform == 'win32' -pyyaml==6.0.2 -redis==6.2.0 +pyyaml==6.0.3 +redis==7.1.0 requests-kerberos==0.15.0 requests-ntlm==1.3.0 requests-oauthlib==2.0.0 requests-toolbelt==1.0.0 -requests-unixsocket2==1.0.0 +requests-unixsocket2==1.0.1 requests==2.32.5 rethinkdb==2.4.10.post1 securesystemslib[crypto,pynacl]==0.28.0 semver==3.0.4 service-identity[idna]==24.2.0 -simplejson==3.20.1 -snowflake-connector-python==3.17.2 +simplejson==3.20.2 +snowflake-connector-python==4.1.0 supervisor==4.3.0 tuf==4.0.0 urllib3==2.5.0 vertica-python==1.4.0 -wrapt==1.17.3 +wrapt==2.0.1 diff --git a/amazon_msk/changelog.d/22005.added b/amazon_msk/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/amazon_msk/changelog.d/22005.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 800c5b9d88876..ce308ba48a65b 100644 --- a/amazon_msk/pyproject.toml +++ b/amazon_msk/pyproject.toml @@ -36,7 +36,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "boto3==1.40.21", + "boto3==1.42.0", ] [project.urls] diff --git a/cisco_aci/changelog.d/22005.added b/cisco_aci/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/cisco_aci/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/cisco_aci/pyproject.toml b/cisco_aci/pyproject.toml index 9f5e3aaf7299d..e3d0a41ab8cd0 100644 --- a/cisco_aci/pyproject.toml +++ b/cisco_aci/pyproject.toml @@ -36,7 +36,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "cryptography==45.0.6", + "cryptography==46.0.3", ] [project.urls] diff --git a/clickhouse/changelog.d/22005.added b/clickhouse/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/clickhouse/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/clickhouse/pyproject.toml b/clickhouse/pyproject.toml index 69da4f509cf92..241a3588255c2 100644 --- a/clickhouse/pyproject.toml +++ b/clickhouse/pyproject.toml @@ -36,8 +36,8 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "clickhouse-connect==0.8.18", - "lz4==4.4.4", + "clickhouse-connect==0.10.0", + "lz4==4.4.5", ] [project.urls] diff --git a/datadog_checks_base/changelog.d/22005.added b/datadog_checks_base/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/datadog_checks_base/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/datadog_checks_base/pyproject.toml b/datadog_checks_base/pyproject.toml index f7df545e0fa96..63c7b4c11149e 100644 --- a/datadog_checks_base/pyproject.toml +++ b/datadog_checks_base/pyproject.toml @@ -35,40 +35,40 @@ db = [ ] deps = [ "binary==1.0.2", - "cachetools==6.2.0", - "cryptography==45.0.6", - "ddtrace==3.16.4", - "jellyfish==1.2.0", + "cachetools==6.2.2", + "cryptography==46.0.3", + "ddtrace==4.0.0", + "jellyfish==1.2.1", "lazy-loader==0.4", - "prometheus-client==0.22.1", - "protobuf==6.32.0", - "pydantic==2.11.7", + "prometheus-client==0.23.1", + "protobuf==6.33.1", + "pydantic==2.12.5", "python-dateutil==2.9.0.post0", "pywin32==311; sys_platform == 'win32'", - "pyyaml==6.0.2", + "pyyaml==6.0.3", "requests-toolbelt==1.0.0", - "requests-unixsocket2==1.0.0", + "requests-unixsocket2==1.0.1", "requests==2.32.5", - "simplejson==3.20.1", + "simplejson==3.20.2", "urllib3==2.5.0", - "wrapt==1.17.3", + "wrapt==2.0.1", ] http = [ "aws-requests-auth==0.4.3", - "botocore==1.40.21", + "botocore==1.41.6", "oauthlib==3.3.1", "pyjwt==2.10.1", - "pyopenssl==25.1.0", + "pyopenssl==25.3.0", "pysocks==1.7.1", "requests-kerberos==0.15.0", "requests-ntlm==1.3.0", "requests-oauthlib==2.0.0", ] json = [ - "orjson==3.11.3", + "orjson==3.11.4", ] kube = [ - "kubernetes==33.1.0", + "kubernetes==34.1.0", "requests-oauthlib==2.0.0", ] diff --git a/dns_check/changelog.d/22005.added b/dns_check/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/dns_check/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/dns_check/pyproject.toml b/dns_check/pyproject.toml index 84bd1753991ab..7f13d3d9da4c3 100644 --- a/dns_check/pyproject.toml +++ b/dns_check/pyproject.toml @@ -36,7 +36,7 @@ dynamic = [ [project.optional-dependencies] deps = [ - "dnspython==2.7.0", + "dnspython==2.8.0", ] [project.urls] diff --git a/http_check/changelog.d/22005.added b/http_check/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/http_check/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/http_check/pyproject.toml b/http_check/pyproject.toml index 6f5ae7bd37cea..33b2fcaf526f2 100644 --- a/http_check/pyproject.toml +++ b/http_check/pyproject.toml @@ -36,7 +36,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "cryptography==45.0.6", + "cryptography==46.0.3", "pysocks==1.7.1", "requests-ntlm==1.3.0", ] diff --git a/ibm_ace/changelog.d/22005.added b/ibm_ace/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/ibm_ace/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/ibm_ace/pyproject.toml b/ibm_ace/pyproject.toml index 1b252826dc0c0..2431db1f57e9a 100644 --- a/ibm_ace/pyproject.toml +++ b/ibm_ace/pyproject.toml @@ -37,7 +37,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "pymqi==1.12.11", + "pymqi==1.12.13", ] [project.urls] diff --git a/ibm_i/changelog.d/22005.added b/ibm_i/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/ibm_i/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/ibm_i/pyproject.toml b/ibm_i/pyproject.toml index c9d0500bd660e..d9a362163a091 100644 --- a/ibm_i/pyproject.toml +++ b/ibm_i/pyproject.toml @@ -37,7 +37,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "pyodbc==5.2.0", + "pyodbc==5.3.0", ] [project.urls] diff --git a/ibm_mq/changelog.d/22005.added b/ibm_mq/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/ibm_mq/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/ibm_mq/pyproject.toml b/ibm_mq/pyproject.toml index 8515f0bd24aa3..7b40b2dfc63b4 100644 --- a/ibm_mq/pyproject.toml +++ b/ibm_mq/pyproject.toml @@ -38,7 +38,7 @@ requires-python = ">=3.9" [project.optional-dependencies] deps = [ "psutil==6.0.0", - "pymqi==1.12.11", + "pymqi==1.12.13", ] [project.urls] diff --git a/kafka_consumer/changelog.d/22005.added b/kafka_consumer/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/kafka_consumer/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/kafka_consumer/pyproject.toml b/kafka_consumer/pyproject.toml index 4f2a8642066cc..43d5b4c6a077e 100644 --- a/kafka_consumer/pyproject.toml +++ b/kafka_consumer/pyproject.toml @@ -37,8 +37,8 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ "confluent-kafka==2.11.1", - "fastavro==1.12.0", - "protobuf==6.32.0", + "fastavro==1.12.1", + "protobuf==6.33.1", ] [project.urls] diff --git a/kubevirt_api/changelog.d/22005.added b/kubevirt_api/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/kubevirt_api/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/kubevirt_api/pyproject.toml b/kubevirt_api/pyproject.toml index d006fcc740b8c..16d067528d111 100644 --- a/kubevirt_api/pyproject.toml +++ b/kubevirt_api/pyproject.toml @@ -37,7 +37,7 @@ dynamic = [ [project.optional-dependencies] deps = [ - "kubernetes==33.1.0", + "kubernetes==34.1.0", ] [project.urls] diff --git a/mongo/changelog.d/22005.added b/mongo/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/mongo/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/mongo/pyproject.toml b/mongo/pyproject.toml index b4e8c4f7ba5c3..9b29e0182ccf4 100644 --- a/mongo/pyproject.toml +++ b/mongo/pyproject.toml @@ -37,7 +37,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "cachetools==6.2.0", + "cachetools==6.2.2", "psutil==6.0.0", "pymongo[srv]==4.8.0; python_version >= '3.9'", ] diff --git a/mysql/changelog.d/22005.added b/mysql/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/mysql/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/mysql/pyproject.toml b/mysql/pyproject.toml index ac196bc8c0e6a..3013d0a1e3973 100644 --- a/mysql/pyproject.toml +++ b/mysql/pyproject.toml @@ -36,9 +36,9 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "boto3==1.40.21", - "cachetools==6.2.0", - "cryptography==45.0.6", + "boto3==1.42.0", + "cachetools==6.2.2", + "cryptography==46.0.3", "pymysql==1.1.2", ] diff --git a/openstack_controller/changelog.d/22005.added b/openstack_controller/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/openstack_controller/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/openstack_controller/pyproject.toml b/openstack_controller/pyproject.toml index e4db390ea99c9..b72d8a7dc0d4f 100644 --- a/openstack_controller/pyproject.toml +++ b/openstack_controller/pyproject.toml @@ -37,7 +37,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "openstacksdk==4.7.0", + "openstacksdk==4.8.0", ] [project.urls] diff --git a/pgbouncer/changelog.d/22005.added b/pgbouncer/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/pgbouncer/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/pgbouncer/pyproject.toml b/pgbouncer/pyproject.toml index f213a7c2e0eb5..3b500ec3a3672 100644 --- a/pgbouncer/pyproject.toml +++ b/pgbouncer/pyproject.toml @@ -37,7 +37,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "psycopg[c,pool]==3.2.10", + "psycopg[c,pool]==3.2.13", ] [project.urls] diff --git a/postgres/changelog.d/22005.added b/postgres/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/postgres/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/postgres/pyproject.toml b/postgres/pyproject.toml index 6b1cf581de2dc..7080ea937b452 100644 --- a/postgres/pyproject.toml +++ b/postgres/pyproject.toml @@ -37,10 +37,10 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "azure-identity==1.24.0", - "boto3==1.40.21", - "cachetools==6.2.0", - "psycopg[c,pool]==3.2.10", + "azure-identity==1.25.1", + "boto3==1.42.0", + "cachetools==6.2.2", + "psycopg[c,pool]==3.2.13", "semver==3.0.4", ] @@ -63,4 +63,4 @@ include = [ ] dev-mode-dirs = [ ".", -] \ No newline at end of file +] diff --git a/redisdb/changelog.d/22005.added b/redisdb/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/redisdb/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/redisdb/pyproject.toml b/redisdb/pyproject.toml index d443d6fb476a1..8186ee0c883e0 100644 --- a/redisdb/pyproject.toml +++ b/redisdb/pyproject.toml @@ -36,7 +36,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "redis==6.2.0", + "redis==7.1.0", ] [project.urls] diff --git a/riakcs/changelog.d/22005.added b/riakcs/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/riakcs/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/riakcs/pyproject.toml b/riakcs/pyproject.toml index 5b72c2eb50aa3..cfd67d3acf57d 100644 --- a/riakcs/pyproject.toml +++ b/riakcs/pyproject.toml @@ -36,7 +36,7 @@ dynamic = [ [project.optional-dependencies] deps = [ - "boto3==1.40.21", + "boto3==1.42.0", ] [project.urls] diff --git a/silverstripe_cms/changelog.d/22005.added b/silverstripe_cms/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/silverstripe_cms/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/silverstripe_cms/pyproject.toml b/silverstripe_cms/pyproject.toml index c254baa56e3e5..1b2a8b0a7f9b1 100644 --- a/silverstripe_cms/pyproject.toml +++ b/silverstripe_cms/pyproject.toml @@ -37,7 +37,7 @@ dynamic = [ [project.optional-dependencies] deps = [ - "psycopg[c,pool]==3.2.10", + "psycopg[c,pool]==3.2.13", "pymysql==1.1.2", ] diff --git a/snowflake/changelog.d/22005.added b/snowflake/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/snowflake/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/snowflake/pyproject.toml b/snowflake/pyproject.toml index afdbfca8ba428..d0dfe13ed4820 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.17.2", + "snowflake-connector-python==4.1.0", ] [project.urls] diff --git a/spark/changelog.d/22005.added b/spark/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/spark/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/spark/pyproject.toml b/spark/pyproject.toml index 12a6b0e4c351c..f91ca5bb82a54 100644 --- a/spark/pyproject.toml +++ b/spark/pyproject.toml @@ -36,7 +36,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "beautifulsoup4==4.13.5", + "beautifulsoup4==4.14.3", ] [project.urls] diff --git a/sqlserver/changelog.d/22005.added b/sqlserver/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/sqlserver/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/sqlserver/pyproject.toml b/sqlserver/pyproject.toml index ecd017087f194..6f896734cd18d 100644 --- a/sqlserver/pyproject.toml +++ b/sqlserver/pyproject.toml @@ -37,9 +37,9 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "azure-identity==1.24.0", + "azure-identity==1.25.1", "lxml==6.0.1", - "pyodbc==5.2.0", + "pyodbc==5.3.0", "pywin32==311; sys_platform == 'win32'", ] diff --git a/ssh_check/changelog.d/22005.added b/ssh_check/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/ssh_check/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/ssh_check/pyproject.toml b/ssh_check/pyproject.toml index b6eee97f59862..a96b8f672914b 100644 --- a/ssh_check/pyproject.toml +++ b/ssh_check/pyproject.toml @@ -36,7 +36,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "paramiko==3.5.1", + "paramiko==4.0.0", ] [project.urls] diff --git a/tls/changelog.d/22005.added b/tls/changelog.d/22005.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/tls/changelog.d/22005.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/tls/pyproject.toml b/tls/pyproject.toml index 73a23ec2389bc..74295ebe3298f 100644 --- a/tls/pyproject.toml +++ b/tls/pyproject.toml @@ -36,7 +36,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "cryptography==45.0.6", + "cryptography==46.0.3", "service-identity[idna]==24.2.0", ]