Remove upper bound on django-pattern-library in testing dependencies

pull/11189/head
Sage Abdullah 2023-11-06 10:30:44 +00:00
rodzic 6ef8da04eb
commit eefb3010b4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -19,6 +19,7 @@ Changelog
* Maintenance: Migrate the contrib styleguide index view to a class-based view (Chiemezuo Akujobi)
* Maintenance: Update djhtml to 3.0.6 (Matt Westcott)
* Maintenance: Migrate the contrib settings edit view to a class-based view (Chiemezuo Akujobi, Sage Abdullah)
* Maintenance: Remove django-pattern-library upper bound in testing dependencies (Sage Abdullah)
5.2.1 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -38,6 +38,7 @@ depth: 1
* Migrate the contrib styleguide index view to a class-based view (Chiemezuo Akujobi)
* Update djhtml to 3.0.6 (Matt Westcott)
* Migrate the contrib settings edit view to a class-based view (Chiemezuo Akujobi, Sage Abdullah)
* Remove django-pattern-library upper bound in testing dependencies (Sage Abdullah)
## Upgrade considerations - changes affecting all projects

Wyświetl plik

@ -48,7 +48,7 @@ testing_extras = [
"freezegun>=0.3.8",
"azure-mgmt-cdn>=12.0,<13.0",
"azure-mgmt-frontdoor>=1.0,<1.1",
"django-pattern-library>=0.7,<0.8",
"django-pattern-library>=0.7",
# For coverage and PEP8 linting
"coverage>=3.7.0",
"black==22.3.0",