Skip to content

Commit

Permalink
update deps (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
falkben committed Jun 8, 2024
1 parent f562883 commit efe5629
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
20 changes: 17 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ anyio==4.4.0
# via
# -c requirements.txt
# httpx
appdirs==1.4.4
# via
# -c requirements.txt
# pint
asgi-csrf==0.9
# via
# -c requirements.txt
Expand Down Expand Up @@ -65,6 +69,14 @@ dropbox==12.0.2
# via
# -c requirements.txt
# steam2sqlite (pyproject.toml)
flexcache==0.3
# via
# -c requirements.txt
# pint
flexparser==0.3.1
# via
# -c requirements.txt
# pint
graphene==3.3
# via datasette-graphql
graphql-core==3.2.3
Expand Down Expand Up @@ -136,7 +148,7 @@ mergedeep==1.3.4
# datasette
packaging==24.0
# via pytest
pint==0.23
pint==0.24
# via
# -c requirements.txt
# datasette
Expand Down Expand Up @@ -186,7 +198,7 @@ requests==2.32.3
# via
# -c requirements.txt
# dropbox
ruff==0.4.7
ruff==0.4.8
# via steam2sqlite (pyproject.toml)
setuptools==70.0.0
# via
Expand Down Expand Up @@ -227,10 +239,12 @@ stone==3.3.1
# dropbox
tabulate==0.9.0
# via sqlite-utils
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -c requirements.txt
# alembic
# flexcache
# flexparser
# janus
# pint
# pydantic
Expand Down
12 changes: 10 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ alembic==1.13.1
# via steam2sqlite (pyproject.toml)
anyio==4.4.0
# via httpx
appdirs==1.4.4
# via pint
asgi-csrf==0.9
# via datasette
asgiref==3.8.1
Expand All @@ -32,6 +34,10 @@ datasette-publish-fly==1.3.1
# via steam2sqlite (pyproject.toml)
dropbox==12.0.2
# via steam2sqlite (pyproject.toml)
flexcache==0.3
# via pint
flexparser==0.3.1
# via pint
greenlet==3.0.3
# via sqlalchemy
h11==0.14.0
Expand Down Expand Up @@ -69,7 +75,7 @@ markupsafe==2.1.5
# mako
mergedeep==1.3.4
# via datasette
pint==0.23
pint==0.24
# via datasette
pip==24.0
# via datasette
Expand Down Expand Up @@ -110,9 +116,11 @@ sqlmodel==0.0.11
# via steam2sqlite (pyproject.toml)
stone==3.3.1
# via dropbox
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# alembic
# flexcache
# flexparser
# janus
# pint
# pydantic
Expand Down

0 comments on commit efe5629

Please sign in to comment.