chore(deps): update python to v3.13.1
This commit is contained in:
parent
0fa18c112e
commit
b57cac3452
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user