Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci-constraints-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/cryptography/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@


__author__ = "The Python Cryptographic Authority and individual contributors"
__copyright__ = f"Copyright 2013-2024 {__author__}"
__copyright__ = f"Copyright 2013-2025 {__author__}"
Loading