diff --git a/api/pyproject.toml b/api/pyproject.toml index 71d6577..99df88f 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anipy-api" -version = "3.2.3" +version = "3.2.4" description = "api for anipy-cli" authors = ["sdaqo "] license = "GPL-3.0" diff --git a/api/src/anipy_api/__init__.py b/api/src/anipy_api/__init__.py index 959af98..ae3a171 100644 --- a/api/src/anipy_api/__init__.py +++ b/api/src/anipy_api/__init__.py @@ -1,2 +1,2 @@ __appname__ = "anipy-api" -__version__ = "3.2.3" +__version__ = "3.2.4" diff --git a/cli/poetry.lock b/cli/poetry.lock index 37c68ee..4796ca8 100644 --- a/cli/poetry.lock +++ b/cli/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "anipy-api" @@ -399,13 +399,13 @@ backports-datetime-fromisoformat = {version = "*", markers = "python_version < \ [[package]] name = "marshmallow" -version = "3.23.0" +version = "3.23.1" description = "A lightweight library for converting complex datatypes to and from native Python datatypes." optional = false python-versions = ">=3.9" files = [ - {file = "marshmallow-3.23.0-py3-none-any.whl", hash = "sha256:82f20a2397834fe6d9611b241f2f7e7b680ed89c49f84728a1ad937be6b4bdf4"}, - {file = "marshmallow-3.23.0.tar.gz", hash = "sha256:98d8827a9f10c03d44ead298d2e99c6aea8197df18ccfad360dae7f89a50da2e"}, + {file = "marshmallow-3.23.1-py3-none-any.whl", hash = "sha256:fece2eb2c941180ea1b7fcbd4a83c51bfdd50093fdd3ad2585ee5e1df2508491"}, + {file = "marshmallow-3.23.1.tar.gz", hash = "sha256:3a8dfda6edd8dcdbf216c0ede1d1e78d230a6dc9c5a088f58c4083b974a0d468"}, ] [package.dependencies] @@ -413,7 +413,7 @@ packaging = ">=17.0" [package.extras] dev = ["marshmallow[tests]", "pre-commit (>=3.5,<5.0)", "tox"] -docs = ["alabaster (==1.0.0)", "autodocsumm (==0.2.13)", "sphinx (==8.1.3)", "sphinx-issues (==5.0.0)", "sphinx-version-warning (==1.1.2)"] +docs = ["alabaster (==1.0.0)", "autodocsumm (==0.2.14)", "sphinx (==8.1.3)", "sphinx-issues (==5.0.0)", "sphinx-version-warning (==1.1.2)"] tests = ["pytest", "simplejson"] [[package]] @@ -429,13 +429,13 @@ files = [ [[package]] name = "packaging" -version = "24.1" +version = "24.2" description = "Core utilities for Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "packaging-24.1-py3-none-any.whl", hash = "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124"}, - {file = "packaging-24.1.tar.gz", hash = "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002"}, + {file = "packaging-24.2-py3-none-any.whl", hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759"}, + {file = "packaging-24.2.tar.gz", hash = "sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f"}, ] [[package]] @@ -509,13 +509,13 @@ files = [ [[package]] name = "pyee" -version = "12.0.0" +version = "12.1.1" description = "A rough port of Node.js's EventEmitter to Python with a few tricks of its own" optional = false python-versions = ">=3.8" files = [ - {file = "pyee-12.0.0-py3-none-any.whl", hash = "sha256:7b14b74320600049ccc7d0e0b1becd3b4bd0a03c745758225e31a59f4095c990"}, - {file = "pyee-12.0.0.tar.gz", hash = "sha256:c480603f4aa2927d4766eb41fa82793fe60a82cbfdb8d688e0d08c55a534e145"}, + {file = "pyee-12.1.1-py3-none-any.whl", hash = "sha256:18a19c650556bb6b32b406d7f017c8f513aceed1ef7ca618fb65de7bd2d347ef"}, + {file = "pyee-12.1.1.tar.gz", hash = "sha256:bbc33c09e2ff827f74191e3e5bbc6be7da02f627b7ec30d86f5ce1a6fb2424a3"}, ] [package.dependencies] diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 30afa3e..b228850 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anipy-cli" -version = "3.2.3" +version = "3.2.4" description = "Watch and Download anime from the comfort of your Terminal" authors = ["sdaqo "] license = "GPL-3.0" @@ -20,7 +20,7 @@ yaspin = "^3.0.2" inquirerpy = "^0.3.4" appdirs = "^1.4.4" pypresence = "^4.3.0" -anipy-api = "^3.2.3" +anipy-api = "^3.2.4" [tool.poetry.scripts] anipy-cli = "anipy_cli.cli:run_cli" diff --git a/cli/src/anipy_cli/__init__.py b/cli/src/anipy_cli/__init__.py index c7f73e8..ee39adc 100644 --- a/cli/src/anipy_cli/__init__.py +++ b/cli/src/anipy_cli/__init__.py @@ -1,2 +1,2 @@ __appname__ = "anipy-cli" -__version__ = "3.2.3" +__version__ = "3.2.4"