Skip to content

Commit c71383d

Browse files
Update beautifulsoup4 requirement from ==4.13.* to ==4.14.* in /server
Updates the requirements on [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) to permit the latest version. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ad87d5 commit c71383d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# prod
22
aiofile==3.9.*
33
aiohttp==3.11.18
4-
beautifulsoup4==4.13.*
4+
beautifulsoup4==4.14.*
55
celery==5.5.*
66
channels==4.2.*
77
channels_redis==4.2.*

0 commit comments

Comments
 (0)