2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

chore(deps): bump django from 4.2.20 to 4.2.21 in /src/backend (#9648)

* chore(deps): bump django from 4.2.20 to 4.2.21 in /src/backend

Bumps [django](https://github.com/django/django) from 4.2.20 to 4.2.21.
- [Commits](https://github.com/django/django/compare/4.2.20...4.2.21)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 4.2.21
  dependency-type: direct:production
...

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

* fix req

* adjust setuptools to be equal

* ensure same version is used

* add missing constraint

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
dependabot[bot]
2025-05-09 07:44:57 +01:00
committed by GitHub
parent 9918f75e89
commit d619932ae4
4 changed files with 40 additions and 26 deletions

View File

@ -1,4 +1,5 @@
# Base python requirements for docker containers
-c ../../src/backend/requirements.txt
# Basic package requirements
invoke>=2.2.0 # Invoke build tool