Skip to content

Commit d369384

Browse files
chore(deps): update django-extensions requirement from <4,>=3.2.3 to >=3.2.3,<5 in /backend (#4935)
chore(deps): update django-extensions requirement in /backend Updates the requirements on [django-extensions](https://github.com/django-extensions/django-extensions) to permit the latest version. - [Release notes](https://github.com/django-extensions/django-extensions/releases) - [Changelog](https://github.com/django-extensions/django-extensions/blob/main/CHANGELOG.md) - [Commits](django-extensions/django-extensions@3.2.3...4.1) --- updated-dependencies: - dependency-name: django-extensions dependency-version: '4.1' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4bcb603 commit d369384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dev = [
4747
"types-pyyaml>=6.0.12.20241230,<7",
4848
"types-python-dateutil>=2.9.0.20241206,<3",
4949
"poethepoet>=0.32.1,<0.33",
50-
"django-extensions>=3.2.3,<4",
50+
"django-extensions>=3.2.3,<5",
5151
]
5252
test = [
5353
"pytest>=8.3.4,<9",

0 commit comments

Comments
 (0)