Skip to content

Commit 5730999

Browse files
committed
v1.3.4 (dependency updates; updated README)
1 parent 2e835b2 commit 5730999

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.3.4 (2023-06-26)
4+
5+
* dependency updates
6+
37
## 1.3.3 (2023-05-06)
48

59
* dependency updates

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ python app.py
124124

125125
Simply execute ...
126126
```bash
127-
docker-compose up
127+
docker compose up
128128
```
129129
... to automatically build the container and run it.
130130

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python-dotenv == 1.0.0
22
Flask == 2.3.2
3-
requests == 2.30.0
3+
requests == 2.31.0
44
Pillow == 9.5.0
55
gunicorn == 20.1.0
6-
flasgger @ git+https://github.com/flasgger/flasgger.git@f5de71b757966fb1cc5317d1e84e1be7d6400bc6
6+
flasgger @ git+https://github.com/flasgger/flasgger.git@3c16b776f4848813209f2704b18cba81762ac030

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.3
1+
1.3.4

0 commit comments

Comments
 (0)