Skip to content

Commit 4facdb9

Browse files
committed
Upgrade packages
1 parent 8de0218 commit 4facdb9

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

requirements.txt

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
anyio==3.2.0
1+
anyio==3.2.1
22
appdirs==1.4.4
33
argh==0.26.2
4-
asgiref==3.3.4
4+
asgiref==3.4.1
55
attrs==21.2.0
6-
black==21.6b0
6+
black==21.7b0
77
certifi==2021.5.30
8-
chardet==4.0.0
8+
charset-normalizer==2.0.3
99
click==8.0.1
1010
coverage==5.5
11-
fastapi==0.65.2
11+
fastapi==0.66.0
1212
flake8==3.9.2
1313
flake8-isort==4.0.0
1414
h11==0.12.0
1515
httpcore==0.13.6
1616
httpx==0.18.2
17-
idna==2.10
17+
idna==3.2
1818
iniconfig==1.1.1
19-
isort==5.8.0
19+
isort==5.9.2
2020
loguru==0.5.3
2121
mccabe==0.6.1
22-
mypy==0.902
22+
mypy==0.910
2323
mypy-extensions==0.4.3
2424
nest-asyncio==1.5.1
25-
packaging==20.9
25+
packaging==21.0
2626
pathspec==0.8.1
2727
pluggy==0.13.1
2828
py==1.10.0
@@ -36,18 +36,17 @@ pytest-cov==2.12.1
3636
pytest-mock==3.6.1
3737
python-box==5.3.0
3838
PyYAML==5.4.1
39-
regex==2021.4.4
40-
requests==2.25.1
39+
regex==2021.7.6
40+
requests==2.26.0
4141
rfc3986==1.5.0
4242
shortuuid==1.0.1
43-
six==1.16.0
4443
sniffio==1.2.0
4544
starlette==0.14.2
46-
tenacity==7.0.0
47-
testfixtures==6.17.1
45+
tenacity==8.0.1
46+
testfixtures==6.18.0
4847
toml==0.10.2
49-
typed-ast==1.4.3
48+
tomli==1.0.4
5049
typing-extensions==3.10.0.0
51-
urllib3==1.26.5
50+
urllib3==1.26.6
5251
uvicorn==0.14.0
53-
watchdog==2.1.2
52+
watchdog==2.1.3

0 commit comments

Comments
 (0)