Skip to content

Commit

Permalink
Bump beautifulsoup4 from 4.12.3 to 4.13.0
Browse files Browse the repository at this point in the history
Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.3 to 4.13.0.

---
updated-dependencies:
- dependency-name: beautifulsoup4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 892feff commit 450840d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 5 deletions.
32 changes: 28 additions & 4 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,27 @@ anyio==4.1.0
# httpx
attrs==24.2.0
# via interrogate
beautifulsoup4==4.12.3
beautifulsoup4==4.13.0
# via -r requirements.txt
certifi==2023.11.17
# via
# -r requirements.txt
# httpcore
# httpx
cffi==1.17.1
# via
# -r requirements.txt
# cryptography
click==8.1.7
# via interrogate
colorama==0.4.6
# via interrogate
coverage==7.6.4
coverage[toml]==7.6.4
# via pytest-cov
cryptography==44.0.0
# via
# -r requirements.txt
# secretstorage
h11==0.14.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -59,6 +67,11 @@ jaraco-functools==4.0.1
# via
# -r requirements.txt
# keyring
jeepney==0.8.0
# via
# -r requirements.txt
# keyring
# secretstorage
jinja2==3.1.5
# via -r requirements.txt
keyring==25.6.0
Expand Down Expand Up @@ -86,6 +99,10 @@ pluggy==1.5.0
# via pytest
py==1.11.0
# via interrogate
pycparser==2.22
# via
# -r requirements.txt
# cffi
pytest==8.3.4
# via
# -r dev_requirements.in
Expand All @@ -94,6 +111,10 @@ pytest-cov==6.0.0
# via -r dev_requirements.in
ruff==0.9.4
# via -r dev_requirements.in
secretstorage==3.3.3
# via
# -r requirements.txt
# keyring
six==1.16.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -122,8 +143,11 @@ types-requests==2.32.0.20241016
# via types-tqdm
types-tqdm==4.67.0.20241221
# via -r dev_requirements.in
typing-extensions==4.11.0
# via mypy
typing-extensions==4.12.2
# via
# -r requirements.txt
# beautifulsoup4
# mypy
urllib3==2.2.3
# via types-requests
webencodings==0.5.1
Expand Down
16 changes: 15 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
# via -r requirements.in
anyio==4.1.0
# via httpx
beautifulsoup4==4.12.3
beautifulsoup4==4.13.0
# via -r requirements.in
certifi==2023.11.17
# via
# httpcore
# httpx
cffi==1.17.1
# via cryptography
cryptography==44.0.0
# via secretstorage
h11==0.14.0
# via httpcore
html5lib==1.1
Expand All @@ -31,6 +35,10 @@ jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.5
# via -r requirements.in
keyring==25.6.0
Expand All @@ -45,6 +53,10 @@ more-itertools==10.1.0
# jaraco-functools
pillow==11.1.0
# via -r requirements.in
pycparser==2.22
# via cffi
secretstorage==3.3.3
# via keyring
six==1.16.0
# via html5lib
sniffio==1.3.0
Expand All @@ -57,5 +69,7 @@ titlecase==2.3
# via -r requirements.in
tqdm==4.67.1
# via -r requirements.in
typing-extensions==4.12.2
# via beautifulsoup4
webencodings==0.5.1
# via html5lib

0 comments on commit 450840d

Please sign in to comment.