chore: ⬆️ update lock
All checks were successful
divent / lint (push) Successful in 3m34s
divent / docker (push) Successful in 3m38s
divent / pypi (push) Has been skipped

This commit is contained in:
Michel Roux 2024-07-28 17:39:14 +02:00
parent 71297a50fd
commit 053364d5f4
2 changed files with 7 additions and 7 deletions

10
poetry.lock generated
View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. # This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
[[package]] [[package]]
name = "aiofiles" name = "aiofiles"
@ -639,13 +639,13 @@ files = [
[[package]] [[package]]
name = "importlib-metadata" name = "importlib-metadata"
version = "8.0.0" version = "8.2.0"
description = "Read metadata from Python packages" description = "Read metadata from Python packages"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "importlib_metadata-8.0.0-py3-none-any.whl", hash = "sha256:15584cf2b1bf449d98ff8a6ff1abef57bf20f3ac6454f431736cd3e660921b2f"}, {file = "importlib_metadata-8.2.0-py3-none-any.whl", hash = "sha256:11901fa0c2f97919b288679932bb64febaeacf289d18ac84dd68cb2e74213369"},
{file = "importlib_metadata-8.0.0.tar.gz", hash = "sha256:188bd24e4c346d3f0a933f275c2fec67050326a856b9a359881d7c2a697e8812"}, {file = "importlib_metadata-8.2.0.tar.gz", hash = "sha256:72e8d4399996132204f9a16dcc751af254a48f8d1b20b9ff0f98d4a8f901e73d"},
] ]
[package.dependencies] [package.dependencies]
@ -1522,4 +1522,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8,<4.0" python-versions = ">=3.8,<4.0"
content-hash = "8017fd72bd47512ab816c40dd77adaa54c27b02864912770ca34f90cb050d5ee" content-hash = "246ead01bfa090abfd54b120c7c271478b3b515abc9e633f49192b4261fdedc6"

View File

@ -21,8 +21,8 @@ requests-oauthlib = "^2.0.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
djlint = "^1.34.1" djlint = "^1.34.1"
mypy = "^1.10.1" mypy = "^1.11.0"
ruff = "^0.5.2" ruff = "^0.5.5"
types-oauthlib = "^3.2.0" types-oauthlib = "^3.2.0"
[build-system] [build-system]