From f6e9b4f2a0e353b753a7c39b21598a479feb63b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 14:54:51 +0000 Subject: [PATCH 1/2] Bump django from 3.2.7 to 3.2.12 in /docs (#49) Bumps [django](https://github.com/django/django) from 3.2.7 to 3.2.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.7...3.2.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index d71955e..e50db6c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -16,7 +16,7 @@ django-node-assets==0.9.9 django-recaptcha2==1.4.1 django-silk==4.1.0; python_version >= "3.5" django-sri==0.3.0; python_version >= "3.6" -django==3.2.7; python_version >= "3.6" +django==3.2.12; python_version >= "3.6" gprof2dot==2021.2.21; python_version >= "3.5" gunicorn==20.1.0; python_version >= "3.5" idna==3.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5" From 0e10af795c2d9149363a6f35fe16431db00c5a5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 14:55:19 +0000 Subject: [PATCH 2/2] Bump pillow from 9.0.0 to 9.0.1 in /docs (#55) Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e50db6c..13ec431 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -24,7 +24,7 @@ jinja2==3.0.1; python_version >= "3.6" loguru==0.5.3; python_version >= "3.5" markupsafe==2.0.1; python_version >= "3.6" pilkit==2.0 -pillow==9.0.0; python_version >= "3.6" +pillow==9.0.1; python_version >= "3.6" pycodestyle==2.7.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5" pygments==2.10.0; python_version >= "3.5" pymupdf==1.18.17