Compare commits

..

1 commit

Author SHA1 Message Date
cf68a86805 Update dependency pytest to v8.3.3 2024-09-24 19:17:39 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ COPY . /git/
RUN find . -type d -name .git -exec git describe --always --dirty > /git-version.txt \; RUN find . -type d -name .git -exec git describe --always --dirty > /git-version.txt \;
FROM python:3.13 FROM python:3.12
EXPOSE 8080 EXPOSE 8080

View file

@ -1,5 +1,5 @@
tornado==6.4.1 tornado==6.4.1
isodate==0.7.2 isodate==0.6.1
pytest==8.3.3 pytest==8.3.3
schwifty==2024.9.0 schwifty==2024.9.0
Cerberus==1.3.5 Cerberus==1.3.5