chore(deps): update python to v3.13.1
Some checks failed
renovate/artifacts Artifact file update failure
dl / lint (push) Failing after 1m34s
dl / docker (push) Has been skipped

This commit is contained in:
Renovate Bot 2024-12-05 06:40:14 +00:00
parent 0fa18c112e
commit b57cac3452
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
lint:
runs-on: ubuntu-latest
container: python:3.13.0
container: python:3.13.1
steps:
- run: apt-get update
- run: apt-get install -y git nodejs

View File

@ -6,7 +6,7 @@ authors = ["Michel Roux <xefir@crystalyx.net>"]
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.13.1"
transmissionrpc-ng = "~0.13.1"
requests = "^2.32.3"
yt-dlp = "^2024.11.27"