diff --git a/poetry.lock b/poetry.lock index 118799be..fb160b7f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aiodns" @@ -187,6 +187,18 @@ files = [ frozenlist = ">=1.1.0" typing-extensions = {version = ">=4.2", markers = "python_version < \"3.13\""} +[[package]] +name = "annotated-doc" +version = "0.0.4" +description = "Document parameters, class attributes, return types, and variables inline, with Annotated." +optional = false +python-versions = ">=3.8" +groups = ["main"] +files = [ + {file = "annotated_doc-0.0.4-py3-none-any.whl", hash = "sha256:571ac1dc6991c450b25a9c2d84a3705e2ae7a53467b5d111c24fa8baabbed320"}, + {file = "annotated_doc-0.0.4.tar.gz", hash = "sha256:fbcda96e87e9c92ad167c2e53839e57503ecfda18804ea28102353485033faa4"}, +] + [[package]] name = "annotated-types" version = "0.7.0" @@ -1137,7 +1149,7 @@ resolved_reference = "8686b5d1bbc1d3c862292eb436ab630d6e9c9b53" [[package]] name = "discord.py" -version = "2.8.0a5410+g84f987786" +version = "2.8.0a5410+g84f98778" description = "A Python wrapper for the Discord API" optional = false python-versions = ">=3.8" @@ -4518,21 +4530,21 @@ telegram = ["requests"] [[package]] name = "typer" -version = "0.16.1" +version = "0.25.1" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false -python-versions = ">=3.7" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "typer-0.16.1-py3-none-any.whl", hash = "sha256:90ee01cb02d9b8395ae21ee3368421faf21fa138cb2a541ed369c08cec5237c9"}, - {file = "typer-0.16.1.tar.gz", hash = "sha256:d358c65a464a7a90f338e3bb7ff0c74ac081449e53884b12ba658cbd72990614"}, + {file = "typer-0.25.1-py3-none-any.whl", hash = "sha256:75caa44ed46a03fb2dab8808753ffacdbfea88495e74c85a28c5eefcf5f39c89"}, + {file = "typer-0.25.1.tar.gz", hash = "sha256:9616eb8853a09ffeabab1698952f33c6f29ffdbceb4eaeecf571880e8d7664cc"}, ] [package.dependencies] -click = ">=8.0.0" -rich = ">=10.11.0" +annotated-doc = ">=0.0.2" +click = ">=8.2.1" +rich = ">=13.8.0" shellingham = ">=1.3.0" -typing-extensions = ">=3.7.4.3" [[package]] name = "typing-extensions" @@ -4611,6 +4623,7 @@ description = "Fast implementation of asyncio event loop on top of libuv" optional = false python-versions = ">=3.8.1" groups = ["main"] +markers = "sys_platform == \"linux\"" files = [ {file = "uvloop-0.22.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:ef6f0d4cc8a9fa1f6a910230cd53545d9a14479311e87e3cb225495952eb672c"}, {file = "uvloop-0.22.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:7cd375a12b71d33d46af85a3343b35d98e8116134ba404bd657b3b1d15988792"}, @@ -5102,4 +5115,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = ">=3.10.0,<3.12" -content-hash = "9926b08aa8121293adc9231e241e2e1574bc35b10a14053ac685e87fcf3dbd82" +content-hash = "ad62e6e993a9132cb44dfcab10d82424aeda1034ad97f35b8e91c3fa1c9234f3" diff --git a/pyproject.toml b/pyproject.toml index 82db9e41..03b17929 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ sentry-sdk = ">=2.0.0,<3.0.0" py-flags = "^1.1.4" jishaku = "^2.6.0" rapidfuzz = "^3.0.0" -typer = "^0.16.0" +typer = "^0.25.1" tomlkit = "^0.13.2" uvloop = {version = "^0.22.1", platform = "linux"} orjson = "^3.6.0"