Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the dependencies group across 1 directory with 2 updates #324

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Updates the requirements on recipe-scrapers and pytest to permit the latest version.
Updates recipe-scrapers to 15.0.0

Release notes

Sourced from recipe-scrapers's releases.

15.0.0

🍗 🍚 🥘 15.0.0 🍏 🥕 🍅

Welcome to version 15.0.0 of recipe-scrapers, a simple scraping tool for recipe webpages.

This version is a major version upgrade, and contains some breaking changes from the 14.x series.

In particular:

  • The scrape_me function to the library has been removed from the 15.x series - please migrate to use the recommended scrape_html function instead.
    • This includes removal of the generic options arguments that were previously passed to requests. Please configure the options for your HTTP client (requests, httpx, urllib.request or other) directly.
    • If you need more time to migrate: don't worry, the 14.x series will continue to be maintained and updated until we're comfortable that the upgraded version is in regular use.

To get started and for usage examples, see the README file.

Features

  • Support for America's Test Kitchen, Cook's Country, and Cook's Illustrated have been added (#1060) - thank you, @​smilerz!

Scrapers removed

Unfortunately the updated scraper interface is more restrictive, by-design, than 14.x - each scraper accepts an individual HTML page as input, and should not directly make additional HTTP requests. During adaptation to this interface, we dropped support for the following scrapers:

  • coop.se
  • gousto.co.uk
  • kptncook.com
  • madewithlau.com
  • marleyspoon.com
  • monsieur-cuisine.com
  • woolworths.com.au

This makes scrapers simpler, and that means they're easier to review and support. But it is a trade-off against the coverage of recipe sites that we can achieve.

Dependencies removed

  • requests is no longer a hard dependency of the library, but is available as an optional dependency.
  • responses is no longer required to run unit tests for the library.

Edit: add missing (and important!) scrapers-removed section. Edit: section-heading nesting consistency.

Commits
  • 20bad7e Bump version to 15.0.0
  • 50a8e49 v15: update README entries.
  • cff269f Add support for americastestkitchen.com (#1060)
  • d34b6a1 v15: cleanup: minimize dependencies.
  • 4a4cbd9 v15: update library API.
  • 66e47eb v15: cleanup: remove legacy scrapers.
  • dd1942d Bump version to 14.58.2
  • 02bea98 Tests: relocate 'ingredient_groups' from mandatory-tests to optional-tests. (...
  • 5f7502b Bump version to 14.58.1:
  • 50ab603 README: Adopt v15-style list for HTTP client hyperlinks. (#1193)
  • Additional commits viewable in compare view

Updates pytest to 8.3.2

Release notes

Sourced from pytest's releases.

8.3.2

pytest 8.3.2 (2024-07-24)

Bug fixes

  • #12652: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected.

    -- by RonnyPfannschmidt{.interpreted-text role="user"}

Commits
  • bbcec9c Prepare release version 8.3.2
  • 78fe8b6 Merge pull request #12657 from pytest-dev/patchback/backports/8.3.x/6c806b499...
  • 238bad2 Merge pull request #12656 from RonnyPfannschmidt/fix-12652-detect-conda-env
  • ae6034a Merge pull request #12641 from pytest-dev/patchback/backports/8.3.x/c03989cee...
  • 31337ab Merge pull request #12640 from pytest-dev/update-user
  • ca3070b Merge pull request #12637 from pytest-dev/release-8.3.1
  • de98446 Prepare release version 8.3.1
  • bd0a042 Merge pull request #12636 from pytest-dev/update-release-notes
  • 664325b doc/changelog: update 8.3.0 notes
  • 19d225d Merge pull request #12635 from pytest-dev/release-8.3.0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Updates the requirements on [recipe-scrapers](https://github.com/hhursev/recipe-scrapers) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.

Updates `recipe-scrapers` to 15.0.0
- [Release notes](https://github.com/hhursev/recipe-scrapers/releases)
- [Commits](hhursev/recipe-scrapers@14.58.0...15.0.0)

Updates `pytest` to 8.3.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.0...8.3.2)

---
updated-dependencies:
- dependency-name: recipe-scrapers
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:production
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 29, 2024
Copy link

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2024

Superseded by #332.

@dependabot dependabot bot closed this Sep 2, 2024
@dependabot dependabot bot deleted the dependabot/pip/api/dependencies-d11701bfa7 branch September 2, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants