Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
falkben committed Nov 23, 2023
1 parent ff6aa6f commit a8b93cc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 31 deletions.
31 changes: 14 additions & 17 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ alembic==1.12.1
# via steam2sqlite (pyproject.toml)
aniso8601==9.0.1
# via graphene
anyio==4.0.0
# via httpcore
anyio==4.1.0
# via httpx
asgi-csrf==0.9
# via datasette
asgiref==3.7.2
# via datasette
black==23.10.1
black==23.11.0
# via steam2sqlite (pyproject.toml)
certifi==2023.7.22
certifi==2023.11.17
# via
# httpcore
# httpx
Expand Down Expand Up @@ -69,9 +69,9 @@ h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==0.18.0
httpcore==1.0.2
# via httpx
httpx==0.25.0
httpx==0.25.1
# via
# datasette
# steam2sqlite (pyproject.toml)
Expand All @@ -94,7 +94,7 @@ jinja2==3.1.2
# via datasette
loguru==0.7.2
# via steam2sqlite (pyproject.toml)
mako==1.2.4
mako==1.3.0
# via alembic
markupsafe==2.1.3
# via
Expand All @@ -112,7 +112,7 @@ pathspec==0.11.2
# via black
pint==0.22
# via datasette
platformdirs==3.11.0
platformdirs==4.0.0
# via black
pluggy==1.3.0
# via
Expand Down Expand Up @@ -150,19 +150,16 @@ six==1.16.0
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
sqlalchemy==1.4.50
sqlalchemy==2.0.23
# via
# alembic
# sqlmodel
sqlalchemy2-stubs==0.0.2a36
# via sqlmodel
sqlite-fts4==1.0.3
# via sqlite-utils
sqlite-utils==3.35.1
sqlite-utils==3.35.2
# via datasette-graphql
sqlmodel==0.0.11
sqlmodel==0.0.12
# via steam2sqlite (pyproject.toml)
stone==3.3.1
# via dropbox
Expand All @@ -174,10 +171,10 @@ typing-extensions==4.8.0
# janus
# pint
# pydantic
# sqlalchemy2-stubs
urllib3==2.0.7
# sqlalchemy
urllib3==2.1.0
# via requests
uvicorn==0.23.2
uvicorn==0.24.0.post1
# via datasette
uvloop==0.19.0
# via steam2sqlite (pyproject.toml)
Expand Down
25 changes: 11 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ aiofiles==23.2.1
# via datasette
alembic==1.12.1
# via steam2sqlite (pyproject.toml)
anyio==4.0.0
# via httpcore
anyio==4.1.0
# via httpx
asgi-csrf==0.9
# via datasette
asgiref==3.7.2
# via datasette
certifi==2023.7.22
certifi==2023.11.17
# via
# httpcore
# httpx
Expand Down Expand Up @@ -42,9 +42,9 @@ h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==0.18.0
httpcore==1.0.2
# via httpx
httpx==0.25.0
httpx==0.25.1
# via
# datasette
# steam2sqlite (pyproject.toml)
Expand All @@ -65,7 +65,7 @@ jinja2==3.1.2
# via datasette
loguru==0.7.2
# via steam2sqlite (pyproject.toml)
mako==1.2.4
mako==1.3.0
# via alembic
markupsafe==2.1.3
# via
Expand Down Expand Up @@ -96,15 +96,12 @@ six==1.16.0
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
sqlalchemy==1.4.50
sqlalchemy==2.0.23
# via
# alembic
# sqlmodel
sqlalchemy2-stubs==0.0.2a36
# via sqlmodel
sqlmodel==0.0.11
sqlmodel==0.0.12
# via steam2sqlite (pyproject.toml)
stone==3.3.1
# via dropbox
Expand All @@ -114,10 +111,10 @@ typing-extensions==4.8.0
# janus
# pint
# pydantic
# sqlalchemy2-stubs
urllib3==2.0.7
# sqlalchemy
urllib3==2.1.0
# via requests
uvicorn==0.23.2
uvicorn==0.24.0.post1
# via datasette
uvloop==0.19.0
# via steam2sqlite (pyproject.toml)
Expand Down

0 comments on commit a8b93cc

Please sign in to comment.