diff --git a/poetry.lock b/poetry.lock index 42bfe058..4eff39eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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.0a5413+g2fbed936" 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.26.5" 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.26.5-py3-none-any.whl", hash = "sha256:4bfd901d564e41608920134aa5d4481200f4ba76d98e982d9f9d32dcb7b84da0"}, + {file = "typer-0.26.5.tar.gz", hash = "sha256:9b9b39e35c3afc9e1e51a06f21155246e457c0911279b09b35d8210ca74b935c"}, ] [package.dependencies] -click = ">=8.0.0" -rich = ">=10.11.0" +annotated-doc = ">=0.0.2" +colorama = {version = "*", markers = "platform_system == \"Windows\""} +rich = ">=13.8.0" shellingham = ">=1.3.0" -typing-extensions = ">=3.7.4.3" [[package]] name = "typing-extensions" @@ -5103,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 = "b7ea6a51297a241bb960db7d89cb65acc48c3fc3b75fbdf368b84e26a57aba2d" +content-hash = "5b8ceb7e044743716b3aa5ea7d6d4eb0a897e96fbed0e4f37a79a9091778b46e" diff --git a/pyproject.toml b/pyproject.toml index 82db9e41..624c1d38 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.26.5" tomlkit = "^0.13.2" uvloop = {version = "^0.22.1", platform = "linux"} orjson = "^3.6.0"