diff --git a/poetry.lock b/poetry.lock index acbe6c4..ce424a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -369,13 +369,13 @@ files = [ [[package]] name = "exceptiongroup" -version = "1.2.1" +version = "1.2.2" description = "Backport of PEP 654 (exception groups)" optional = false python-versions = ">=3.7" files = [ - {file = "exceptiongroup-1.2.1-py3-none-any.whl", hash = "sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad"}, - {file = "exceptiongroup-1.2.1.tar.gz", hash = "sha256:a4785e48b045528f5bfe627b6ad554ff32def154f42372786903b7abcfe1aa16"}, + {file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"}, + {file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"}, ] [package.extras] @@ -1522,4 +1522,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "9e1fa47753f65a080dcad842ec1e4b4de8ae63d00b65d07e80c063cad916b076" +content-hash = "8017fd72bd47512ab816c40dd77adaa54c27b02864912770ca34f90cb050d5ee" diff --git a/pyproject.toml b/pyproject.toml index cd139ca..131a479 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ requests-oauthlib = "^2.0.0" [tool.poetry.dev-dependencies] djlint = "^1.34.1" mypy = "^1.10.1" -ruff = "^0.5.1" +ruff = "^0.5.2" types-oauthlib = "^3.2.0" [build-system]