Skip to content

Commit

Permalink
update deps (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
falkben authored Jun 29, 2024
1 parent efe5629 commit aec8d0c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --extra dev -c requirements.txt -o dev-requirements.txt pyproject.toml
aiofiles==23.2.1
aiofiles==24.1.0
# via
# -c requirements.txt
# datasette
alembic==1.13.1
alembic==1.13.2
# via
# -c requirements.txt
# steam2sqlite (pyproject.toml)
Expand Down Expand Up @@ -48,9 +48,9 @@ click-default-group==1.2.4
# -c requirements.txt
# datasette
# sqlite-utils
coverage==7.5.3
coverage==7.5.4
# via pytest-cov
datasette==0.64.6
datasette==0.64.8
# via
# -c requirements.txt
# steam2sqlite (pyproject.toml)
Expand Down Expand Up @@ -146,13 +146,13 @@ mergedeep==1.3.4
# via
# -c requirements.txt
# datasette
packaging==24.0
packaging==24.1
# via pytest
pint==0.24
pint==0.24.1
# via
# -c requirements.txt
# datasette
pip==24.0
pip==24.1.1
# via
# -c requirements.txt
# datasette
Expand All @@ -166,7 +166,7 @@ ply==3.11
# via
# -c requirements.txt
# stone
pydantic==1.10.15
pydantic==1.10.17
# via
# -c requirements.txt
# steam2sqlite (pyproject.toml)
Expand Down Expand Up @@ -198,9 +198,9 @@ requests==2.32.3
# via
# -c requirements.txt
# dropbox
ruff==0.4.8
ruff==0.5.0
# via steam2sqlite (pyproject.toml)
setuptools==70.0.0
setuptools==70.1.1
# via
# -c requirements.txt
# datasette
Expand Down Expand Up @@ -249,7 +249,7 @@ typing-extensions==4.12.2
# pint
# pydantic
# sqlalchemy2-stubs
urllib3==2.2.1
urllib3==2.2.2
# via
# -c requirements.txt
# requests
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file was autogenerated by uv via the following command:
# uv pip compile -o requirements.txt pyproject.toml
aiofiles==23.2.1
aiofiles==24.1.0
# via datasette
alembic==1.13.1
alembic==1.13.2
# via steam2sqlite (pyproject.toml)
anyio==4.4.0
# via httpx
Expand All @@ -26,7 +26,7 @@ click==8.1.7
# uvicorn
click-default-group==1.2.4
# via datasette
datasette==0.64.6
datasette==0.64.8
# via
# steam2sqlite (pyproject.toml)
# datasette-publish-fly
Expand Down Expand Up @@ -75,15 +75,15 @@ markupsafe==2.1.5
# mako
mergedeep==1.3.4
# via datasette
pint==0.24
pint==0.24.1
# via datasette
pip==24.0
pip==24.1.1
# via datasette
pluggy==1.5.0
# via datasette
ply==3.11
# via stone
pydantic==1.10.15
pydantic==1.10.17
# via
# steam2sqlite (pyproject.toml)
# sqlmodel
Expand All @@ -95,7 +95,7 @@ pyyaml==6.0.1
# via datasette
requests==2.32.3
# via dropbox
setuptools==70.0.0
setuptools==70.1.1
# via datasette
six==1.16.0
# via
Expand Down Expand Up @@ -125,7 +125,7 @@ typing-extensions==4.12.2
# pint
# pydantic
# sqlalchemy2-stubs
urllib3==2.2.1
urllib3==2.2.2
# via requests
uvicorn==0.30.1
# via datasette
Expand Down

0 comments on commit aec8d0c

Please sign in to comment.