this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump django-filter from 2.2.0 to 2.4.0 in /requirements (#666)

Bumps [django-filter](https://github.com/carltongibson/django-filter) from 2.2.0 to 2.4.0.
- [Release notes](https://github.com/carltongibson/django-filter/releases)
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst)
- [Commits](https://github.com/carltongibson/django-filter/compare/2.2.0...2.4.0)

---
updated-dependencies:
- dependency-name: django-filter
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
97cd891a 33632295

+1 -1
+1 -1
requirements/base.txt
··· 17 17 djangorestframework==3.11.0 # https://github.com/encode/django-rest-framework 18 18 djangorestframework-simplejwt==4.5.0 # https://github.com/SimpleJWT/django-rest-framework-simplejwt 19 19 drf-yasg==1.17.1 # For Api Docs 20 - django-filter==2.2.0 20 + django-filter==2.4.0 21 21 django-extra-fields==2.0.3 # https://github.com/Hipo/drf-extra-fields 22 22 django-location-field==2.1.0 # https://django-location-field.readthedocs.io/en/latest/ 23 23 drf-nested-routers==0.91