File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ build-backend = "maturin"
1414
1515[project ]
1616name = " cryptography"
17- version = " 44.0.1 "
17+ version = " 44.0.2 "
1818authors = [
1919 {name = " The Python Cryptographic Authority and individual contributors" , email = " cryptography-dev@python.org" }
2020]
@@ -65,7 +65,7 @@ ssh = ["bcrypt >=3.1.5"]
6565# All the following are used for our own testing.
6666nox = [" nox >=2024.04.15" , " nox[uv] >=2024.03.02; python_version >= '3.8'" ]
6767test = [
68- " cryptography_vectors==44.0.1 " ,
68+ " cryptography_vectors==44.0.2 " ,
6969 " pytest >=7.4.0" ,
7070 " pytest-benchmark >=4.0" ,
7171 " pytest-cov >=2.10.1" ,
Original file line number Diff line number Diff line change 1010 "__version__" ,
1111]
1212
13- __version__ = "44.0.1 "
13+ __version__ = "44.0.2 "
1414
1515
1616__author__ = "The Python Cryptographic Authority and individual contributors"
Original file line number Diff line number Diff line change 66 "__version__" ,
77]
88
9- __version__ = "44.0.1 "
9+ __version__ = "44.0.2 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44
55[project ]
66name = " cryptography_vectors"
7- version = " 44.0.1 "
7+ version = " 44.0.2 "
88authors = [
99 {name = " The Python Cryptographic Authority and individual contributors" , email = " cryptography-dev@python.org" }
1010]
You can’t perform that action at this time.
0 commit comments