chore(deps): update python to ^3.13.0
All checks were successful
dl / lint (push) Successful in 1m52s
dl / docker (push) Successful in 4m52s

This commit is contained in:
Renovate Bot 2024-11-12 06:39:34 +00:00
parent e484bf2b13
commit 407e90c56b
2 changed files with 3 additions and 15 deletions

16
poetry.lock generated
View File

@ -182,7 +182,6 @@ files = [
[package.dependencies]
mypy-extensions = ">=1.0.0"
tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
typing-extensions = ">=4.6.0"
[package.extras]
@ -251,17 +250,6 @@ files = [
{file = "ruff-0.7.3.tar.gz", hash = "sha256:e1d1ba2e40b6e71a61b063354d04be669ab0d39c352461f3d789cac68b54a313"},
]
[[package]]
name = "tomli"
version = "2.1.0"
description = "A lil' TOML parser"
optional = false
python-versions = ">=3.8"
files = [
{file = "tomli-2.1.0-py3-none-any.whl", hash = "sha256:a5c57c3d1c56f5ccdf89f6523458f60ef716e210fc47c4cfb188c5ba473e0391"},
{file = "tomli-2.1.0.tar.gz", hash = "sha256:3f646cae2aec94e17d04973e4249548320197cfabdf130015d023de4b74d8ab8"},
]
[[package]]
name = "transmission-rpc"
version = "7.0.11"
@ -345,5 +333,5 @@ test = ["pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "4093a566e45aad0c7d4b67c78e1b58ca03e11b7bd8525e5ad8c6a2c48449c131"
python-versions = "^3.13.0"
content-hash = "fe8b0e36355499713db9f2b20142c5cfbd2b1c1df2ca38ec6719bb1630d47407"

View File

@ -6,7 +6,7 @@ authors = ["Michel Roux <xefir@crystalyx.net>"]
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.13.0"
requests = "^2.32.3"
transmission-rpc = "^7.0.11"
yt-dlp = "^2024.11.11"