From 7f5ddc2959b46e1725acb0c930e45e97ccc6c9ba Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 10 Feb 2026 12:34:57 -0600 Subject: [PATCH] bump version for 46.0.5 release --- pyproject.toml | 4 ++-- src/cryptography/__about__.py | 2 +- vectors/cryptography_vectors/__about__.py | 2 +- vectors/pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8612efd6a676..95ced11a6fd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ build-backend = "maturin" [project] name = "cryptography" -version = "46.0.4" +version = "46.0.5" authors = [ { name = "The Python Cryptographic Authority and individual contributors", email = "cryptography-dev@python.org" }, ] @@ -70,7 +70,7 @@ ssh = ["bcrypt >=3.1.5"] # All the following are used for our own testing. nox = ["nox[uv] >=2024.04.15"] test = [ - "cryptography_vectors==46.0.4", + "cryptography_vectors==46.0.5", "pytest >=7.4.0", "pytest-benchmark >=4.0", "pytest-cov >=2.10.1", diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index 9aad9e5daa6d..43b3024f6398 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py @@ -10,7 +10,7 @@ "__version__", ] -__version__ = "46.0.4" +__version__ = "46.0.5" __author__ = "The Python Cryptographic Authority and individual contributors" diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py index b0ca26149cb3..b6c173effe68 100644 --- a/vectors/cryptography_vectors/__about__.py +++ b/vectors/cryptography_vectors/__about__.py @@ -6,4 +6,4 @@ "__version__", ] -__version__ = "46.0.4" +__version__ = "46.0.5" diff --git a/vectors/pyproject.toml b/vectors/pyproject.toml index 1028f500b66b..2ed12a3a1d24 100644 --- a/vectors/pyproject.toml +++ b/vectors/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "cryptography_vectors" -version = "46.0.4" +version = "46.0.5" authors = [ {name = "The Python Cryptographic Authority and individual contributors", email = "cryptography-dev@python.org"} ]