Skip to content

Commit

Permalink
chore: PLTSR-3236 Upgrade Jinja2 and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelthor committed Nov 21, 2024
1 parent 9314f77 commit d78d9f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WORKDIR /opt
COPY setup.py /opt/
COPY requirements.txt /opt/
COPY pgbedrock /opt/pgbedrock
RUN pip install "cython<3.0.0" && pip install --no-build-isolation pyyaml==5.4.1
RUN pip install -r requirements.txt
RUN pip install .
RUN pip install --force-reinstall psycopg2
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cerberus==1.1
click==6.7
Jinja2==2.10.1
MarkupSafe==1.1.1
Jinja2==3.1.4
MarkupSafe==2.1.5
psycopg2==2.7.3
PyYAML==5.4
PyYAML==5.4.1

0 comments on commit d78d9f5

Please sign in to comment.