Skip to content

Commit

Permalink
[neophile] Update dependencies
Browse files Browse the repository at this point in the history
- Update frozen Python dependencies
  • Loading branch information
sqrbot committed May 16, 2022
1 parent 1570a46 commit 3f0a7bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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

0 comments on commit 3f0a7bd

Please sign in to comment.