Skip to content

Commit 8a6dd25

Browse files
committed
Update sqlalchemy to v2.0.5
1 parent c06a3c1 commit 8a6dd25

File tree

3 files changed

+861
-667
lines changed

3 files changed

+861
-667
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ WORKDIR /app
88
COPY Pipfile Pipfile.lock ./
99
RUN pipenv install --dev
1010

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
11+
RUN pipenv check
1412
COPY . .
1513

1614
EXPOSE 8081

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "pypi"
55

66
[packages]
77
aiohttp = "~=3.8.3"
8-
sqlalchemy = "~=1.4.45"
8+
sqlalchemy = "~=2.0.5"
99
fhirpy = "~=1.3.0"
1010
coloredlogs = "*"
1111
jsonschema = "~=4.17.3"

0 commit comments

Comments
 (0)