Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
falkben committed Jun 5, 2024
1 parent 9d699ed commit ac28c8f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 24 deletions.
25 changes: 12 additions & 13 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alembic==1.13.1
# steam2sqlite (pyproject.toml)
aniso8601==9.0.1
# via graphene
anyio==4.3.0
anyio==4.4.0
# via
# -c requirements.txt
# httpx
Expand All @@ -22,7 +22,7 @@ asgiref==3.8.1
# via
# -c requirements.txt
# datasette
certifi==2024.2.2
certifi==2024.6.2
# via
# -c requirements.txt
# httpcore
Expand All @@ -44,7 +44,7 @@ click-default-group==1.2.4
# -c requirements.txt
# datasette
# sqlite-utils
coverage==7.5.1
coverage==7.5.3
# via pytest-cov
datasette==0.64.6
# via
Expand All @@ -61,7 +61,7 @@ datasette-publish-fly==1.3.1
# steam2sqlite (pyproject.toml)
datasette-vega==0.6.2
# via steam2sqlite (pyproject.toml)
dropbox==12.0.0
dropbox==12.0.2
# via
# -c requirements.txt
# steam2sqlite (pyproject.toml)
Expand Down Expand Up @@ -159,12 +159,12 @@ pydantic==1.10.15
# -c requirements.txt
# steam2sqlite (pyproject.toml)
# sqlmodel
pytest==8.2.0
pytest==8.2.2
# via
# steam2sqlite (pyproject.toml)
# pytest-asyncio
# pytest-cov
pytest-asyncio==0.23.6
pytest-asyncio==0.23.7
# via steam2sqlite (pyproject.toml)
pytest-cov==5.0.0
# via steam2sqlite (pyproject.toml)
Expand All @@ -182,13 +182,13 @@ pyyaml==6.0.1
# via
# -c requirements.txt
# datasette
requests==2.29.0
requests==2.32.3
# via
# -c requirements.txt
# dropbox
ruff==0.4.4
ruff==0.4.7
# via steam2sqlite (pyproject.toml)
setuptools==69.5.1
setuptools==70.0.0
# via
# -c requirements.txt
# datasette
Expand Down Expand Up @@ -227,20 +227,19 @@ stone==3.3.1
# dropbox
tabulate==0.9.0
# via sqlite-utils
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# -c requirements.txt
# alembic
# janus
# pint
# pydantic
# sqlalchemy2-stubs
urllib3==1.26.18
urllib3==2.2.1
# via
# -c requirements.txt
# dropbox
# requests
uvicorn==0.29.0
uvicorn==0.30.1
# via
# -c requirements.txt
# datasette
Expand Down
20 changes: 9 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ aiofiles==23.2.1
# via datasette
alembic==1.13.1
# via steam2sqlite (pyproject.toml)
anyio==4.3.0
anyio==4.4.0
# via httpx
asgi-csrf==0.9
# via datasette
asgiref==3.8.1
# via datasette
certifi==2024.2.2
certifi==2024.6.2
# via
# httpcore
# httpx
Expand All @@ -30,7 +30,7 @@ datasette==0.64.6
# datasette-publish-fly
datasette-publish-fly==1.3.1
# via steam2sqlite (pyproject.toml)
dropbox==12.0.0
dropbox==12.0.2
# via steam2sqlite (pyproject.toml)
greenlet==3.0.3
# via sqlalchemy
Expand Down Expand Up @@ -87,9 +87,9 @@ python-multipart==0.0.9
# via asgi-csrf
pyyaml==6.0.1
# via datasette
requests==2.29.0
requests==2.32.3
# via dropbox
setuptools==69.5.1
setuptools==70.0.0
# via datasette
six==1.16.0
# via
Expand All @@ -110,18 +110,16 @@ sqlmodel==0.0.11
# via steam2sqlite (pyproject.toml)
stone==3.3.1
# via dropbox
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# alembic
# janus
# pint
# pydantic
# sqlalchemy2-stubs
urllib3==1.26.18
# via
# dropbox
# requests
uvicorn==0.29.0
urllib3==2.2.1
# via requests
uvicorn==0.30.1
# via datasette
uvloop==0.19.0
# via steam2sqlite (pyproject.toml)

0 comments on commit ac28c8f

Please sign in to comment.