Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
falkben committed Dec 28, 2023
1 parent 8f158c6 commit 75c8314
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
26 changes: 13 additions & 13 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ aiofiles==23.2.1
# via
# -c requirements.txt
# datasette
alembic==1.12.1
alembic==1.13.1
# via
# -c requirements.txt
# steam2sqlite (pyproject.toml)
aniso8601==9.0.1
# via graphene
anyio==4.1.0
anyio==4.2.0
# via
# -c requirements.txt
# httpx
Expand Down Expand Up @@ -48,11 +48,11 @@ click-default-group==1.2.4
# -c requirements.txt
# datasette
# sqlite-utils
coverage[toml]==7.3.2
coverage[toml]==7.4.0
# via
# coverage
# pytest-cov
datasette==0.64.5
datasette==0.64.6
# via
# -c requirements.txt
# datasette-graphql
Expand Down Expand Up @@ -80,7 +80,7 @@ graphql-core==3.2.3
# graphql-relay
graphql-relay==3.2.0
# via graphene
greenlet==3.0.1
greenlet==3.0.3
# via
# -c requirements.txt
# sqlalchemy
Expand All @@ -93,7 +93,7 @@ httpcore==1.0.2
# via
# -c requirements.txt
# httpx
httpx==0.25.1
httpx==0.26.0
# via
# -c requirements.txt
# datasette
Expand All @@ -102,7 +102,7 @@ hupper==1.12
# via
# -c requirements.txt
# datasette
idna==3.4
idna==3.6
# via
# -c requirements.txt
# anyio
Expand Down Expand Up @@ -142,7 +142,7 @@ mergedeep==1.3.4
# datasette
packaging==23.2
# via pytest
pint==0.22
pint==0.23
# via
# -c requirements.txt
# datasette
Expand All @@ -165,7 +165,7 @@ pytest==7.4.3
# pytest-asyncio
# pytest-cov
# steam2sqlite (pyproject.toml)
pytest-asyncio==0.21.1
pytest-asyncio==0.23.2
# via steam2sqlite (pyproject.toml)
pytest-cov==4.1.0
# via steam2sqlite (pyproject.toml)
Expand All @@ -187,7 +187,7 @@ requests==2.31.0
# via
# -c requirements.txt
# dropbox
ruff==0.1.6
ruff==0.1.9
# via steam2sqlite (pyproject.toml)
six==1.16.0
# via
Expand All @@ -211,7 +211,7 @@ sqlalchemy2-stubs==0.0.2a37
# sqlmodel
sqlite-fts4==1.0.3
# via sqlite-utils
sqlite-utils==3.35.2
sqlite-utils==3.36
# via datasette-graphql
sqlmodel==0.0.11
# via
Expand All @@ -223,7 +223,7 @@ stone==3.3.1
# dropbox
tabulate==0.9.0
# via sqlite-utils
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# -c requirements.txt
# alembic
Expand All @@ -235,7 +235,7 @@ urllib3==2.1.0
# via
# -c requirements.txt
# requests
uvicorn==0.24.0.post1
uvicorn==0.25.0
# via
# -c requirements.txt
# datasette
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "steam2sqlite"
version = "0.1.0"
authors = [
{ name="Ben Falk", email="falk.ben@gmail.com" },
]
authors = [{ name = "Ben Falk", email = "falk.ben@gmail.com" }]
description = "Public Steam app and achievement data in a sqlite database"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -40,3 +38,6 @@ dev = [

[tool.pytest.ini_options]
asyncio_mode = "auto" # https://github.com/pytest-dev/pytest-asyncio#auto-mode

[tool.ruff]
extend-exclude = ["migrations"]
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
aiofiles==23.2.1
# via datasette
alembic==1.12.1
alembic==1.13.1
# via steam2sqlite (pyproject.toml)
anyio==4.1.0
anyio==4.2.0
# via httpx
asgi-csrf==0.9
# via datasette
Expand All @@ -28,29 +28,29 @@ click==8.1.7
# uvicorn
click-default-group==1.2.4
# via datasette
datasette==0.64.5
datasette==0.64.6
# via
# datasette-publish-fly
# steam2sqlite (pyproject.toml)
datasette-publish-fly==1.3.1
# via steam2sqlite (pyproject.toml)
dropbox==11.36.2
# via steam2sqlite (pyproject.toml)
greenlet==3.0.1
greenlet==3.0.3
# via sqlalchemy
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==1.0.2
# via httpx
httpx==0.25.1
httpx==0.26.0
# via
# datasette
# steam2sqlite (pyproject.toml)
hupper==1.12
# via datasette
idna==3.4
idna==3.6
# via
# anyio
# httpx
Expand All @@ -73,7 +73,7 @@ markupsafe==2.1.3
# mako
mergedeep==1.3.4
# via datasette
pint==0.22
pint==0.23
# via datasette
pluggy==1.3.0
# via datasette
Expand Down Expand Up @@ -107,7 +107,7 @@ sqlmodel==0.0.11
# via steam2sqlite (pyproject.toml)
stone==3.3.1
# via dropbox
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# alembic
# janus
Expand All @@ -116,7 +116,7 @@ typing-extensions==4.8.0
# sqlalchemy2-stubs
urllib3==2.1.0
# via requests
uvicorn==0.24.0.post1
uvicorn==0.25.0
# via datasette
uvloop==0.19.0
# via steam2sqlite (pyproject.toml)
Expand Down

0 comments on commit 75c8314

Please sign in to comment.