Skip to content

Commit

Permalink
⬆️ python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Jun 10, 2024
1 parent aae5516 commit 4c88529
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 38 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "xthulu"
requires-python = ">=3.11"
requires-python = ">=3.12"
version = "0.9.0"
dynamic = ["dependencies", "optional-dependencies"]

Expand All @@ -27,4 +27,4 @@ lint.ignore = [
"E741",
]
line-length = 80
target-version = "py311"
target-version = "py312"
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile dev.in
#
build==1.1.1
build==1.2.1
# via pip-tools
cfgv==3.4.0
# via pre-commit
click==8.1.7
# via
# -c requirements.in
# pip-tools
coverage==7.4.4
coverage==7.5.3
# via -r dev.in
distlib==0.3.8
# via virtualenv
filelock==3.13.3
filelock==3.14.0
# via virtualenv
identify==2.5.35
identify==2.5.36
# via pre-commit
nodeenv==1.8.0
nodeenv==1.9.1
# via pre-commit
packaging==24.0
packaging==24.1
# via build
parameterized==0.9.0
# via -r dev.in
pip-tools==7.4.1
# via -r dev.in
platformdirs==4.2.0
platformdirs==4.2.2
# via virtualenv
pre-commit==3.7.0
pre-commit==3.7.1
# via -r dev.in
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pyyaml==6.0.1
# via pre-commit
ruff==0.3.4
ruff==0.4.8
# via -r dev.in
virtualenv==20.25.1
virtualenv==20.26.2
# via pre-commit
wheel==0.43.0
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/hiredis.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile hiredis.in
Expand Down
84 changes: 61 additions & 23 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,103 +1,141 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements.in
#
aiofiles==23.2.1
# via -r requirements.in
annotated-types==0.6.0
annotated-types==0.7.0
# via pydantic
anyio==4.3.0
anyio==4.4.0
# via
# httpx
# sse-starlette
# starlette
# watchfiles
async-timeout==4.0.3
# via asyncpg
asyncpg==0.29.0
# via gino
asyncssh==2.14.2
# via -r requirements.in
bcrypt==4.1.2
bcrypt==4.1.3
# via -r requirements.in
certifi==2024.6.2
# via
# httpcore
# httpx
cffi==1.16.0
# via cryptography
click==8.1.7
# via
# -r requirements.in
# typer
# uvicorn
cryptography==42.0.5
cryptography==42.0.8
# via asyncssh
fastapi==0.110.0
dnspython==2.6.1
# via email-validator
email-validator==2.1.1
# via fastapi
fastapi==0.111.0
# via -r requirements.in
fastapi-cli==0.0.4
# via fastapi
gino==1.0.1
# via -r requirements.in
h11==0.14.0
# via uvicorn
# via
# httpcore
# uvicorn
httpcore==1.0.5
# via httpx
httptools==0.6.1
# via uvicorn
httpx==0.27.0
# via fastapi
idna==3.7
# via anyio
# via
# anyio
# email-validator
# httpx
jinja2==3.1.4
# via fastapi
linkify-it-py==2.0.3
# via markdown-it-py
markdown-it-py[linkify,plugins]==3.0.0
# via
# mdit-py-plugins
# rich
# textual
mdit-py-plugins==0.4.0
markupsafe==2.1.5
# via jinja2
mdit-py-plugins==0.4.1
# via markdown-it-py
mdurl==0.1.2
# via markdown-it-py
pycparser==2.21
orjson==3.10.4
# via fastapi
pycparser==2.22
# via cffi
pydantic==2.6.4
pydantic==2.7.3
# via fastapi
pydantic-core==2.16.3
pydantic-core==2.18.4
# via pydantic
pygments==2.17.2
pygments==2.18.0
# via rich
python-dotenv==1.0.1
# via uvicorn
python-multipart==0.0.9
# via fastapi
pyyaml==6.0.1
# via uvicorn
redis==5.0.3
redis==5.0.5
# via -r requirements.in
rich==13.7.1
# via
# -r requirements.in
# textual
# typer
shellingham==1.5.4
# via typer
sniffio==1.3.1
# via anyio
# via
# anyio
# httpx
sqlalchemy==1.3.24
# via gino
sse-starlette==2.0.0
sse-starlette==2.1.0
# via -r requirements.in
starlette==0.36.3
starlette==0.37.2
# via
# fastapi
# sse-starlette
textual==0.54.0
textual==0.66.0
# via -r requirements.in
toml==0.10.2
# via -r requirements.in
typing-extensions==4.10.0
typer==0.12.3
# via fastapi-cli
typing-extensions==4.12.2
# via
# asyncssh
# fastapi
# pydantic
# pydantic-core
# textual
# typer
uc-micro-py==1.0.3
# via linkify-it-py
uvicorn[standard]==0.29.0
ujson==5.10.0
# via fastapi
uvicorn[standard]==0.30.1
# via
# -r requirements.in
# fastapi
# sse-starlette
uvloop==0.19.0
# via uvicorn
watchfiles==0.21.0
watchfiles==0.22.0
# via uvicorn
websockets==12.0
# via uvicorn
Expand Down

0 comments on commit 4c88529

Please sign in to comment.