Skip to content

Commit 4c4dd2d

Browse files
Decemeber tag 202112 (#286)
* prepare for new tag * update to newer pthon tags * update packages too * Upgrade all packages Co-authored-by: Ant <[email protected]>
1 parent bd10522 commit 4c4dd2d

File tree

5 files changed

+72
-75
lines changed

5 files changed

+72
-75
lines changed

.github/workflows/docker_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ jobs:
6666
tags: |
6767
satel/python-base:${{env.RELEASE_VERSION}}-python3.10
6868
build-args: |
69-
IMAGE_VERSION=python:3.10.0-slim
69+
IMAGE_VERSION=python:3.10.1-slim
7070
REQUIREMENTS_VERSION=3.10
71-
push: true
71+
push: true

docker-compose.generate_requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.5"
22

33
services:
44
generate_requirements_3_10:
5-
image: python:3.10.0-slim
5+
image: python:3.10.1-slim
66
command: "/generate_requirements.sh"
77
volumes:
88
- ./generate_requirements.sh:/generate_requirements.sh

requirements_3.10.txt

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,52 @@
1-
anyio==3.3.3
1+
anyio==3.4.0
22
argh==0.26.2
33
asgiref==3.4.1
44
attrs==21.2.0
5-
black==21.9b0
5+
black==21.12b0
66
certifi==2021.10.8
7-
charset-normalizer==2.0.7
7+
charset-normalizer==2.0.9
88
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
1414
h11==0.12.0
15-
httpcore==0.13.7
16-
httpx==0.19.0
15+
httpcore==0.14.3
16+
httpx==0.21.1
1717
idna==3.3
1818
iniconfig==1.1.1
19-
isort==5.9.2
19+
isort==5.10.1
2020
loguru==0.5.3
2121
mccabe==0.6.1
2222
mypy==0.910
2323
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
2626
pathspec==0.9.0
2727
platformdirs==2.4.0
2828
pluggy==1.0.0
29-
py==1.10.0
30-
pycodestyle==2.7.0
29+
py==1.11.0
30+
pycodestyle==2.8.0
3131
pydantic==1.8.2
32-
pyflakes==2.3.1
33-
pyparsing==2.4.7
32+
pyflakes==2.4.0
33+
pyparsing==3.0.6
3434
pytest==6.2.5
35-
pytest-asyncio==0.15.1
35+
pytest-asyncio==0.16.0
3636
pytest-cov==3.0.0
3737
pytest-mock==3.6.1
3838
python-box==5.4.1
39-
PyYAML==5.4.1
40-
regex==2021.10.8
39+
PyYAML==6.0
4140
requests==2.26.0
4241
rfc3986==1.5.0
43-
shortuuid==1.0.1
42+
shortuuid==1.0.8
4443
sniffio==1.2.0
4544
starlette==0.16.0
4645
tenacity==8.0.1
4746
testfixtures==6.18.3
4847
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
5150
urllib3==1.26.7
52-
uvicorn==0.15.0
51+
uvicorn==0.16.0
5352
watchdog==2.1.6

requirements_3.8.txt

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,52 @@
1-
anyio==3.3.3
1+
anyio==3.4.0
22
argh==0.26.2
33
asgiref==3.4.1
44
attrs==21.2.0
5-
black==21.9b0
5+
black==21.12b0
66
certifi==2021.10.8
7-
charset-normalizer==2.0.7
7+
charset-normalizer==2.0.9
88
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
1414
h11==0.12.0
15-
httpcore==0.13.7
16-
httpx==0.19.0
15+
httpcore==0.14.3
16+
httpx==0.21.1
1717
idna==3.3
1818
iniconfig==1.1.1
19-
isort==5.9.2
19+
isort==5.10.1
2020
loguru==0.5.3
2121
mccabe==0.6.1
2222
mypy==0.910
2323
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
2626
pathspec==0.9.0
2727
platformdirs==2.4.0
2828
pluggy==1.0.0
29-
py==1.10.0
30-
pycodestyle==2.7.0
29+
py==1.11.0
30+
pycodestyle==2.8.0
3131
pydantic==1.8.2
32-
pyflakes==2.3.1
33-
pyparsing==2.4.7
32+
pyflakes==2.4.0
33+
pyparsing==3.0.6
3434
pytest==6.2.5
35-
pytest-asyncio==0.15.1
35+
pytest-asyncio==0.16.0
3636
pytest-cov==3.0.0
3737
pytest-mock==3.6.1
3838
python-box==5.4.1
39-
PyYAML==5.4.1
40-
regex==2021.10.8
39+
PyYAML==6.0
4140
requests==2.26.0
4241
rfc3986==1.5.0
43-
shortuuid==1.0.1
42+
shortuuid==1.0.8
4443
sniffio==1.2.0
4544
starlette==0.16.0
4645
tenacity==8.0.1
4746
testfixtures==6.18.3
4847
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
5150
urllib3==1.26.7
52-
uvicorn==0.15.0
51+
uvicorn==0.16.0
5352
watchdog==2.1.6

requirements_3.9.txt

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,52 @@
1-
anyio==3.3.3
1+
anyio==3.4.0
22
argh==0.26.2
33
asgiref==3.4.1
44
attrs==21.2.0
5-
black==21.9b0
5+
black==21.12b0
66
certifi==2021.10.8
7-
charset-normalizer==2.0.7
7+
charset-normalizer==2.0.9
88
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
1414
h11==0.12.0
15-
httpcore==0.13.7
16-
httpx==0.19.0
15+
httpcore==0.14.3
16+
httpx==0.21.1
1717
idna==3.3
1818
iniconfig==1.1.1
19-
isort==5.9.2
19+
isort==5.10.1
2020
loguru==0.5.3
2121
mccabe==0.6.1
2222
mypy==0.910
2323
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
2626
pathspec==0.9.0
2727
platformdirs==2.4.0
2828
pluggy==1.0.0
29-
py==1.10.0
30-
pycodestyle==2.7.0
29+
py==1.11.0
30+
pycodestyle==2.8.0
3131
pydantic==1.8.2
32-
pyflakes==2.3.1
33-
pyparsing==2.4.7
32+
pyflakes==2.4.0
33+
pyparsing==3.0.6
3434
pytest==6.2.5
35-
pytest-asyncio==0.15.1
35+
pytest-asyncio==0.16.0
3636
pytest-cov==3.0.0
3737
pytest-mock==3.6.1
3838
python-box==5.4.1
39-
PyYAML==5.4.1
40-
regex==2021.10.8
39+
PyYAML==6.0
4140
requests==2.26.0
4241
rfc3986==1.5.0
43-
shortuuid==1.0.1
42+
shortuuid==1.0.8
4443
sniffio==1.2.0
4544
starlette==0.16.0
4645
tenacity==8.0.1
4746
testfixtures==6.18.3
4847
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
5150
urllib3==1.26.7
52-
uvicorn==0.15.0
51+
uvicorn==0.16.0
5352
watchdog==2.1.6

0 commit comments

Comments
 (0)