From b623e1327dc824cd39f8c97257c49899449098e7 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Mon, 31 Jul 2023 15:48:07 +0500 Subject: [PATCH] chore: run makeupgrade --- requirements/ci.txt | 2 +- requirements/dev.txt | 10 +++++----- requirements/quality.txt | 10 +++++----- requirements/test.txt | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index e5f0615..759e955 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -35,7 +35,7 @@ packaging==23.1 # via tox path==16.7.1 # via edx-i18n-tools -platformdirs==3.9.1 +platformdirs==3.10.0 # via virtualenv pluggy==1.2.0 # via tox diff --git a/requirements/dev.txt b/requirements/dev.txt index 7ac0d78..87bb47f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -20,9 +20,9 @@ binaryornot==0.4.4 # via cookiecutter bok-choy==2.0.2 # via -r requirements/test.in -boto3==1.28.11 +boto3==1.28.15 # via fs-s3fs -botocore==1.31.11 +botocore==1.31.15 # via # boto3 # s3transfer @@ -156,7 +156,7 @@ pbr==5.11.1 # via stevedore pip-tools==7.1.0 # via -r requirements/dev.in -platformdirs==3.9.1 +platformdirs==3.10.0 # via # pylint # virtualenv @@ -169,7 +169,7 @@ polib==1.2.0 # via edx-i18n-tools py==1.11.0 # via tox -pycodestyle==2.10.0 +pycodestyle==2.11.0 # via -r requirements/quality.in pydocstyle==6.3.0 # via -r requirements/quality.in @@ -267,7 +267,7 @@ tomli==2.0.1 # pyproject-hooks # pytest # tox -tomlkit==0.11.8 +tomlkit==0.12.1 # via pylint tox==3.28.0 # via diff --git a/requirements/quality.txt b/requirements/quality.txt index 2a85461..873c8f6 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -20,9 +20,9 @@ binaryornot==0.4.4 # via cookiecutter bok-choy==2.0.2 # via -r requirements/test.in -boto3==1.28.11 +boto3==1.28.15 # via fs-s3fs -botocore==1.31.11 +botocore==1.31.15 # via # boto3 # s3transfer @@ -138,13 +138,13 @@ pbr==5.11.1 # via stevedore pip-tools==7.1.0 # via -r requirements/dev.in -platformdirs==3.9.1 +platformdirs==3.10.0 # via pylint pluggy==1.2.0 # via # diff-cover # pytest -pycodestyle==2.10.0 +pycodestyle==2.11.0 # via -r requirements/quality.in pydocstyle==6.3.0 # via -r requirements/quality.in @@ -238,7 +238,7 @@ tomli==2.0.1 # pylint # pyproject-hooks # pytest -tomlkit==0.11.8 +tomlkit==0.12.1 # via pylint transifex-client==0.14.4 # via -r requirements/dev.in diff --git a/requirements/test.txt b/requirements/test.txt index 0d06244..16fe6c7 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -14,9 +14,9 @@ binaryornot==0.4.4 # via cookiecutter bok-choy==2.0.2 # via -r requirements/test.in -boto3==1.28.11 +boto3==1.28.15 # via fs-s3fs -botocore==1.31.11 +botocore==1.31.15 # via # boto3 # s3transfer