Merge pull request #3516 from alphagov/bump-bs4

Update beautifulsoup4 to 4.11.1
This commit is contained in:
Katie Smith
2022-04-19 14:34:29 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ SQLAlchemy==1.4.35
strict-rfc3339==0.7
rfc3987==1.3.8
cachetools==5.0.0
beautifulsoup4==4.10.0
beautifulsoup4==4.11.1
lxml==4.8.0
Werkzeug==2.0.3

View File

@@ -16,7 +16,7 @@ awscli-cwlogs==1.4.6
# via -r requirements.in
bcrypt==3.2.0
# via flask-bcrypt
beautifulsoup4==4.10.0
beautifulsoup4==4.11.1
# via -r requirements.in
billiard==3.6.4.0
# via celery

View File

@@ -248,5 +248,5 @@ WINDEMERE = """
"""
LONG_GSM7 = WITH_PLACEHOLDER_FOR_CONTENT.format('a' * 1396)
LONG_UCS2 = WITH_PLACEHOLDER_FOR_CONTENT.format('ŵ' * 616)
LONG_UCS2 = WITH_PLACEHOLDER_FOR_CONTENT.format('ŵyl' * 205 + 'a')
MISSING_AREA_NAMES = re.sub("<areaDesc>.*</areaDesc>", "<areaDesc> </areaDesc>", WAINFLEET)