diff --git a/poetry.lock b/poetry.lock index 99580f34..abe281ed 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1010,11 +1010,11 @@ description = "Cross-platform colored terminal text." optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" groups = ["main", "dev"] -markers = "platform_system == \"Windows\" or sys_platform == \"win32\"" files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] +markers = {main = "sys_platform == \"win32\" or platform_system == \"Windows\"", dev = "platform_system == \"Windows\" or sys_platform == \"win32\""} [[package]] name = "coverage" @@ -2348,14 +2348,14 @@ protobuf = ["grpcio-tools (>=1.76.0)"] [[package]] name = "gunicorn" -version = "25.0.3" +version = "25.1.0" description = "WSGI HTTP Server for UNIX" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "gunicorn-25.0.3-py3-none-any.whl", hash = "sha256:aca364c096c81ca11acd4cede0aaeea91ba76ca74e2c0d7f879154db9d890f35"}, - {file = "gunicorn-25.0.3.tar.gz", hash = "sha256:b53a7fff1a07b825b962af320554de44ae77a26abfa373711ff3f83d57d3506d"}, + {file = "gunicorn-25.1.0-py3-none-any.whl", hash = "sha256:d0b1236ccf27f72cfe14bce7caadf467186f19e865094ca84221424e839b8b8b"}, + {file = "gunicorn-25.1.0.tar.gz", hash = "sha256:1426611d959fa77e7de89f8c0f32eed6aa03ee735f98c01efba3e281b1c47616"}, ] [package.dependencies] @@ -5332,4 +5332,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "~3.13" -content-hash = "eda5c3a375ad4aedf1e2d5bd57ab449c555af375f62bd83048cca39f320c6e8b" +content-hash = "ae91a844c2cabbdbf141ee626d4b2e315e20a7a70ca052097d2a8afecd6dc108" diff --git a/pyproject.toml b/pyproject.toml index aec5efe9..8c00f2e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ google = "^3.0.0" google-api-python-client = "^2.86.0" google-auth-httplib2 = "^0.1.0" google-auth-oauthlib = "^1.2.3" -gunicorn = "^25.0.3" +gunicorn = "^25.1.0" Pillow = "^12.1.1" psycopg2 = "^2.9.10" python-keycloak = "^3.9.1"