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 #37

Merged
merged 1 commit into from
May 16, 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
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==0.7.12
# via sphinx
anyio==3.5.0
anyio==3.6.1
# via
# -c requirements/main.txt
# httpcore
Expand All @@ -32,9 +32,9 @@ click==8.1.3
# -c requirements/main.txt
# documenteer
# sphinx-click
coverage[toml]==6.3.2
coverage[toml]==6.3.3
# via pytest-cov
documenteer==0.6.10
documenteer==0.6.11
# via -r requirements/dev.in
docutils==0.17.1
# via
Expand Down Expand Up @@ -102,7 +102,7 @@ pybtex-docutils==1.0.1
# via sphinxcontrib-bibtex
pygments==2.12.0
# via sphinx
pyparsing==3.0.8
pyparsing==3.0.9
# via packaging
pytest==7.1.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiofiles==0.8.0
# via -r requirements/main.in
anyio==3.5.0
anyio==3.6.1
# via
# httpcore
# starlette
Expand All @@ -29,7 +29,7 @@ click==8.1.3
# uvicorn
cryptography==37.0.2
# via pyjwt
fastapi==0.76.0
fastapi==0.78.0
# via
# -r requirements/main.in
# safir
Expand Down Expand Up @@ -85,7 +85,7 @@ pydantic==1.9.0
# -r requirements/main.in
# fastapi
# safir
pyjwt[crypto]==2.3.0
pyjwt[crypto]==2.4.0
# via gidgethub
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -114,7 +114,7 @@ sniffio==1.2.0
# httpx
sqlalchemy==1.4.36
# via fastapi-sqlalchemy
starlette==0.18.0
starlette==0.19.1
# via
# -r requirements/main.in
# fastapi
Expand Down