Update deps

This commit is contained in:
Christoph Reiter
2024-03-26 13:43:31 +01:00
parent 3c569263fd
commit 2fe04ca8af
2 changed files with 13 additions and 13 deletions

22
poetry.lock generated
View File

@@ -542,13 +542,13 @@ i18n = ["Babel (>=2.7)"]
[[package]]
name = "license-expression"
version = "30.2.0"
version = "30.3.0"
description = "license-expression is a comprehensive utility library to parse, compare, simplify and normalize license expressions (such as SPDX license expressions) using boolean logic."
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "license-expression-30.2.0.tar.gz", hash = "sha256:599928edd995c43fc335e0af342076144dc71cb858afa1ed9c1c30c4e81794f5"},
{file = "license_expression-30.2.0-py3-none-any.whl", hash = "sha256:1a7dc2bb2d09cdc983d072e4f9adc787e107e09def84cbb3919baaaf4f8e6fa1"},
{file = "license-expression-30.3.0.tar.gz", hash = "sha256:1295406f736b4f395ff069aec1cebfad53c0fcb3cf57df0f5ec58fc7b905aea5"},
{file = "license_expression-30.3.0-py3-none-any.whl", hash = "sha256:ae0ba9a829d6909c785dc2f0131f13d10d68318e4a5f28af5ef152d6b52f9b41"},
]
[package.dependencies]
@@ -987,13 +987,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
[[package]]
name = "respx"
version = "0.20.2"
version = "0.21.0"
description = "A utility for mocking out the Python HTTPX and HTTP Core libraries."
optional = false
python-versions = ">=3.7"
files = [
{file = "respx-0.20.2-py2.py3-none-any.whl", hash = "sha256:ab8e1cf6da28a5b2dd883ea617f8130f77f676736e6e9e4a25817ad116a172c9"},
{file = "respx-0.20.2.tar.gz", hash = "sha256:07cf4108b1c88b82010f67d3c831dae33a375c7b436e54d87737c7f9f99be643"},
{file = "respx-0.21.0-py2.py3-none-any.whl", hash = "sha256:0293d9c92b58f5d31bf24e4545129779b4194de156227eae8f5f8eedb5eaa6cc"},
{file = "respx-0.21.0.tar.gz", hash = "sha256:30f6ec0e82d00bc7b664d79155e5df34ce40b5183f6eb4460e371ced7ae7232e"},
]
[package.dependencies]
@@ -1086,13 +1086,13 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "uvicorn"
version = "0.28.0"
version = "0.29.0"
description = "The lightning-fast ASGI server."
optional = false
python-versions = ">=3.8"
files = [
{file = "uvicorn-0.28.0-py3-none-any.whl", hash = "sha256:6623abbbe6176204a4226e67607b4d52cc60ff62cda0ff177613645cefa2ece1"},
{file = "uvicorn-0.28.0.tar.gz", hash = "sha256:cab4473b5d1eaeb5a0f6375ac4bc85007ffc75c3cc1768816d9e5d589857b067"},
{file = "uvicorn-0.29.0-py3-none-any.whl", hash = "sha256:2c2aac7ff4f4365c206fd773a39bf4ebd1047c238f8b8268ad996829323473de"},
{file = "uvicorn-0.29.0.tar.gz", hash = "sha256:6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0"},
]
[package.dependencies]
@@ -1386,4 +1386,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "df237dd607a83f87a802c43aa99aad5b165a16ff2c7e5badd39ce9397099a9b6"
content-hash = "166350612be3f065b29a97086243be75a2ecb725bb7fafdef302a858242ca874"

View File

@@ -10,7 +10,7 @@ package-mode = false
python = "^3.10"
httpx = {extras = ["http2"], version = "^0.27.0"}
fastapi = "^0.110.0"
uvicorn = {extras = ["standard"], version = "^0.28.0"}
uvicorn = {extras = ["standard"], version = "^0.29.0"}
jinja2 = "^3.1.2"
fastapi-etag = "^0.4.0"
gunicorn = "^21.0.1"
@@ -25,7 +25,7 @@ mypy = "1.9.0"
flake8 = "^7.0.0"
pytest = "^8.0.0"
requests = "^2.23.0"
respx = "^0.20.0"
respx = "^0.21.0"
[build-system]
requires = ["poetry-core>=1.0.0"]