Skip to content

Commit

Permalink
Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcampbell committed Oct 10, 2023
1 parent 0a67258 commit bb82a83
Showing 1 changed file with 17 additions and 23 deletions.
40 changes: 17 additions & 23 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiofiles==23.2.1
# via -r requirements.in
annotated-types==0.5.0
annotated-types==0.6.0
# via pydantic
anyio==3.7.1
# via
Expand All @@ -21,7 +21,7 @@ async-timeout==4.0.3
# via httpx-socks
beanie==1.22.6
# via -r requirements.in
blinker==1.6.2
blinker==1.6.3
# via flask
brotli==1.1.0
# via geventhttpclient
Expand All @@ -31,9 +31,9 @@ certifi==2023.7.22
# httpcore
# httpx
# requests
cffi==1.15.1
cffi==1.16.0
# via argon2-cffi-bindings
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
Expand All @@ -47,9 +47,9 @@ decorator==5.1.1
# via gssapi
dnspython==2.4.2
# via pymongo
fastapi==0.103.1
fastapi==0.103.2
# via -r requirements.in
flask==2.3.3
flask==3.0.0
# via
# flask-basicauth
# flask-cors
Expand All @@ -62,9 +62,9 @@ gevent==23.9.1
# via
# geventhttpclient
# locust
geventhttpclient==2.0.10
geventhttpclient==2.0.11
# via locust
greenlet==3.0.0rc3
greenlet==3.0.0
# via gevent
gssapi==1.8.3
# via n2snusertools
Expand Down Expand Up @@ -106,7 +106,7 @@ ldap3==2.9.1
# via n2snusertools
linkify-it-py==2.0.2
# via markdown-it-py
locust==2.16.1
locust==2.17.0
# via -r requirements.in
markdown-it-py[linkify,plugins]==3.0.0
# via
Expand All @@ -123,11 +123,11 @@ mdurl==0.1.2
# via markdown-it-py
motor==3.3.1
# via beanie
msgpack==1.0.6
msgpack==1.0.7
# via locust
n2snusertools==0.3.7
# via -r requirements.in
packaging==23.1
packaging==23.2
# via gunicorn
passlib==1.7.4
# via -r requirements.in
Expand All @@ -139,7 +139,7 @@ pyasn1==0.5.0
# via ldap3
pycparser==2.21
# via cffi
pydantic==2.4.1
pydantic==2.4.2
# via
# -r requirements.in
# beanie
Expand All @@ -166,7 +166,7 @@ pyzmq==25.1.1
# via locust
requests==2.31.0
# via locust
rich==13.5.3
rich==13.6.0
# via
# -r requirements.in
# textual
Expand All @@ -181,16 +181,10 @@ sniffio==1.3.0
# httpx
starlette==0.27.0
# via fastapi
textual==0.38.1
textual==0.39.0
# via -r requirements.in
toml==0.10.2
# via beanie
tree-sitter==0.20.2
# via
# textual
# tree-sitter-languages
tree-sitter-languages==1.7.0
# via textual
typer==0.9.0
# via -r requirements.in
typing-extensions==4.8.0
Expand All @@ -209,9 +203,9 @@ uuid==1.30
# via -r requirements.in
uvicorn==0.23.2
# via -r requirements.in
wcwidth==0.2.6
wcwidth==0.2.8
# via prettytable
werkzeug==2.3.7
werkzeug==3.0.0
# via
# -r requirements.in
# flask
Expand All @@ -220,7 +214,7 @@ zipp==3.17.0
# via importlib-metadata
zope-event==5.0
# via gevent
zope-interface==6.0
zope-interface==6.1
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit bb82a83

Please sign in to comment.