Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mdellweg committed Apr 26, 2024
1 parent b256788 commit 97bc45e
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 @@ -8,7 +8,7 @@ click>=8.1.0,<=8.1.7
cryptography>=38.0.1,<42.0.6
Django~=4.2.0 # LTS version, switch only if we have a compelling reason to
django-filter>=23.1,<=24.2
django-guid>=3.3,<=3.4.0
django-guid>=3.3,<=3.5.0
django-import-export>=2.9,<3.4.0
django-lifecycle>=1.0,<=1.1.2
djangorestframework>=3.14.0,<=3.15.1
Expand Down

0 comments on commit 97bc45e

Please sign in to comment.