Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[neophile] Update dependencies #74

Merged
merged 1 commit into from
Feb 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ attrs==21.4.0
# pytest
cfgv==3.3.1
# via pre-commit
charset-normalizer==2.0.11
charset-normalizer==2.0.12
# via aiohttp
click==8.0.3
# via
Expand All @@ -50,7 +50,7 @@ frozenlist==1.3.0
# aiosignal
holdup==2.0.0
# via -r requirements/dev.in
identify==2.4.8
identify==2.4.9
# via pre-commit
idna==3.3
# via yarl
Expand All @@ -70,7 +70,7 @@ nodeenv==1.6.0
# via pre-commit
packaging==21.3
# via pytest
platformdirs==2.4.1
platformdirs==2.5.0
# via virtualenv
pluggy==1.0.0
# via pytest
Expand All @@ -86,14 +86,14 @@ pygments==2.11.2
# via aiohttp-devtools
pyparsing==3.0.7
# via packaging
pytest==7.0.0
pytest==7.0.1
# via
# -r requirements/dev.in
# pytest-aiohttp
# pytest-asyncio
pytest-aiohttp==1.0.3
pytest-aiohttp==1.0.4
# via -r requirements/dev.in
pytest-asyncio==0.17.2
pytest-asyncio==0.18.1
# via pytest-aiohttp
pyyaml==6.0
# via
Expand All @@ -105,7 +105,7 @@ six==1.16.0
# virtualenv
toml==0.10.2
# via pre-commit
tomli==2.0.0
tomli==2.0.1
# via
# coverage
# mypy
Expand All @@ -114,7 +114,7 @@ types-dateparser==1.0.14
# via -r requirements/dev.in
types-pyyaml==6.0.4
# via -r requirements/dev.in
typing-extensions==4.0.1
typing-extensions==4.1.1
# via mypy
virtualenv==20.13.1
# via pre-commit
Expand Down
6 changes: 3 additions & 3 deletions requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cffi==1.15.0
# via
# cryptography
# pycares
charset-normalizer==2.0.11
charset-normalizer==2.0.12
# via
# aiohttp
# requests
Expand All @@ -56,7 +56,7 @@ idna==3.3
# via
# requests
# yarl
importlib-metadata==4.10.1
importlib-metadata==4.11.0
# via -r requirements/main.in
kafka-python==2.0.2
# via aiokafka
Expand Down Expand Up @@ -94,7 +94,7 @@ six==1.16.0
# via python-dateutil
structlog==21.5.0
# via safir
typing-extensions==4.0.1
typing-extensions==4.1.1
# via pydantic
tzdata==2021.5
# via pytz-deprecation-shim
Expand Down