File tree Expand file tree Collapse file tree 2 files changed +24
-24
lines changed Expand file tree Collapse file tree 2 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 1
- FROM python:3.9.6 -slim
1
+ FROM python:3.10.0 -slim
2
2
3
3
# Create user and home directory
4
4
# Create base directory
Original file line number Diff line number Diff line change 1
- anyio == 3.3.0
2
- appdirs == 1.4.4
1
+ anyio == 3.3.3
3
2
argh == 0.26.2
4
3
asgiref == 3.4.1
5
4
attrs == 21.2.0
6
- black == 21.7b0
7
- certifi == 2021.5.30
8
- charset-normalizer == 2.0.3
9
- click == 8.0.1
10
- coverage == 5.5
11
- fastapi == 0.67 .0
5
+ black == 21.9b0
6
+ certifi == 2021.10.8
7
+ charset-normalizer == 2.0.7
8
+ click == 8.0.3
9
+ coverage == 6.0.2
10
+ fastapi == 0.70 .0
12
11
flake8 == 3.9.2
13
12
flake8-isort == 4.0.0
14
13
flake8-quotes == 3.2.0
15
14
h11 == 0.12.0
16
- httpcore == 0.13.6
17
- httpx == 0.18.2
18
- idna == 3.2
15
+ httpcore == 0.13.7
16
+ httpx == 0.19.0
17
+ idna == 3.3
19
18
iniconfig == 1.1.1
20
19
isort == 5.9.2
21
20
loguru == 0.5.3
@@ -25,29 +24,30 @@ mypy-extensions==0.4.3
25
24
nest-asyncio == 1.5.1
26
25
packaging == 21.0
27
26
pathspec == 0.9.0
28
- pluggy == 0.13.1
27
+ platformdirs == 2.4.0
28
+ pluggy == 1.0.0
29
29
py == 1.10.0
30
30
pycodestyle == 2.7.0
31
31
pydantic == 1.8.2
32
32
pyflakes == 2.3.1
33
33
pyparsing == 2.4.7
34
- pytest == 6.2.4
34
+ pytest == 6.2.5
35
35
pytest-asyncio == 0.15.1
36
- pytest-cov == 2.12.1
36
+ pytest-cov == 3.0.0
37
37
pytest-mock == 3.6.1
38
- python-box == 5.3.0
38
+ python-box == 5.4.1
39
39
PyYAML == 5.4.1
40
- regex == 2021.7.6
40
+ regex == 2021.10.8
41
41
requests == 2.26.0
42
42
rfc3986 == 1.5.0
43
43
shortuuid == 1.0.1
44
44
sniffio == 1.2.0
45
- starlette == 0.14.2
45
+ starlette == 0.16.0
46
46
tenacity == 8.0.1
47
- testfixtures == 6.18.0
47
+ testfixtures == 6.18.3
48
48
toml == 0.10.2
49
- tomli == 1.1.0
50
- typing-extensions == 3.10.0.0
51
- urllib3 == 1.26.6
52
- uvicorn == 0.14 .0
53
- watchdog == 2.1.3
49
+ tomli == 1.2.1
50
+ typing-extensions == 3.10.0.2
51
+ urllib3 == 1.26.7
52
+ uvicorn == 0.15 .0
53
+ watchdog == 2.1.6
You can’t perform that action at this time.
0 commit comments