Explorar el Código

Update django-extensions requirement from <3.2,>=2.2 to >=2.2,<3.3 (#3963)

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](https://github.com/django-extensions/django-extensions/compare/2.2.0...3.2.0)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
dependabot[bot] hace 3 años
padre
commit
dc807ecfb1
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      requirements.txt

+ 1
- 1
requirements.txt Ver fichero

@@ -3,7 +3,7 @@
3 3
 # development
4 4
 Werkzeug>=1.0,<2.1
5 5
 django-debug-toolbar>=2.2,<3.6
6
-django-extensions>=2.2,<3.2
6
+django-extensions>=2.2,<3.3
7 7
 psycopg2-binary>=2.8,<2.10
8 8
 
9 9
 # Sandbox

Loading…
Cancelar
Guardar