Skip to content

Commit 78e5362

Browse files
committed
requirement updates
1 parent 13ef1da commit 78e5362

File tree

2 files changed

+118
-74
lines changed

2 files changed

+118
-74
lines changed

requirements-dev.txt

Lines changed: 79 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,88 @@
1+
#
2+
# These requirements were autogenerated by pipenv
3+
# To regenerate from the project's Pipfile, run:
4+
#
5+
# pipenv lock --requirements --dev
6+
#
7+
8+
# Note: in pipenv 2020.x, "--dev" changed to emit both default and development
9+
# requirements. To emit only development requirements, pass "--dev-only".
10+
111
-i https://pypi.org/simple
12+
aiocache[redis]==0.11.1
13+
aiofiles==0.6.0
14+
aiohttp==3.7.4.post0
15+
aioredis==1.3.1
216
appdirs==1.4.4
3-
astroid==2.4.2
4-
async-asgi-testclient==1.4.4
17+
asgiref==3.3.4; python_version >= '3.5'
18+
astroid==2.5.6; python_version ~= '3.6'
19+
async-asgi-testclient==1.4.6
520
async-generator==1.10
21+
async-timeout==3.0.1; python_full_version >= '3.5.3'
22+
asyncache==0.1.1
623
asyncmock==0.4.2
7-
attrs==20.2.0
8-
bandit==1.6.2
24+
attrs==20.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
25+
bandit==1.7.0
926
black==19.10b0
10-
certifi==2020.6.20
11-
chardet==3.0.4
12-
click==7.1.2
13-
coverage==5.3
14-
coveralls==2.1.2
27+
cachetools==4.2.1
28+
certifi==2020.12.5
29+
cffi==1.14.5
30+
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
31+
click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
32+
coverage==5.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0'
33+
coveralls==3.0.1
34+
cryptography==3.4.7
35+
dataclasses==0.6; python_version < '3.7'
1536
docopt==0.6.2
16-
gitdb==4.0.5
17-
gitpython==3.1.8
37+
fastapi==0.63.0
38+
gitdb==4.0.7; python_version >= '3.4'
39+
gitpython==3.1.14; python_version >= '3.4'
40+
gunicorn==20.1.0
41+
h11==0.12.0; python_version >= '3.6'
42+
hiredis==2.0.0; python_version >= '3.6'
43+
idna-ssl==1.1.0; python_version < '3.7'
1844
idna==2.10
19-
importlib-metadata==1.7.0 ; python_version < '3.8'
20-
iniconfig==1.0.1
21-
invoke==1.4.1
22-
isort==5.5.2
23-
lazy-object-proxy==1.4.3
45+
importlib-metadata==4.0.1; python_version < '3.8'
46+
importlib-resources==5.1.2; python_version >= '3.6'
47+
iniconfig==1.1.1
48+
invoke==1.5.0
49+
isort==5.8.0
50+
lazy-object-proxy==1.6.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
2451
mccabe==0.6.1
25-
mock==4.0.2
26-
more-itertools==8.5.0
27-
multidict==4.7.6
28-
packaging==20.4
29-
pathspec==0.8.0
30-
pbr==5.5.0
31-
pluggy==0.13.1
32-
py==1.9.0
33-
pylint==2.6.0
34-
pyparsing==2.4.7
35-
pytest-asyncio==0.14.0
36-
pytest-cov==2.10.1
37-
pytest==6.0.2
38-
pyyaml==5.3.1
39-
regex==2020.7.14
40-
requests==2.24.0
41-
responses==0.12.0
42-
six==1.15.0
43-
smmap==3.0.4
44-
stevedore==3.2.2
45-
toml==0.10.1
46-
typed-ast==1.4.1
47-
urllib3[secure]==1.25.10 ; python_version >= '3.5'
52+
mock==4.0.3; python_version >= '3.6'
53+
multidict==5.1.0; python_version >= '3.6'
54+
packaging==20.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
55+
pathspec==0.8.1
56+
pbr==5.5.1; python_version >= '2.6'
57+
pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
58+
psutil==5.8.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
59+
py==1.10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
60+
pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
61+
pydantic[dotenv]==1.8.1
62+
pylint==2.8.1
63+
pyloot==0.0.5
64+
pyopenssl==20.0.1
65+
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
66+
pytest-asyncio==0.15.1
67+
pytest-cov==2.11.1
68+
pytest==6.2.3
69+
python-dateutil==2.8.1
70+
python-dotenv==0.17.0
71+
pyyaml==5.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
72+
regex==2021.4.4
73+
requests==2.25.1
74+
responses==0.13.2
75+
scout-apm==2.18.0
76+
sentry-sdk==1.0.0
77+
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
78+
smmap==4.0.0; python_version >= '3.5'
79+
starlette==0.13.6; python_version >= '3.6'
80+
stevedore==3.3.0; python_version >= '3.6'
81+
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
82+
typed-ast==1.4.3
83+
typing-extensions==3.7.4.3
84+
urllib3[secure]==1.26.4; python_version >= '3.5'
85+
uvicorn==0.13.4
86+
webob==1.8.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
4887
wrapt==1.12.1
49-
zipp==3.1.0
88+
yarl==1.6.3; python_version >= '3.6'

requirements.txt

Lines changed: 39 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,46 @@
1+
#
2+
# These requirements were autogenerated by pipenv
3+
# To regenerate from the project's Pipfile, run:
4+
#
5+
# pipenv lock --requirements
6+
#
7+
18
-i https://pypi.org/simple
29
aiocache[redis]==0.11.1
3-
aiofiles==0.5.0
4-
aiohttp==3.6.2
10+
aiofiles==0.6.0
11+
aiohttp==3.7.4.post0
512
aioredis==1.3.1
6-
asgiref==3.2.10 ; python_version >= '3.5'
7-
async-timeout==3.0.1
13+
asgiref==3.3.4; python_version >= '3.5'
14+
async-timeout==3.0.1; python_full_version >= '3.5.3'
815
asyncache==0.1.1
9-
attrs==20.2.0
10-
cachetools==4.1.1
11-
certifi==2020.6.20
12-
cffi==1.14.2
13-
chardet==3.0.4
14-
click==7.1.2
15-
cryptography==3.1
16-
dataclasses==0.6 ; python_version < '3.7'
17-
fastapi==0.61.1
18-
gunicorn==20.0.4
19-
h11==0.9.0
20-
hiredis==1.1.0
21-
httptools==0.1.1 ; sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy'
22-
idna-ssl==1.1.0 ; python_version < '3.7'
16+
attrs==20.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
17+
cachetools==4.2.1
18+
certifi==2020.12.5
19+
cffi==1.14.5
20+
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
21+
click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
22+
cryptography==3.4.7
23+
dataclasses==0.6; python_version < '3.7'
24+
fastapi==0.63.0
25+
gunicorn==20.1.0
26+
h11==0.12.0; python_version >= '3.6'
27+
hiredis==2.0.0; python_version >= '3.6'
28+
idna-ssl==1.1.0; python_version < '3.7'
2329
idna==2.10
24-
multidict==4.7.6
25-
psutil==5.7.2
26-
pycparser==2.20
27-
pydantic[dotenv]==1.6.1
28-
pyopenssl==19.1.0
30+
multidict==5.1.0; python_version >= '3.6'
31+
psutil==5.8.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
32+
pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
33+
pydantic[dotenv]==1.8.1
34+
pyopenssl==20.0.1
2935
python-dateutil==2.8.1
30-
python-dotenv==0.14.0
31-
requests==2.24.0
32-
scout-apm==2.16.1
33-
sentry-sdk==0.17.4
34-
six==1.15.0
35-
starlette==0.13.6
36-
urllib3[secure]==1.25.10 ; python_version >= '3.5'
37-
uvicorn==0.11.8
38-
uvloop==0.14.0 ; sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy'
39-
websockets==8.1
36+
python-dotenv==0.17.0
37+
requests==2.25.1
38+
scout-apm==2.18.0
39+
sentry-sdk==1.0.0
40+
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
41+
starlette==0.13.6; python_version >= '3.6'
42+
typing-extensions==3.7.4.3
43+
urllib3[secure]==1.26.4; python_version >= '3.5'
44+
uvicorn==0.13.4
4045
wrapt==1.12.1
41-
yarl==1.5.1
46+
yarl==1.6.3; python_version >= '3.6'

0 commit comments

Comments
 (0)