Skip to content

Commit

Permalink
deps: update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Mar 19, 2020
1 parent 6f1348b commit 734b644
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
12 changes: 4 additions & 8 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ async-timeout==3.0.1 # via aiohttp
asynctest==0.13.0 # via -r test-requirements.in
attrs==19.3.0 # via aiohttp, pytest
chardet==3.0.4 # via aiohttp
coverage==5.0.3 # via pytest-cov
idna-ssl==1.1.0 # via aiohttp
idna==2.9 # via idna-ssl, yarl
importlib-metadata==1.5.0 # via pluggy, pytest
mock==4.0.1 # via -r test-requirements.in
coverage==5.0.4 # via pytest-cov
idna==2.9 # via yarl
mock==4.0.2 # via -r test-requirements.in
more-itertools==8.2.0 # via pytest
multidict==4.7.5 # via aiohttp, yarl
packaging==20.3 # via pytest
Expand All @@ -23,9 +21,7 @@ pyparsing==2.4.6 # via packaging
pytest-asyncio==0.10.0 # via -r test-requirements.in
pytest-cov==2.8.1 # via -r test-requirements.in
pytest-mock==2.0.0 # via -r test-requirements.in
pytest==5.3.5 # via -r test-requirements.in, pytest-asyncio, pytest-cov, pytest-mock
pytest==5.4.1 # via -r test-requirements.in, pytest-asyncio, pytest-cov, pytest-mock
six==1.14.0 # via packaging
typing-extensions==3.7.4.1 # via aiohttp
wcwidth==0.1.8 # via pytest
yarl==1.4.2 # via aiohttp
zipp==3.1.0 # via importlib-metadata
12 changes: 5 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,25 @@ bison==0.1.2 # via synse_server (setup.py)
cachetools==4.0.0 # via google-auth
certifi==2019.11.28 # via httpx, kubernetes, requests
chardet==3.0.4 # via httpx, requests
contextvars==2.4 # via sniffio
google-auth==1.11.2 # via kubernetes
google-auth==1.11.3 # via kubernetes
grpcio==1.27.2 # via synse-grpc, synse_server (setup.py)
h11==0.8.1 # via httpx
h2==3.2.0 # via httpx
hpack==3.0.0 # via h2
hstspreload==2020.3.4 # via httpx
hstspreload==2020.3.17 # via httpx
httptools==0.1.1 # via sanic
httpx==0.9.3 # via sanic
hyperframe==5.2.0 # via h2
idna==2.9 # via httpx, requests
immutables==0.11 # via contextvars
kubernetes==10.0.1 # via synse_server (setup.py)
kubernetes==11.0.0 # via synse_server (setup.py)
multidict==4.7.5 # via sanic
oauthlib==3.1.0 # via requests-oauthlib
prometheus-client==0.7.1 # via synse_server (setup.py)
protobuf==3.11.3 # via synse-grpc
pyasn1-modules==0.2.8 # via google-auth
pyasn1==0.4.8 # via pyasn1-modules, rsa
python-dateutil==2.8.1 # via kubernetes
pyyaml==5.3 # via bison, kubernetes, synse_server (setup.py)
pyyaml==5.3.1 # via bison, kubernetes, synse_server (setup.py)
requests-oauthlib==1.3.0 # via kubernetes
requests==2.23.0 # via kubernetes, requests-oauthlib
rfc3986==1.3.2 # via httpx
Expand All @@ -41,7 +39,7 @@ six==1.14.0 # via google-auth, grpcio, kubernetes, protobuf, pytho
sniffio==1.1.0 # via httpx
structlog==20.1.0 # via synse_server (setup.py)
synse-grpc==3.0.0a4 # via synse_server (setup.py)
ujson==2.0.1 # via sanic
ujson==2.0.2 # via sanic
urllib3==1.25.8 # via kubernetes, requests
uvloop==0.14.0 # via sanic
websocket-client==0.57.0 # via kubernetes
Expand Down

0 comments on commit 734b644

Please sign in to comment.