From 7487fce3d082ec530be0bab884fa7896dc2c0e89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 21:13:00 +0000 Subject: [PATCH 1/2] chore(deps): bump jinja2 from 3.1.2 to 3.1.3 in /devtools Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [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.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- devtools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/requirements.txt b/devtools/requirements.txt index 679e2bc9..ffa470fd 100644 --- a/devtools/requirements.txt +++ b/devtools/requirements.txt @@ -1,3 +1,3 @@ -Jinja2==3.1.2 +Jinja2==3.1.3 pydantic==2.1.1 PyYAML==6.0 From 6a84ed6693757445b8e16b5aa5f101f7d8d7a8ca Mon Sep 17 00:00:00 2001 From: "Ruslan V. Uss" Date: Sun, 14 Jan 2024 02:39:39 +0500 Subject: [PATCH 2/2] fix .readthedocs.yml --- .readthedocs.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 01dce747..5541f991 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,20 +5,16 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py -# Build documentation with MkDocs -#mkdocs: -# configuration: mkdocs.yml - -# Optionally build your docs in additional formats such as PDF and ePub -#formats: -# - pdf - # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: docs/requirements.txt