File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ services:
47
47
# Arangodb server in cluster mode
48
48
arangodb :
49
49
image : arangodb:3.9
50
+ platform : linux/amd64
50
51
ports :
51
52
- " 127.0.0.1:8529:8529"
52
53
command : sh -c "arangodb --starter.local"
Original file line number Diff line number Diff line change 1
1
Flask == 2.1.3
2
2
itsdangerous == 2.1.2
3
- greenlet == 1 .1.2
3
+ greenlet == 3 .1.1
4
4
gunicorn == 20.1.0
5
- gevent == 21.12.0
5
+ gevent == 24.11.1
6
6
simplejson == 3.17.6
7
7
python-dotenv == 0.20.0
8
8
requests == 2.28.1
9
9
jsonpointer == 2.3
10
10
jsonschema == 4.8.0
11
11
jsonschema [format ]== 4.8.0
12
- pyyaml == 6.0
12
+ pyyaml == 6.0.1
13
13
rfc3987 == 1.3.8
14
14
jinja2 == 3.1.2
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ echo "> black"
10
10
black .
11
11
echo " > flake8"
12
12
flake8 --max-complexity 20 /app
13
- echo " > mypy"
14
- mypy --ignore-missing-imports /app
13
+ # echo "> mypy"
14
+ # mypy --ignore-missing-imports /app
15
15
echo " > bandit"
16
16
bandit -r -c .bandit.yaml /app
17
17
You can’t perform that action at this time.
0 commit comments