update beautifulsoup pin (#11096)

pull/11115/head
scott 2023-10-19 12:09:55 -04:00 zatwierdzone przez Matt Westcott
rodzic 24ebc590fb
commit 8d68dafb0b
4 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -5,6 +5,7 @@ Changelog
~~~~~~~~~~~~~~~~
* Maintenance: Refactor Elasticsearch backend functionality for easier extensibility (Marcel Kornblum, Cameron Lamb, Sam Dudley)
* Maintenance: Update BeautifulSoup upper bound to 4.12.x (scott-8)
5.2 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -756,6 +756,7 @@
* Marcel Kornblum
* Cameron Lamb
* Sam Dudley
* scott-8
## Translators

Wyświetl plik

@ -27,6 +27,7 @@ depth: 1
### Maintenance
* Refactor Elasticsearch backend functionality for easier extensibility (Marcel Kornblum, Cameron Lamb, Sam Dudley)
* Update BeautifulSoup upper bound to 4.12.x (scott-8)
## Upgrade considerations - changes affecting all projects

Wyświetl plik

@ -28,7 +28,7 @@ install_requires = [
"django-filter>=23.3,<24",
"draftjs_exporter>=2.1.5,<3.0",
"Pillow>=9.1.0,<11.0.0",
"beautifulsoup4>=4.8,<4.12",
"beautifulsoup4>=4.8,<4.13",
"html5lib>=0.999,<2",
"Willow[heif]>=1.6.2,<1.7",
"requests>=2.11.1,<3.0",