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 non-major dependencies #183

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
aiohappyeyeballs (changelog) ==2.4.4 -> ==2.4.6 age adoption passing confidence patch
aiohttp ==3.11.10 -> ==3.11.12 age adoption passing confidence patch
cachetools ==5.5.0 -> ==5.5.1 age adoption passing confidence patch 5.5.2
charset-normalizer (changelog) ==3.4.0 -> ==3.4.1 age adoption passing confidence patch
click (changelog) ==8.1.7 -> ==8.1.8 age adoption passing confidence patch
cloud-sql-python-connector (changelog) ==1.15.0 -> ==1.17.0 age adoption passing confidence minor
flask (changelog) ==2.2.5 -> ==2.3.3 age adoption passing confidence minor
functions-framework ==3.8.1 -> ==3.8.2 age adoption passing confidence patch
google-api-core ==2.24.0 -> ==2.24.1 age adoption passing confidence patch
google-api-python-client ==2.155.0 -> ==2.161.0 age adoption passing confidence minor
google-auth ==2.37.0 -> ==2.38.0 age adoption passing confidence minor
google-cloud-scheduler (source) ==2.15.0 -> ==2.15.1 age adoption passing confidence patch 2.16.0
google-cloud-secret-manager (source) ==2.22.0 -> ==2.23.0 age adoption passing confidence minor 2.23.1
googleapis-common-protos (source) ==1.66.0 -> ==1.67.0 age adoption passing confidence minor 1.68.0
grpc-google-iam-v1 ==0.13.1 -> ==0.14.0 age adoption passing confidence minor
grpcio (source) ==1.68.1 -> ==1.70.0 age adoption passing confidence minor
grpcio-status ==1.68.1 -> ==1.70.0 age adoption passing confidence minor
importlib-metadata ==6.7.0 -> ==6.11.0 age adoption passing confidence minor
itsdangerous (changelog) ==2.1.2 -> ==2.2.0 age adoption passing confidence minor
nginx 1.27.1 -> 1.27.4 age adoption passing confidence final patch
packaging ==24.0 -> ==24.2 age adoption passing confidence minor
proto-plus ==1.25.0 -> ==1.26.0 age adoption passing confidence minor
protobuf ==5.29.1 -> ==5.29.3 age adoption passing confidence patch
pyparsing ==3.2.0 -> ==3.2.1 age adoption passing confidence patch
typing-extensions (changelog) ==4.7.1 -> ==4.12.2 age adoption passing confidence minor
urllib3 (changelog) ==2.2.3 -> ==2.3.0 age adoption passing confidence minor

Release Notes

aio-libs/aiohappyeyeballs (aiohappyeyeballs)

v2.4.6

Compare Source

Bug fixes
  • Ensure all timers are cancelled when after staggered race finishes (#​136) (f75891d)

v2.4.5

Compare Source

Bug fixes
  • Keep classifiers in project to avoid automatic enrichment (#​134) (99edb20)
  • Move classifiers to prevent recalculation by poetry (#​131) (66e1c90)
aio-libs/aiohttp (aiohttp)

v3.11.12

Compare Source

====================

Bug fixes

  • MultipartForm.decode() now follows RFC1341 7.2.1 with a CRLF after the boundary
    -- by :user:imnotjames.

    Related issues and pull requests on GitHub:
    :issue:10270.

  • Restored the missing total_bytes attribute to EmptyStreamReader -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:10387.

Features

  • Updated :py:func:~aiohttp.request to make it accept _RequestOptions kwargs.
    -- by :user:Cycloctane.

    Related issues and pull requests on GitHub:
    :issue:10300.

  • Improved logging of HTTP protocol errors to include the remote address -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:10332.

Improved documentation

  • Added aiohttp-openmetrics to list of third-party libraries -- by :user:jelmer.

    Related issues and pull requests on GitHub:
    :issue:10304.

Packaging updates and notes for downstreams

  • Added missing files to the source distribution to fix Makefile targets.
    Added a cythonize-nodeps target to run Cython without invoking pip to install dependencies.

    Related issues and pull requests on GitHub:
    :issue:10366.

  • Started building armv7l musllinux wheels -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:10404.

Contributor-facing changes

  • The CI/CD workflow has been updated to use upload-artifact v4 and download-artifact v4 GitHub Actions -- by :user:silamon.

    Related issues and pull requests on GitHub:
    :issue:10281.

Miscellaneous internal changes

  • Restored support for zero copy writes when using Python 3.12 versions 3.12.9 and later or Python 3.13.2+ -- by :user:bdraco.

    Zero copy writes were previously disabled due to :cve:2024-12254 which is resolved in these Python versions.

    Related issues and pull requests on GitHub:
    :issue:10137.


v3.11.11

Compare Source

====================

Bug fixes

  • Updated :py:meth:~aiohttp.ClientSession.request to reuse the quote_cookie setting from ClientSession._cookie_jar when processing cookies parameter.
    -- by :user:Cycloctane.

    Related issues and pull requests on GitHub:
    :issue:10093.

  • Fixed type of SSLContext for some static type checkers (e.g. pyright).

    Related issues and pull requests on GitHub:
    :issue:10099.

  • Updated :meth:aiohttp.web.StreamResponse.write annotation to also allow :class:bytearray and :class:memoryview as inputs -- by :user:cdce8p.

    Related issues and pull requests on GitHub:
    :issue:10154.

  • Fixed a hang where a connection previously used for a streaming
    download could be returned to the pool in a paused state.
    -- by :user:javitonino.

    Related issues and pull requests on GitHub:
    :issue:10169.

Features

  • Enabled ALPN on default SSL contexts. This improves compatibility with some
    proxies which don't work without this extension.
    -- by :user:Cycloctane.

    Related issues and pull requests on GitHub:
    :issue:10156.

Miscellaneous internal changes

  • Fixed an infinite loop that can occur when using aiohttp in combination
    with async-solipsism_ -- by :user:bmerry.

    .. _async-solipsism: https://github.com/bmerry/async-solipsism

    Related issues and pull requests on GitHub:
    :issue:10149.


tkem/cachetools (cachetools)

v5.5.1

Compare Source

===================

  • Add documentation regarding caching of exceptions.

  • Officially support Python 3.13.

  • Update CI environment.

jawah/charset_normalizer (charset-normalizer)

v3.4.1

Compare Source

Changed
  • Project metadata are now stored using pyproject.toml instead of setup.cfg using setuptools as the build backend.
  • Enforce annotation delayed loading for a simpler and consistent types in the project.
  • Optional mypyc compilation upgraded to version 1.14 for Python >= 3.8
Added
  • pre-commit configuration.
  • noxfile.
Removed
  • build-requirements.txt as per using pyproject.toml native build configuration.
  • bin/integration.py and bin/serve.py in favor of downstream integration test (see noxfile).
  • setup.cfg in favor of pyproject.toml metadata configuration.
  • Unused utils.range_scan function.
Fixed
  • Converting content to Unicode bytes may insert utf_8 instead of preferred utf-8. (#​572)
  • Deprecation warning "'count' is passed as positional argument" when converting to Unicode bytes on Python 3.13+
pallets/click (click)

v8.1.8

Compare Source

Unreleased

  • Fix an issue with type hints for click.open_file(). :issue:2717
  • Fix issue where error message for invalid click.Path displays on
    multiple lines. :issue:2697
  • Fixed issue that prevented a default value of "" from being displayed in
    the help for an option. :issue:2500
  • The test runner handles stripping color consistently on Windows.
    :issue:2705
  • Show correct value for flag default when using default_map.
    :issue:2632
  • Fix click.echo(color=...) passing color to coloroma so it can be
    forced on Windows. :issue:2606.
GoogleCloudPlatform/cloud-sql-python-connector (cloud-sql-python-connector)

v1.17.0

Compare Source

Features
Bug Fixes

v1.16.0

Compare Source

Features
  • add support for GOOGLE_CLOUD_UNIVERSE_DOMAIN env var (#​1221) (ac77932)
pallets/flask (flask)

v2.3.3

Compare Source

Released 2023-08-21

  • Python 3.12 compatibility.
  • Require Werkzeug >= 2.3.7.
  • Use flit_core instead of setuptools as build backend.
  • Refactor how an app's root and instance paths are determined. :issue:5160

v2.3.2

Compare Source

Released 2023-05-01

  • Set Vary: Cookie header when the session is accessed, modified, or refreshed.
  • Update Werkzeug requirement to >=2.3.3 to apply recent bug fixes.

v2.3.1

Compare Source

Released 2023-04-25

  • Restore deprecated from flask import Markup. :issue:5084

v2.3.0

Compare Source

Released 2023-04-25

  • Drop support for Python 3.7. :pr:5072

  • Update minimum requirements to the latest versions: Werkzeug>=2.3.0, Jinja2>3.1.2,
    itsdangerous>=2.1.2, click>=8.1.3.

  • Remove previously deprecated code. :pr:4995

    • The push and pop methods of the deprecated _app_ctx_stack and
      _request_ctx_stack objects are removed. top still exists to give
      extensions more time to update, but it will be removed.
    • The FLASK_ENV environment variable, ENV config key, and app.env
      property are removed.
    • The session_cookie_name, send_file_max_age_default, use_x_sendfile,
      propagate_exceptions, and templates_auto_reload properties on app
      are removed.
    • The JSON_AS_ASCII, JSON_SORT_KEYS, JSONIFY_MIMETYPE, and
      JSONIFY_PRETTYPRINT_REGULAR config keys are removed.
    • The app.before_first_request and bp.before_app_first_request decorators
      are removed.
    • json_encoder and json_decoder attributes on app and blueprint, and the
      corresponding json.JSONEncoder and JSONDecoder classes, are removed.
    • The json.htmlsafe_dumps and htmlsafe_dump functions are removed.
    • Calling setup methods on blueprints after registration is an error instead of a
      warning. :pr:4997
  • Importing escape and Markup from flask is deprecated. Import them
    directly from markupsafe instead. :pr:4996

  • The app.got_first_request property is deprecated. :pr:4997

  • The locked_cached_property decorator is deprecated. Use a lock inside the
    decorated function if locking is needed. :issue:4993

  • Signals are always available. blinker>=1.6.2 is a required dependency. The
    signals_available attribute is deprecated. :issue:5056

  • Signals support async subscriber functions. :pr:5049

  • Remove uses of locks that could cause requests to block each other very briefly.
    :issue:4993

  • Use modern packaging metadata with pyproject.toml instead of setup.cfg.
    :pr:4947

  • Ensure subdomains are applied with nested blueprints. :issue:4834

  • config.from_file can use text=False to indicate that the parser wants a
    binary file instead. :issue:4989

  • If a blueprint is created with an empty name it raises a ValueError.
    :issue:5010

  • SESSION_COOKIE_DOMAIN does not fall back to SERVER_NAME. The default is not
    to set the domain, which modern browsers interpret as an exact match rather than
    a subdomain match. Warnings about localhost and IP addresses are also removed.
    :issue:5051

  • The routes command shows each rule's subdomain or host when domain
    matching is in use. :issue:5004

  • Use postponed evaluation of annotations. :pr:5071

googlecloudplatform/functions-framework-python (functions-framework)

v3.8.2

Compare Source

Bug Fixes
googleapis/python-api-core (google-api-core)

v2.24.1

Compare Source

Bug Fixes
Documentation
  • Add warnings regarding consuming externally sourced credentials (#​783) (0ec1825)
googleapis/google-api-python-client (google-api-python-client)

v2.161.0

Compare Source

Features
Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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/all-minor-patch branch 7 times, most recently from ffecd7f to 51764b0 Compare October 16, 2024 18:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8503381 to dbf14a6 Compare October 29, 2024 22:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dbf14a6 to 7117c02 Compare November 1, 2024 18:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f02f065 to cfdcf86 Compare November 13, 2024 22:06
@renovate renovate bot changed the title chore(deps): update nginx docker tag to v1.27.2 chore(deps): update all non-major dependencies Nov 13, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cfdcf86 to 833200d Compare November 14, 2024 18:34
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update nginx docker tag to v1.27.2 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 833200d to e87c0fa Compare November 19, 2024 21:07
@bolyachevets bolyachevets force-pushed the main branch 2 times, most recently from 736e14e to 58b3b2c Compare November 29, 2024 17:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e87c0fa to 5d51ddd Compare November 29, 2024 18:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5d51ddd to 06c17d1 Compare December 10, 2024 07:37
@renovate renovate bot changed the title chore(deps): update nginx docker tag to v1.27.2 chore(deps): update nginx docker tag to v1.27.3 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 119328e to 88a778b Compare December 11, 2024 00:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 18 times, most recently from 09d87c6 to 43728d1 Compare February 7, 2025 18:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ac4829a to d16809e Compare February 14, 2025 18:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1d5bfde to 3996e07 Compare February 20, 2025 22:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3996e07 to aef0c63 Compare February 21, 2025 07:44
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.

0 participants