Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marksparkza committed Oct 24, 2023
1 parent 214735d commit 945372c
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ authlib==1.2.1
# -r requirements.in
# odp
# odp-ui
blinker==1.6.2
blinker==1.6.3
# via
# flask
# flask-mail
Expand All @@ -39,7 +39,7 @@ cffi==1.16.0
# via
# argon2-cffi-bindings
# cryptography
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via
Expand All @@ -51,19 +51,19 @@ cryptography==41.0.4
# via authlib
dnspython==2.4.2
# via email-validator
email-validator==2.0.0.post2
email-validator==2.1.0.post1
# via -r requirements.in
exceptiongroup==1.1.3
# via
# anyio
# pytest
factory-boy==3.3.0
# via -r requirements.in
faker==19.6.2
faker==19.11.0
# via
# -r requirements.in
# factory-boy
fastapi==0.103.2
fastapi==0.104.0
# via -r requirements.in
flask==2.3.3
# via
Expand Down Expand Up @@ -101,7 +101,7 @@ itsdangerous==2.1.2
# flask
jinja2==3.1.2
# via flask
jschon==0.11.0
jschon==0.11.1
# via
# -r requirements.in
# jschon-translation
Expand Down Expand Up @@ -160,7 +160,7 @@ sniffio==1.3.0
# anyio
# httpcore
# httpx
sqlalchemy==2.0.21
sqlalchemy==2.0.22
# via
# -r requirements.in
# alembic
Expand All @@ -180,7 +180,7 @@ typing-extensions==4.8.0
# pydantic
# sqlalchemy
# uvicorn
urllib3==2.0.6
urllib3==2.0.7
# via
# ory-hydra-client
# requests
Expand All @@ -191,7 +191,8 @@ werkzeug==2.3.7
# -r requirements.in
# flask
# flask-login
wtforms==3.0.1
# odp-ui
wtforms==3.1.0
# via
# -r requirements.in
# odp-ui

0 comments on commit 945372c

Please sign in to comment.