From 168587c84d0176152a55246a6396fdaa535f4b23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 04:58:27 +0000 Subject: [PATCH 1/2] Update jinja2 requirement from 3.0.0 to 3.1.2 Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.0.0...3.1.2) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fff106b..8761ff5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ pyrfc3339 = ">=1.0" jsonpickle = ">1.4.1" semver = ">=2.7.9" urllib3 = ">=1.22.0" -jinja2 = "3.0.0" +jinja2 = "3.1.2" [tool.mypy] python_version = "3.8" From 550300aef93e432d7d4e47bc7932c979f1e92b25 Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Thu, 11 Jan 2024 09:49:40 -0500 Subject: [PATCH 2/2] Bump sphinx --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8761ff5..e753278 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ urllib3 = ">=1.22.0,<3" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "^1.3.0" +sphinx = "^6.0.0" sphinx-rtd-theme = "^1.3.0" certifi = ">=2018.4.16" expiringdict = ">=1.1.4"