We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06a3c1 commit 8a6dd25Copy full SHA for 8a6dd25
Dockerfile
@@ -8,9 +8,7 @@ WORKDIR /app
8
COPY Pipfile Pipfile.lock ./
9
RUN pipenv install --dev
10
11
-# SQLAlchemy vulnerability - https://pyup.io/v/51668/742
12
-# Remove ignore option once fix is released or upgrade to version 2
13
-RUN pipenv check -i 51668
+RUN pipenv check
14
COPY . .
15
16
EXPOSE 8081
Pipfile
@@ -5,7 +5,7 @@ name = "pypi"
5
6
[packages]
7
aiohttp = "~=3.8.3"
-sqlalchemy = "~=1.4.45"
+sqlalchemy = "~=2.0.5"
fhirpy = "~=1.3.0"
coloredlogs = "*"
jsonschema = "~=4.17.3"
0 commit comments