update lock
dl / lint (push) Successful in 1m19s Details
dl / docker (push) Successful in 24s Details

This commit is contained in:
Michel Roux 2023-09-10 14:27:03 +02:00
parent 2cdb08dc92
commit edcddcef62
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -405,14 +405,14 @@ files = [
[[package]]
name = "soupsieve"
version = "2.4.1"
version = "2.5"
description = "A modern CSS selector implementation for Beautiful Soup."
category = "main"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "soupsieve-2.4.1-py3-none-any.whl", hash = "sha256:1c1bfee6819544a3447586c889157365a27e10d88cde3ad3da0cf0ddf646feb8"},
{file = "soupsieve-2.4.1.tar.gz", hash = "sha256:89d12b2d5dfcd2c9e8c22326da9d9aa9cb3dfab0a83a024f05704076ee8d35ea"},
{file = "soupsieve-2.5-py3-none-any.whl", hash = "sha256:eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7"},
{file = "soupsieve-2.5.tar.gz", hash = "sha256:5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690"},
]
[[package]]
@ -528,4 +528,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "0ee018b5fd25b6edb3c80d801eb9669bbf35092b2e38cb80014674cad1d08dec"
content-hash = "b6be912e3cdf8abe3577126385fd27f44a867992250aeb5b17cd9e68688f6198"

View File

@ -13,7 +13,7 @@ transmissionrpc = "^0.11"
[tool.poetry.group.dev.dependencies]
black = "^23.7.0"
black = "^23.9.0"
flake8 = "^6.1.0"
flake8-alphabetize = "^0.0.21"
flake8-black = "^0.3.6"