Skip to content

Commit e5adf36

Browse files
authored
Update package versions and Python version (#259)
* Update package versions and Python version - Ran generate_requirements.txt - Bump python version to 3.10.0
1 parent 4c83be0 commit e5adf36

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9.6-slim
1+
FROM python:3.10.0-slim
22

33
# Create user and home directory
44
# Create base directory

requirements.txt

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
anyio==3.3.0
2-
appdirs==1.4.4
1+
anyio==3.3.3
32
argh==0.26.2
43
asgiref==3.4.1
54
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
1211
flake8==3.9.2
1312
flake8-isort==4.0.0
1413
flake8-quotes==3.2.0
1514
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
1918
iniconfig==1.1.1
2019
isort==5.9.2
2120
loguru==0.5.3
@@ -25,29 +24,30 @@ mypy-extensions==0.4.3
2524
nest-asyncio==1.5.1
2625
packaging==21.0
2726
pathspec==0.9.0
28-
pluggy==0.13.1
27+
platformdirs==2.4.0
28+
pluggy==1.0.0
2929
py==1.10.0
3030
pycodestyle==2.7.0
3131
pydantic==1.8.2
3232
pyflakes==2.3.1
3333
pyparsing==2.4.7
34-
pytest==6.2.4
34+
pytest==6.2.5
3535
pytest-asyncio==0.15.1
36-
pytest-cov==2.12.1
36+
pytest-cov==3.0.0
3737
pytest-mock==3.6.1
38-
python-box==5.3.0
38+
python-box==5.4.1
3939
PyYAML==5.4.1
40-
regex==2021.7.6
40+
regex==2021.10.8
4141
requests==2.26.0
4242
rfc3986==1.5.0
4343
shortuuid==1.0.1
4444
sniffio==1.2.0
45-
starlette==0.14.2
45+
starlette==0.16.0
4646
tenacity==8.0.1
47-
testfixtures==6.18.0
47+
testfixtures==6.18.3
4848
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

0 commit comments

Comments
 (0)