From 81f31a5407758b5c9ce1556d80157ee39d5ef02e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 22:42:04 +0000 Subject: [PATCH] chore(deps): bump django Bumps the python-minor-patch group with 1 update in the /opendata_module directory: [django](https://github.com/django/django). Updates `django` from 4.2.18 to 4.2.19 - [Commits](https://github.com/django/django/compare/4.2.18...4.2.19) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- opendata_module/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendata_module/setup.py b/opendata_module/setup.py index 32cde42..d403e7c 100644 --- a/opendata_module/setup.py +++ b/opendata_module/setup.py @@ -27,7 +27,7 @@ requirements = [ 'setuptools==75.3.0', 'dill==0.3.9', - 'django==4.2.18', + 'django==4.2.19', 'pymongo==4.10.1', 'pyyaml==6.0.2', 'psycopg2==2.9.10',