We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3 parents 3be882c + 135d0d5 + 5684530 commit f5622bdCopy full SHA for f5622bd
Dockerfile
@@ -8,6 +8,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
8
ENV PYTHONUNBUFFERED 1
9
10
ENV PIP_NO_CACHE_DIR 1
11
+ENV PIP_ROOT_USER_ACTION ignore
12
13
ENV PATH "/root/.local/bin:${PATH}"
14
ENV PYTHONPATH "/root/.local/lib/python3.11/site-packages"
requirements/runtime.txt
@@ -14,7 +14,7 @@ charset-normalizer==2.1.1
# via requests
15
commonmark==0.9.1
16
# via rich
17
-cryptography==39.0.1
+cryptography==41.0.0
18
# via secretstorage
19
docutils==0.19
20
# via readme-renderer
0 commit comments