chore(deps): update dependency transmission-rpc to v7.0.11
All checks were successful
dl / lint (push) Successful in 2m25s
dl / docker (push) Successful in 4m8s

This commit is contained in:
Renovate Bot 2024-08-21 06:35:14 +00:00
parent 43cb564089
commit afa096c579

8
poetry.lock generated
View File

@ -240,13 +240,13 @@ files = [
[[package]]
name = "transmission-rpc"
version = "7.0.10"
version = "7.0.11"
description = "Python module that implements the Transmission bittorent client JSON-RPC protocol"
optional = false
python-versions = "~=3.8"
files = [
{file = "transmission_rpc-7.0.10-py3-none-any.whl", hash = "sha256:ad20ea64599c9c941227ad2927cbe38cd181069e59e1430bd7b1b4b27c2e874e"},
{file = "transmission_rpc-7.0.10.tar.gz", hash = "sha256:175c389f70f40790b788744abb40b36d6e2187d4623d85f42b75b574deb65830"},
{file = "transmission_rpc-7.0.11-py3-none-any.whl", hash = "sha256:94fd008b54640dd9fff14d7ae26848f901e9d130a70950b8930f9b395988914f"},
{file = "transmission_rpc-7.0.11.tar.gz", hash = "sha256:5872322e60b42e368bc9c4724773aea4593113cb19bd2da589f0ffcdabe57963"},
]
[package.dependencies]
@ -254,7 +254,7 @@ requests = ">=2.23,<3.0"
typing-extensions = ">=4.5.0"
[package.extras]
dev = ["coverage (==7.5.3)", "furo (==2024.5.6)", "mypy (==1.10.0)", "pre-commit (==3.7.1)", "pytest (==8.2.2)", "pytest-github-actions-annotate-failures (==0.2.0)", "sphinx (==7.3.7)", "sphinx-autobuild (==2024.4.16)", "sphinx-copybutton (==0.5.2)", "sphinx-github-style (==1.2.2)", "sphinx-new-tab-link (==0.4.0)", "types-requests (==2.32.0.20240602)", "yarl (==1.9.4)"]
dev = ["coverage (==7.6.0)", "furo (==2024.7.18)", "mypy (==1.11.1)", "pre-commit (==3.8.0)", "pytest (==8.3.2)", "pytest-github-actions-annotate-failures (==0.2.0)", "sphinx (>=7,<=8)", "sphinx-autobuild (==2024.4.16)", "sphinx-copybutton (==0.5.2)", "sphinx-github-style (==1.2.2)", "sphinx-new-tab-link (==0.5.2)", "types-requests (==2.32.0.20240712)", "yarl (==1.9.4)"]
[[package]]
name = "types-requests"