From 2ece3f9e9b5a23d043292f640cc2f31ca186fbf3 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Mon, 19 Feb 2024 21:31:04 -0500 Subject: [PATCH] chore: Updating Python Requirements --- requirements/pip_tools.txt | 6 ++++-- requirements/test.txt | 6 ++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index c2330a4..fb84d10 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -12,10 +12,12 @@ importlib-metadata==7.0.1 # via build packaging==23.2 # via build -pip-tools==7.3.0 +pip-tools==7.4.0 # via -r requirements/pip_tools.in pyproject-hooks==1.0.0 - # via build + # via + # build + # pip-tools tomli==2.0.1 # via # build diff --git a/requirements/test.txt b/requirements/test.txt index 503d111..fc660c4 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -18,9 +18,7 @@ click-log==0.4.0 code-annotations==1.6.0 # via edx-lint coverage[toml]==7.4.1 - # via - # coverage - # pytest-cov + # via pytest-cov dill==0.3.8 # via pylint edx-lint==5.3.6 @@ -59,7 +57,7 @@ pylint-plugin-utils==0.8.2 # via # pylint-celery # pylint-django -pytest==8.0.0 +pytest==8.0.1 # via pytest-cov pytest-cov==4.1.0 # via -r requirements/test.in