Skip to content

Commit

Permalink
MAINT: Update redis
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Apr 3, 2023
1 parent ed027cd commit 3ff2fa1
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions stable-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ dnspython==2.3.0
# via email-validator
email-validator==1.3.1
# via fastapi
exceptiongroup==1.1.0
exceptiongroup==1.1.1
# via pytest
fastapi[all]==0.93.0
fastapi[all]==0.95.0
# via
# migas-server (pyproject.toml)
# strawberry-graphql
Expand Down Expand Up @@ -77,48 +77,46 @@ multidict==6.0.4
# via
# aiohttp
# yarl
orjson==3.8.7
orjson==3.8.9
# via fastapi
packaging==23.0
# via
# migas-server (pyproject.toml)
# pytest
pluggy==1.0.0
# via pytest
pydantic==1.10.6
pydantic==1.10.7
# via fastapi
pytest==7.2.2
# via migas-server (pyproject.toml)
python-dateutil==2.8.2
# via strawberry-graphql
python-dotenv==1.0.0
# via uvicorn
python-multipart==0.0.5
python-multipart==0.0.6
# via
# fastapi
# strawberry-graphql
pyyaml==6.0
# via
# fastapi
# uvicorn
redis==4.5.1
redis==4.5.4
# via migas-server (pyproject.toml)
rfc3986[idna2008]==1.5.0
# via httpx
six==1.16.0
# via
# python-dateutil
# python-multipart
# via python-dateutil
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
sqlalchemy[asyncio]==2.0.5.post1
sqlalchemy[asyncio]==2.0.8
# via migas-server (pyproject.toml)
starlette==0.25.0
starlette==0.26.1
# via fastapi
strawberry-graphql[fastapi]==0.161.1
strawberry-graphql[fastapi]==0.168.1
# via migas-server (pyproject.toml)
tomli==2.0.1
# via pytest
Expand All @@ -129,13 +127,13 @@ typing-extensions==4.5.0
# strawberry-graphql
ujson==5.7.0
# via fastapi
uvicorn[standard]==0.20.0
uvicorn[standard]==0.21.1
# via fastapi
uvloop==0.17.0
# via uvicorn
watchfiles==0.18.1
watchfiles==0.19.0
# via uvicorn
websockets==10.4
websockets==11.0
# via uvicorn
yarl==1.8.2
# via aiohttp

0 comments on commit 3ff2fa1

Please sign in to comment.