From 3f5b1215bc1d1884fd202dad07cf15fd41033c06 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Tue, 1 Oct 2024 09:38:24 -0400 Subject: [PATCH 1/2] chore: Upgrade Python requirements --- requirements/pip_tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index 77d81ad2..764d7ec2 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -12,7 +12,7 @@ packaging==24.1 # via build pip-tools==7.4.1 # via -r requirements/pip_tools.in -pyproject-hooks==1.1.0 +pyproject-hooks==1.2.0 # via # build # pip-tools From a66618b99a079ef7f0fa0d68c845dd6c93277099 Mon Sep 17 00:00:00 2001 From: Jason Wesson Date: Tue, 1 Oct 2024 18:29:18 +0000 Subject: [PATCH 2/2] chore: bump version --- edx_credentials_themes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edx_credentials_themes/__init__.py b/edx_credentials_themes/__init__.py index 7d4af2d3..6d030de9 100644 --- a/edx_credentials_themes/__init__.py +++ b/edx_credentials_themes/__init__.py @@ -1 +1 @@ -__version__ = '0.4.20' +__version__ = '0.4.21'