From 876164800f83679300f5c407cc8a89e85c5dfdc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 21:26:03 +0000 Subject: [PATCH] build(deps): bump sqlparse Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.1 to 0.4.4. - [Release notes](https://github.com/andialbrecht/sqlparse/releases) - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.1...0.4.4) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/fake_repos/python_js_repo/requirements/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fake_repos/python_js_repo/requirements/doc.txt b/tests/fake_repos/python_js_repo/requirements/doc.txt index 607c2a06..d2c8d19f 100644 --- a/tests/fake_repos/python_js_repo/requirements/doc.txt +++ b/tests/fake_repos/python_js_repo/requirements/doc.txt @@ -37,7 +37,7 @@ sphinxcontrib-htmlhelp==1.0.3 # via sphinx sphinxcontrib-jsmath==1.0.1 # via sphinx sphinxcontrib-qthelp==1.0.3 # via sphinx sphinxcontrib-serializinghtml==1.1.4 # via sphinx -sqlparse==0.4.1 # via django +sqlparse==0.4.4 # via django stevedore==1.32.0 # via -c requirements/edx/../constraints.txt, code-annotations text-unidecode==1.3 # via python-slugify urllib3==1.26.4 # via requests