Compare commits

..

1 commit

Author SHA1 Message Date
3efb1979f1 Update dependency GitPython to v3.1.40 2023-10-18 16:17:17 +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 \;
FROM python:3.12
FROM python:3.11
EXPOSE 8080

View file

@ -1,4 +1,4 @@
tornado==6.3.3
isodate==0.6.0
pytest==7.4.3
pytest==7.4.2
GitPython==3.1.40