diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index 9db601db65ba..a535b0f0bd79 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -106,7 +106,7 @@ markupsafe==3.0.2 ; python_full_version >= '3.9' # via jinja2 mypy==1.4.1 ; python_full_version < '3.8' # via cryptography (pyproject.toml) -mypy==1.14.0 ; python_full_version >= '3.8' +mypy==1.14.1 ; python_full_version >= '3.8' # via cryptography (pyproject.toml) mypy-extensions==1.0.0 # via mypy diff --git a/docs/conf.py b/docs/conf.py index 49d8ea30ac25..6de55ed3bf87 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,7 +72,7 @@ # General information about the project. project = "Cryptography" -copyright = "2013-2024, Individual Contributors" +copyright = "2013-2025, Individual Contributors" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index 80ec47eb9ce0..c3a24e0f3f4f 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py @@ -14,4 +14,4 @@ __author__ = "The Python Cryptographic Authority and individual contributors" -__copyright__ = f"Copyright 2013-2024 {__author__}" +__copyright__ = f"Copyright 2013-2025 {__author__}"