From 17b5974cf4d3d2762573200de846ee53f42cc79f Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Fri, 3 Jan 2025 08:09:26 +0000 Subject: [PATCH] Update all dependencies Signed-off-by: redhat-renovate-bot --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4c8566d..2c9d218 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ include = [ ] [tool.poetry.dependencies] -python = ">=3.9,<3.13" +python = ">=3.13,<3.14" # https://github.com/lepture/authlib/pull/662 # fix authlib to use correct auth method for token introspection @@ -76,7 +76,7 @@ fedora-messaging = "^3.4.1" # Tests pytest = {version = "^8.3.3", optional = true} -pytest-cov = {version = "^5.0.0", optional = true} +pytest-cov = {version = "^6.0.0", optional = true} mock = {version = "^5.1.0", optional = true} # Functional Tests @@ -90,9 +90,9 @@ opentelemetry-instrumentation-flask = "^0.46b0" opentelemetry-instrumentation-sqlalchemy = "^0.46b0" # Documentation -sphinx = {version = "^7.1.1", optional = true} +sphinx = {version = "^8.0.0", optional = true} sphinxcontrib-httpdomain = {version = "^1.8.1", optional = true} -markupsafe = {version = "==2.1.5", optional = true} +markupsafe = {version = "==3.0.2", optional = true} pydantic = "^2.9.2" Flask-Pydantic = "^0.12.0" flask-restx = "^1.3.0"