From 244fa4ee981686e795ed215323a81c5d992bfbde Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 8 May 2023 15:41:51 +0100 Subject: [PATCH 1/2] Fix the build on RTD (#4322) * Pin urllib3 to v1 * Upgrade docs to Python 3.11 * Unpin urllib3 in docs requirements --- .readthedocs.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index beb30d845..4598ff77c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,12 +4,17 @@ # Required version: 2 +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py -# Version of Python and requirements required to build the docs +# Declare the Python requirements required to build your docs python: - version: "3.8" install: - requirements: docs/requirements.txt From cd2e3b7783d3a4244c6ba895faa613ea37f1a30c Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 8 May 2023 09:47:13 -0500 Subject: [PATCH 2/2] Update sentry-sdk to 1.22.2 (#4321) Co-authored-by: Bruno Alla --- {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 8fe006e07..7c22dcd6f 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -8,7 +8,7 @@ psycopg2==2.9.6 # https://github.com/psycopg/psycopg2 Collectfast==2.2.0 # https://github.com/antonagestam/collectfast {%- endif %} {%- if cookiecutter.use_sentry == "y" %} -sentry-sdk==1.21.1 # https://github.com/getsentry/sentry-python +sentry-sdk==1.22.2 # https://github.com/getsentry/sentry-python {%- endif %} {%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %} hiredis==2.2.2 # https://github.com/redis/hiredis-py