Skip to content

Commit

Permalink
[noissue]: Update django-filter requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [django-filter](https://github.com/carltongibson/django-filter) to permit the latest version.
- [Release notes](https://github.com/carltongibson/django-filter/releases)
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst)
- [Commits](carltongibson/django-filter@23.1...23.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mdellweg committed Sep 19, 2023
1 parent bcd0ccc commit bc9ca51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ backoff>=2.1.2,<2.2.2
click>=8.1.0,<=8.1.7
cryptography>=38.0.1,<41.0.4
Django~=4.2.0 # LTS version, switch only if we have a compelling reason to
django-filter>=23.1,<=23.2
django-filter>=23.1,<=23.3
django-guid>=3.3,<=3.3.1
django-import-export>=2.9,<3.4.0
django-lifecycle>=1.0,<=1.0.2
Expand Down

0 comments on commit bc9ca51

Please sign in to comment.