Skip to content

Commit f5622bd

Browse files
committed
Merge PRs #159 and #160 into unstable/v1
3 parents 3be882c + 135d0d5 + 5684530 commit f5622bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
88
ENV PYTHONUNBUFFERED 1
99

1010
ENV PIP_NO_CACHE_DIR 1
11+
ENV PIP_ROOT_USER_ACTION ignore
1112

1213
ENV PATH "/root/.local/bin:${PATH}"
1314
ENV PYTHONPATH "/root/.local/lib/python3.11/site-packages"

requirements/runtime.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ charset-normalizer==2.1.1
1414
# via requests
1515
commonmark==0.9.1
1616
# via rich
17-
cryptography==39.0.1
17+
cryptography==41.0.0
1818
# via secretstorage
1919
docutils==0.19
2020
# via readme-renderer

0 commit comments

Comments
 (0)