Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marksparkza committed Aug 10, 2023
1 parent ad57edf commit 3dd692b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion odp-core
19 changes: 8 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
-e file:odp-core
# via -r requirements.in
alembic==1.11.1
alembic==1.11.2
# via -r requirements.in
anyio==3.7.1
# via
Expand Down Expand Up @@ -43,9 +43,9 @@ click==8.1.6
# uvicorn
coverage==7.2.7
# via -r requirements.in
cryptography==41.0.2
cryptography==41.0.3
# via authlib
dnspython==2.4.0
dnspython==2.4.2
# via email-validator
email-validator==2.0.0.post2
# via -r requirements.in
Expand All @@ -55,11 +55,11 @@ exceptiongroup==1.1.2
# pytest
factory-boy==3.3.0
# via -r requirements.in
faker==19.2.0
faker==19.3.0
# via
# -r requirements.in
# factory-boy
fastapi==0.100.0
fastapi==0.101.0
# via -r requirements.in
flask==2.3.2
# via
Expand All @@ -80,9 +80,7 @@ h11==0.14.0
# httpcore
# uvicorn
httpcore==0.17.3
# via
# dnspython
# httpx
# via httpx
httpx==0.24.1
# via -r requirements.in
idna==3.4
Expand Down Expand Up @@ -121,7 +119,7 @@ packaging==23.1
# pytest
pluggy==1.2.0
# via pytest
psycopg2==2.9.6
psycopg2==2.9.7
# via -r requirements.in
pycparser==2.21
# via cffi
Expand Down Expand Up @@ -155,7 +153,6 @@ six==1.16.0
sniffio==1.3.0
# via
# anyio
# dnspython
# httpcore
# httpx
sqlalchemy==2.0.19
Expand All @@ -182,7 +179,7 @@ urllib3==2.0.4
# via
# ory-hydra-client
# requests
uvicorn==0.23.1
uvicorn==0.23.2
# via -r requirements.in
werkzeug==2.3.6
# via
Expand Down

0 comments on commit 3dd692b

Please sign in to comment.