Skip to content

Commit 586417f

Browse files
committed
upgraded cryptography for consistency with Dependabot update
1 parent d51ffc7 commit 586417f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ bash -c \
6868
click==8.1.7 \
6969
ConfigArgParse==1.7 \
7070
configobj==5.0.9 \
71-
cryptography==44.0.0 \
71+
cryptography==44.0.1 \
7272
distro==1.9.0 \
7373
idna==3.10 \
7474
joblib==1.4.2 \

docassemble_base/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d
8282
"colorama==0.4.6",
8383
"commonmark==0.9.1",
8484
"convertapi==2.0.0",
85-
"cryptography==44.0.0",
85+
"cryptography==44.0.1",
8686
"cssselect2==0.7.0",
8787
"defusedxml==0.7.1",
8888
"Deprecated==1.2.15",

0 commit comments

Comments
 (0)