Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharkey13 committed Jul 30, 2024
1 parent 98796b8 commit 9cfa219
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
FROM python:3.10-slim
FROM python:3.12-slim

RUN ln -sf /bin/bash /bin/sh

# To allow the Unicode +- sign to be printed, set IO encoding:
ENV PYTHONIOENCODING UTF-8

# To ensure output printed correctly, alter buffering:
ENV PYTHONUNBUFFERED 0
ENV PYTHONUNBUFFERED=0

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Dependencies:
Flask==2.3.2
Flask==2.3.3
mpmath==1.3.0
numpy==1.24.3
numpy==1.26.4
sympy==1.12
gunicorn==20.1.0
pytest==7.3.1
pytest-cov==4.0.0
gunicorn==22.0.0
pytest==8.3.2
pytest-cov==5.0.0

0 comments on commit 9cfa219

Please sign in to comment.