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"
14
14
15
15
[project ]
16
16
name = " cryptography"
17
- version = " 44.0.1 "
17
+ version = " 44.0.2 "
18
18
authors = [
19
19
{name = " The Python Cryptographic Authority and individual contributors" , email = " cryptography-dev@python.org" }
20
20
]
@@ -65,7 +65,7 @@ ssh = ["bcrypt >=3.1.5"]
65
65
# All the following are used for our own testing.
66
66
nox = [" nox >=2024.04.15" , " nox[uv] >=2024.03.02; python_version >= '3.8'" ]
67
67
test = [
68
- " cryptography_vectors==44.0.1 " ,
68
+ " cryptography_vectors==44.0.2 " ,
69
69
" pytest >=7.4.0" ,
70
70
" pytest-benchmark >=4.0" ,
71
71
" pytest-cov >=2.10.1" ,
Original file line number Diff line number Diff line change 10
10
"__version__" ,
11
11
]
12
12
13
- __version__ = "44.0.1 "
13
+ __version__ = "44.0.2 "
14
14
15
15
16
16
__author__ = "The Python Cryptographic Authority and individual contributors"
Original file line number Diff line number Diff line change 6
6
"__version__" ,
7
7
]
8
8
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"
4
4
5
5
[project ]
6
6
name = " cryptography_vectors"
7
- version = " 44.0.1 "
7
+ version = " 44.0.2 "
8
8
authors = [
9
9
{name = " The Python Cryptographic Authority and individual contributors" , email = " cryptography-dev@python.org" }
10
10
]
You can’t perform that action at this time.
0 commit comments