kopia lustrzana https://github.com/wagtail/wagtail
update beautifulsoup pin (#11096)
rodzic
24ebc590fb
commit
8d68dafb0b
|
@ -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
|
||||
|
|
|
@ -756,6 +756,7 @@
|
|||
* Marcel Kornblum
|
||||
* Cameron Lamb
|
||||
* Sam Dudley
|
||||
* scott-8
|
||||
|
||||
## Translators
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Ładowanie…
Reference in New Issue