File tree Expand file tree Collapse file tree 5 files changed +72
-75
lines changed Expand file tree Collapse file tree 5 files changed +72
-75
lines changed Original file line number Diff line number Diff line change 66
66
tags : |
67
67
satel/python-base:${{env.RELEASE_VERSION}}-python3.10
68
68
build-args : |
69
- IMAGE_VERSION=python:3.10.0 -slim
69
+ IMAGE_VERSION=python:3.10.1 -slim
70
70
REQUIREMENTS_VERSION=3.10
71
- push : true
71
+ push : true
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.5"
2
2
3
3
services :
4
4
generate_requirements_3_10 :
5
- image : python:3.10.0 -slim
5
+ image : python:3.10.1 -slim
6
6
command : " /generate_requirements.sh"
7
7
volumes :
8
8
- ./generate_requirements.sh:/generate_requirements.sh
Original file line number Diff line number Diff line change 1
- anyio==3.3.3
1
+ anyio==3.4.0
2
2
argh==0.26.2
3
3
asgiref==3.4.1
4
4
attrs==21.2.0
5
- black==21.9b0
5
+ black==21.12b0
6
6
certifi==2021.10.8
7
- charset-normalizer==2.0.7
7
+ charset-normalizer==2.0.9
8
8
click==8.0.3
9
- coverage==6.0. 2
10
- fastapi==0.70.0
11
- flake8==3.9.2
12
- flake8-isort==4.0.0
13
- flake8-quotes==3.2.0
9
+ coverage==6.2
10
+ fastapi==0.70.1
11
+ flake8==4.0.1
12
+ flake8-isort==4.1.1
13
+ flake8-quotes==3.3.1
14
14
h11==0.12.0
15
- httpcore==0.13.7
16
- httpx==0.19.0
15
+ httpcore==0.14.3
16
+ httpx==0.21.1
17
17
idna==3.3
18
18
iniconfig==1.1.1
19
- isort==5.9.2
19
+ isort==5.10.1
20
20
loguru==0.5.3
21
21
mccabe==0.6.1
22
22
mypy==0.910
23
23
mypy-extensions==0.4.3
24
- nest-asyncio==1.5.1
25
- packaging==21.0
24
+ nest-asyncio==1.5.4
25
+ packaging==21.3
26
26
pathspec==0.9.0
27
27
platformdirs==2.4.0
28
28
pluggy==1.0.0
29
- py==1.10 .0
30
- pycodestyle==2.7 .0
29
+ py==1.11 .0
30
+ pycodestyle==2.8 .0
31
31
pydantic==1.8.2
32
- pyflakes==2.3.1
33
- pyparsing==2.4.7
32
+ pyflakes==2.4.0
33
+ pyparsing==3.0.6
34
34
pytest==6.2.5
35
- pytest-asyncio==0.15.1
35
+ pytest-asyncio==0.16.0
36
36
pytest-cov==3.0.0
37
37
pytest-mock==3.6.1
38
38
python-box==5.4.1
39
- PyYAML==5.4.1
40
- regex==2021.10.8
39
+ PyYAML==6.0
41
40
requests==2.26.0
42
41
rfc3986==1.5.0
43
- shortuuid==1.0.1
42
+ shortuuid==1.0.8
44
43
sniffio==1.2.0
45
44
starlette==0.16.0
46
45
tenacity==8.0.1
47
46
testfixtures==6.18.3
48
47
toml==0.10.2
49
- tomli==1.2.1
50
- typing-extensions==3.10.0.2
48
+ tomli==1.2.3
49
+ typing_extensions==4.0.1
51
50
urllib3==1.26.7
52
- uvicorn==0.15 .0
51
+ uvicorn==0.16 .0
53
52
watchdog==2.1.6
Original file line number Diff line number Diff line change 1
- anyio==3.3.3
1
+ anyio==3.4.0
2
2
argh==0.26.2
3
3
asgiref==3.4.1
4
4
attrs==21.2.0
5
- black==21.9b0
5
+ black==21.12b0
6
6
certifi==2021.10.8
7
- charset-normalizer==2.0.7
7
+ charset-normalizer==2.0.9
8
8
click==8.0.3
9
- coverage==6.0. 2
10
- fastapi==0.70.0
11
- flake8==3.9.2
12
- flake8-isort==4.0.0
13
- flake8-quotes==3.2.0
9
+ coverage==6.2
10
+ fastapi==0.70.1
11
+ flake8==4.0.1
12
+ flake8-isort==4.1.1
13
+ flake8-quotes==3.3.1
14
14
h11==0.12.0
15
- httpcore==0.13.7
16
- httpx==0.19.0
15
+ httpcore==0.14.3
16
+ httpx==0.21.1
17
17
idna==3.3
18
18
iniconfig==1.1.1
19
- isort==5.9.2
19
+ isort==5.10.1
20
20
loguru==0.5.3
21
21
mccabe==0.6.1
22
22
mypy==0.910
23
23
mypy-extensions==0.4.3
24
- nest-asyncio==1.5.1
25
- packaging==21.0
24
+ nest-asyncio==1.5.4
25
+ packaging==21.3
26
26
pathspec==0.9.0
27
27
platformdirs==2.4.0
28
28
pluggy==1.0.0
29
- py==1.10 .0
30
- pycodestyle==2.7 .0
29
+ py==1.11 .0
30
+ pycodestyle==2.8 .0
31
31
pydantic==1.8.2
32
- pyflakes==2.3.1
33
- pyparsing==2.4.7
32
+ pyflakes==2.4.0
33
+ pyparsing==3.0.6
34
34
pytest==6.2.5
35
- pytest-asyncio==0.15.1
35
+ pytest-asyncio==0.16.0
36
36
pytest-cov==3.0.0
37
37
pytest-mock==3.6.1
38
38
python-box==5.4.1
39
- PyYAML==5.4.1
40
- regex==2021.10.8
39
+ PyYAML==6.0
41
40
requests==2.26.0
42
41
rfc3986==1.5.0
43
- shortuuid==1.0.1
42
+ shortuuid==1.0.8
44
43
sniffio==1.2.0
45
44
starlette==0.16.0
46
45
tenacity==8.0.1
47
46
testfixtures==6.18.3
48
47
toml==0.10.2
49
- tomli==1.2.1
50
- typing-extensions==3.10.0.2
48
+ tomli==1.2.2
49
+ typing_extensions==4.0.1
51
50
urllib3==1.26.7
52
- uvicorn==0.15 .0
51
+ uvicorn==0.16 .0
53
52
watchdog==2.1.6
Original file line number Diff line number Diff line change 1
- anyio==3.3.3
1
+ anyio==3.4.0
2
2
argh==0.26.2
3
3
asgiref==3.4.1
4
4
attrs==21.2.0
5
- black==21.9b0
5
+ black==21.12b0
6
6
certifi==2021.10.8
7
- charset-normalizer==2.0.7
7
+ charset-normalizer==2.0.9
8
8
click==8.0.3
9
- coverage==6.0. 2
10
- fastapi==0.70.0
11
- flake8==3.9.2
12
- flake8-isort==4.0.0
13
- flake8-quotes==3.2.0
9
+ coverage==6.2
10
+ fastapi==0.70.1
11
+ flake8==4.0.1
12
+ flake8-isort==4.1.1
13
+ flake8-quotes==3.3.1
14
14
h11==0.12.0
15
- httpcore==0.13.7
16
- httpx==0.19.0
15
+ httpcore==0.14.3
16
+ httpx==0.21.1
17
17
idna==3.3
18
18
iniconfig==1.1.1
19
- isort==5.9.2
19
+ isort==5.10.1
20
20
loguru==0.5.3
21
21
mccabe==0.6.1
22
22
mypy==0.910
23
23
mypy-extensions==0.4.3
24
- nest-asyncio==1.5.1
25
- packaging==21.0
24
+ nest-asyncio==1.5.4
25
+ packaging==21.3
26
26
pathspec==0.9.0
27
27
platformdirs==2.4.0
28
28
pluggy==1.0.0
29
- py==1.10 .0
30
- pycodestyle==2.7 .0
29
+ py==1.11 .0
30
+ pycodestyle==2.8 .0
31
31
pydantic==1.8.2
32
- pyflakes==2.3.1
33
- pyparsing==2.4.7
32
+ pyflakes==2.4.0
33
+ pyparsing==3.0.6
34
34
pytest==6.2.5
35
- pytest-asyncio==0.15.1
35
+ pytest-asyncio==0.16.0
36
36
pytest-cov==3.0.0
37
37
pytest-mock==3.6.1
38
38
python-box==5.4.1
39
- PyYAML==5.4.1
40
- regex==2021.10.8
39
+ PyYAML==6.0
41
40
requests==2.26.0
42
41
rfc3986==1.5.0
43
- shortuuid==1.0.1
42
+ shortuuid==1.0.8
44
43
sniffio==1.2.0
45
44
starlette==0.16.0
46
45
tenacity==8.0.1
47
46
testfixtures==6.18.3
48
47
toml==0.10.2
49
- tomli==1.2.1
50
- typing-extensions==3.10.0.2
48
+ tomli==1.2.2
49
+ typing_extensions==4.0.1
51
50
urllib3==1.26.7
52
- uvicorn==0.15 .0
51
+ uvicorn==0.16 .0
53
52
watchdog==2.1.6
You can’t perform that action at this time.
0 commit comments