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

chore(deps): update all dependencies (major) #70

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Werkzeug (changelog) >= 2.3.7, < 3.0.0 -> >=3.1.3, <3.2.0 age adoption passing confidence major
actions/checkout v2 -> v4 age adoption passing confidence action major
flask (changelog) ==2.3.3 -> ==3.1.0 age adoption passing confidence major
gevent (changelog) ==21.12.0 -> ==24.11.1 age adoption passing confidence major
greenlet ==1.1.2 -> ==3.1.1 age adoption passing confidence major
markupsafe (changelog) >= 1.0, < 2.2.0 -> >=3, <4 age adoption passing confidence major
release-drafter/release-drafter v5 -> v6 age adoption passing confidence action major

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

v3

Compare Source

pallets/flask (flask)

v3.1.0

Compare Source

Released 2024-11-13

  • Drop support for Python 3.8. :pr:5623
  • Update minimum dependency versions to latest feature releases.
    Werkzeug >= 3.1, ItsDangerous >= 2.2, Blinker >= 1.9. :pr:5624,5633
  • Provide a configuration option to control automatic option
    responses. :pr:5496
  • Flask.open_resource/open_instance_resource and
    Blueprint.open_resource take an encoding parameter to use when
    opening in text mode. It defaults to utf-8. :issue:5504
  • Request.max_content_length can be customized per-request instead of only
    through the MAX_CONTENT_LENGTH config. Added
    MAX_FORM_MEMORY_SIZE and MAX_FORM_PARTS config. Added documentation
    about resource limits to the security page. :issue:5625
  • Add support for the Partitioned cookie attribute (CHIPS), with the
    SESSION_COOKIE_PARTITIONED config. :issue:5472
  • -e path takes precedence over default .env and .flaskenv files.
    load_dotenv loads default files in addition to a path unless
    load_defaults=False is passed. :issue:5628
  • Support key rotation with the SECRET_KEY_FALLBACKS config, a list of old
    secret keys that can still be used for unsigning. Extensions will need to
    add support. :issue:5621
  • Fix how setting host_matching=True or subdomain_matching=False
    interacts with SERVER_NAME. Setting SERVER_NAME no longer restricts
    requests to only that domain. :issue:5553
  • Request.trusted_hosts is checked during routing, and can be set through
    the TRUSTED_HOSTS config. :issue:5636

v3.0.3

Compare Source

Released 2024-04-07

  • The default hashlib.sha1 may not be available in FIPS builds. Don't
    access it at import time so the developer has time to change the default.
    :issue:5448
  • Don't initialize the cli attribute in the sansio scaffold, but rather in
    the Flask concrete class. :pr:5270

v3.0.2

Compare Source

Released 2024-02-03

  • Correct type for jinja_loader property. :issue:5388
  • Fix error with --extra-files and --exclude-patterns CLI options.
    :issue:5391

v3.0.1

Compare Source

Released 2024-01-18

  • Correct type for path argument to send_file. :issue:5230
  • Fix a typo in an error message for the flask run --key option. :pr:5344
  • Session data is untagged without relying on the built-in json.loads
    object_hook. This allows other JSON providers that don't implement that.
    :issue:5381
  • Address more type findings when using mypy strict mode. :pr:5383

v3.0.0

Compare Source

Released 2023-09-30

  • Remove previously deprecated code. :pr:5223
  • Deprecate the __version__ attribute. Use feature detection, or
    importlib.metadata.version("flask"), instead. :issue:5230
  • Restructure the code such that the Flask (app) and Blueprint
    classes have Sans-IO bases. :pr:5127
  • Allow self as an argument to url_for. :pr:5264
  • Require Werkzeug >= 3.0.0.
pallets/markupsafe (markupsafe)

v3.0.2

Compare Source

Released 2024-10-18

  • Fix compatibility when __str__ returns a str subclass. :issue:472
  • Build requires setuptools >= 70.1. :issue:475

v3.0.1

Compare Source

Released 2024-10-08

  • Address compiler warnings that became errors in GCC 14. :issue:466
  • Fix compatibility with proxy objects. :issue:467

v3.0.0

Compare Source

Released 2024-10-07

  • Support Python 3.13 and its experimental free-threaded build. :pr:461
  • Drop support for Python 3.7 and 3.8.
  • Use modern packaging metadata with pyproject.toml instead of setup.cfg.
    :pr:348
  • Change distutils imports to setuptools. :pr:399
  • Use deferred evaluation of annotations. :pr:400
  • Update signatures for Markup methods to match str signatures. Use
    positional-only arguments. :pr:400
  • Some str methods on Markup no longer escape their argument:
    strip, lstrip, rstrip, removeprefix, removesuffix,
    partition, and rpartition; replace only escapes its new
    argument. These methods are conceptually linked to search methods such as
    in, find, and index, which already do not escape their argument.
    :issue:401
  • The __version__ attribute is deprecated. Use feature detection, or
    importlib.metadata.version("markupsafe"), instead. :pr:402
  • Speed up escaping plain strings by 40%. :pr:434
  • Simplify speedups implementation. :pr:437
release-drafter/release-drafter (release-drafter/release-drafter)

v6

Compare Source


Configuration

📅 Schedule: Branch creation - "on the first day of january" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-all branch from 98ffa3f to 623ee45 Compare January 18, 2024 23:12
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from b818735 to 3062abe Compare February 3, 2024 22:55
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 7752239 to ab24b78 Compare February 19, 2024 14:12
@renovate renovate bot force-pushed the renovate/major-all branch from ab24b78 to 8528143 Compare April 7, 2024 21:52
@renovate renovate bot force-pushed the renovate/major-all branch from 8528143 to 756ad23 Compare April 17, 2024 01:50
@renovate renovate bot force-pushed the renovate/major-all branch from 756ad23 to ba01d99 Compare July 5, 2024 13:12
@renovate renovate bot changed the title Update all dependencies (major) chore(deps): update all dependencies (major) Jul 5, 2024
@renovate renovate bot force-pushed the renovate/major-all branch from ba01d99 to 0c3f10e Compare August 21, 2024 23:16
@renovate renovate bot force-pushed the renovate/major-all branch from 0c3f10e to e35ac18 Compare September 10, 2024 19:32
@renovate renovate bot force-pushed the renovate/major-all branch from e35ac18 to 68154a0 Compare September 20, 2024 20:22
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from ebcf806 to f128c9b Compare October 11, 2024 11:14
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 05e8b0c to 48dbf62 Compare October 25, 2024 01:19
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 87df0ab to fa83c29 Compare November 1, 2024 19:23
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from aad3fc1 to d45f852 Compare November 11, 2024 15:58
@renovate renovate bot force-pushed the renovate/major-all branch from d45f852 to a3097e0 Compare November 13, 2024 19:25
@renovate renovate bot force-pushed the renovate/major-all branch from a3097e0 to cbf2050 Compare December 5, 2024 10:16
Copy link
Author

renovate bot commented Dec 5, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants