From ee8b4b9e012d0bc690362eb520a80af3c57868ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:38:19 +0100 Subject: [PATCH] Bump the python-packages group in /backend with 3 updates (#96) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the python-packages group in /backend with 3 updates: [coverage](https://github.com/nedbat/coveragepy), [scrapy](https://github.com/scrapy/scrapy) and [flask](https://github.com/pallets/flask). Updates `coverage` from 7.6.4 to 7.6.7
Changelog

Sourced from coverage's changelog.

Version 7.6.7 — 2024-11-15

.. _changes_7-6-6:

Version 7.6.6 — 2024-11-15

.. _issue 1891: nedbat/coveragepy#1891

.. _changes_7-6-5:

Version 7.6.5 — 2024-11-14

.. _pytest-cov-666: pytest-dev/pytest-cov#666

.. _changes_7-6-4:

Commits

Updates `scrapy` from 2.11.2 to 2.12.0
Release notes

Sourced from scrapy's releases.

2.12.0

See the full changelog.

Changelog

Sourced from scrapy's changelog.

Scrapy 2.12.0 (2024-11-18)

Highlights:

Modified requirements


-   Dropped support for Python 3.8.
    (:issue:`6466`, :issue:`6472`)
  • Added support for Python 3.13.
    (:issue:6166)

  • Minimum versions increased for these dependencies:

    • Twisted_: 18.9.0 → 21.7.0

    • cryptography_: 36.0.0 → 37.0.0

    • pyOpenSSL_: 21.0.0 → 22.0.0

    • lxml_: 4.4.1 → 4.6.0

  • Removed setuptools from the dependency list.
    (:issue:6487)

Backward-incompatible changes

... (truncated)

Commits

Updates `flask` from 3.0.3 to 3.1.0
Release notes

Sourced from flask's releases.

3.1.0

This is the Flask 3.1.0 feature release. A feature release may include new features, remove previously deprecated code, add new deprecations, or introduce potentially breaking changes. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Test with warnings treated as errors to be able to adapt to deprecation warnings early.

PyPI: https://pypi.org/project/Flask/3.1.0/ Changes: https://flask.palletsprojects.com/en/stable/changes/#version-3-1-0 Milestone: https://github.com/pallets/flask/milestone/33?closed=1

Changelog

Sourced from flask's changelog.

Version 3.1.0

Released 2024-11-13

Commits

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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d51dd2e..10cabb2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,12 +1,12 @@ -coverage==7.6.4 +coverage==7.6.7 Twisted==24.10.0 psycopg2-binary==2.9.10 pylint==3.3.1 SQLAlchemy==2.0.36 price-parser==0.3.4 -Scrapy==2.11.2 +Scrapy==2.12.0 nltk==3.9.1 -Flask==3.0.3 +Flask==3.1.0 Flask-Cors==5.0.0 Flask-Headers==1.0 defusedxml==0.7.1