Compare commits

..

1 commit

Author SHA1 Message Date
bf62e7dc3b Update dependency isodate to v0.6.1 2023-09-01 18:17:22 +00:00
2 changed files with 3 additions and 3 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.11 FROM python:3.8
EXPOSE 8080 EXPOSE 8080

View file

@ -1,4 +1,4 @@
tornado==6.3.3 tornado==6.0.4
isodate==0.6.1 isodate==0.6.1
pytest==7.4.2 pytest==5.4.1
GitPython==3.1.12 GitPython==3.1.12