File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3131 <dependency >
3232 <groupId >com.fasterxml.jackson.core</groupId >
3333 <artifactId >jackson-databind</artifactId >
34- <version >2.13.1</version >
34+ <version >2.13.2. 1</version >
3535 </dependency >
3636 <dependency >
3737 <groupId >com.github.ben-manes.caffeine</groupId >
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
2020
2121COPY --chown=aeroapps backend/python/app.py .
2222
23- CMD ["python3" , "app.py" ]
23+ CMD ["python3" , "app.py" ]
Original file line number Diff line number Diff line change @@ -42,4 +42,3 @@ type-check: venv
4242
4343test : venv
4444 $(call pytool, unittest, discover -s test)
45-
Original file line number Diff line number Diff line change 33Flask==1.1.2
44flask-cors==3.0.9
55requests
6- Flask-Caching
6+ Flask-Caching
Original file line number Diff line number Diff line change 44#
55# pip-compile --output-file=base.txt base.in
66#
7+ cachelib==0.9.0
8+ # via flask-caching
79certifi==2021.10.8
810 # via requests
911charset-normalizer==2.0.7
@@ -15,7 +17,7 @@ flask==1.1.2
1517 # -r base.in
1618 # flask-caching
1719 # flask-cors
18- flask-caching==1.10 .1
20+ flask-caching==1.11 .1
1921 # via -r base.in
2022flask-cors==3.0.9
2123 # via -r base.in
Original file line number Diff line number Diff line change 11-c base.txt test.txt
22mypy==0.740
33black
4- pylint==2.4.4
4+ pylint==2.4.4
You can’t perform that action at this time.
0 commit comments