Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcampbell committed Oct 16, 2024
1 parent 77a64a6 commit b88f6e2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
20 changes: 9 additions & 11 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# uv pip compile requirements-dev.in -o requirements-dev.txt
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp==3.10.9
aiohttp==3.10.10
# via
# aiohttp-jinja2
# textual-dev
Expand All @@ -13,7 +13,7 @@ aiosignal==1.3.1
# via aiohttp
annotated-types==0.7.0
# via pydantic
anyio==4.6.0
anyio==4.6.2.post1
# via asyncer
asgi-lifespan==2.1.0
# via -r requirements-dev.in
Expand Down Expand Up @@ -66,10 +66,8 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
gevent==24.10.1
# via
# geventhttpclient
# locust
gevent==24.10.2
# via geventhttpclient
geventhttpclient==2.3.1
# via locust
greenlet==3.1.1
Expand All @@ -96,7 +94,7 @@ lazy-model==0.2.0
# via bunnet
linkify-it-py==2.0.3
# via markdown-it-py
locust==2.31.8
locust==2.32.0
# via -r requirements-dev.in
markdown-it-py==3.0.0
# via
Expand Down Expand Up @@ -163,7 +161,7 @@ pygments==2.18.0
# rich
pymongo==4.10.1
# via bunnet
pyright==1.1.384
pyright==1.1.385
# via -r requirements-dev.in
pytest==8.3.3
# via
Expand All @@ -181,7 +179,7 @@ rich==13.9.2
# textual-serve
ruff==0.6.9
# via -r requirements-dev.in
setuptools==75.1.0
setuptools==75.2.0
# via
# zope-event
# zope-interface
Expand All @@ -193,7 +191,7 @@ sniffio==1.3.1
# asgi-lifespan
stack-data==0.6.3
# via ipython
textual==0.82.0
textual==0.83.0
# via
# textual-dev
# textual-serve
Expand Down Expand Up @@ -227,7 +225,7 @@ werkzeug==3.0.4
# flask
# flask-login
# locust
yarl==1.14.0
yarl==1.15.3
# via aiohttp
zope-event==5.0
# via gevent
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ aiofiles==24.1.0
# via -r requirements.in
annotated-types==0.7.0
# via pydantic
anyio==4.6.0
anyio==4.6.2.post1
# via
# httpx
# starlette
Expand Down Expand Up @@ -33,9 +33,9 @@ decorator==5.1.1
# via gssapi
dnspython==2.7.0
# via pymongo
faker==30.3.0
faker==30.4.0
# via -r requirements.in
fastapi==0.115.0
fastapi==0.115.2
# via -r requirements.in
gssapi==1.9.0
# via n2snusertools
Expand Down Expand Up @@ -144,7 +144,7 @@ sniffio==1.3.1
# via
# anyio
# httpx
starlette==0.38.6
starlette==0.40.0
# via
# asgi-correlation-id
# fastapi
Expand All @@ -167,7 +167,7 @@ uc-micro-py==1.0.3
# via linkify-it-py
uuid==1.30
# via -r requirements.in
uvicorn==0.31.1
uvicorn==0.32.0
# via -r requirements.in
wcwidth==0.2.13
# via prettytable
Expand Down

0 comments on commit b88f6e2

Please sign in to comment.