From 3e58edcd42ef564ab9944568efc5643b2cf835a5 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 12 Jan 2025 19:12:22 -0500 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/base.txt | 3 ++- requirements/dev.txt | 7 ++++--- requirements/doc.txt | 8 +++++--- requirements/pip-tools.txt | 2 +- requirements/pip.txt | 2 +- requirements/test.txt | 5 +++-- 6 files changed, 16 insertions(+), 11 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 6b626a7b..605abc87 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -140,8 +140,9 @@ tzdata==2024.2 # kombu uritemplate==4.1.1 # via github3-py -urllib3==2.3.0 +urllib3==2.2.3 # via + # -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt # requests # sentry-sdk urlobject==2.4.3 diff --git a/requirements/dev.txt b/requirements/dev.txt index aed16cba..56888e52 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -171,7 +171,7 @@ prompt-toolkit==3.0.48 # via click-repl pycparser==2.22 # via cffi -pygments==2.19.0 +pygments==2.19.1 # via # readme-renderer # sphinx @@ -315,8 +315,9 @@ tzdata==2024.2 # kombu uritemplate==4.1.1 # via github3-py -urllib3==2.3.0 +urllib3==2.2.3 # via + # -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt # requests # sentry-sdk # types-requests @@ -339,5 +340,5 @@ pip==24.2 # via # -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt # pip-tools -setuptools==75.7.0 +setuptools==75.8.0 # via pip-tools diff --git a/requirements/doc.txt b/requirements/doc.txt index 2e9d764a..6227083a 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -29,7 +29,7 @@ nh3==0.2.20 # via readme-renderer packaging==24.2 # via sphinx -pygments==2.19.0 +pygments==2.19.1 # via # readme-renderer # sphinx @@ -65,5 +65,7 @@ sphinxcontrib-qthelp==2.0.0 # via sphinx sphinxcontrib-serializinghtml==2.0.0 # via sphinx -urllib3==2.3.0 - # via requests +urllib3==2.2.3 + # via + # -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt + # requests diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 9e4625dd..440234df 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -22,5 +22,5 @@ wheel==0.45.1 # The following packages are considered to be unsafe in a requirements file: pip==24.3.1 # via pip-tools -setuptools==75.7.0 +setuptools==75.8.0 # via pip-tools diff --git a/requirements/pip.txt b/requirements/pip.txt index f457d913..5d821ade 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -12,5 +12,5 @@ pip==24.2 # via # -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/pip.in -setuptools==75.7.0 +setuptools==75.8.0 # via -r requirements/pip.in diff --git a/requirements/test.txt b/requirements/test.txt index eb8764e5..6bc5ea49 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -125,7 +125,7 @@ prompt-toolkit==3.0.48 # via click-repl pycparser==2.22 # via cffi -pygments==2.19.0 +pygments==2.19.1 # via # readme-renderer # sphinx @@ -224,8 +224,9 @@ tzdata==2024.2 # kombu uritemplate==4.1.1 # via github3-py -urllib3==2.3.0 +urllib3==2.2.3 # via + # -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt # requests # sentry-sdk urlobject==2.4.3