Skip to content

chore(deps): update all non-major dependencies #183

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

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.6.1 age adoption passing confidence minor
aiohttp ==3.11.10 -> ==3.11.18 age adoption passing confidence patch
cachetools ==5.2.0 -> ==5.5.2 age adoption passing confidence minor
cachetools ==5.5.0 -> ==5.5.2 age adoption passing confidence patch
charset-normalizer (changelog) ==3.4.0 -> ==3.4.1 age adoption passing confidence patch 3.4.2
click (changelog) ==8.0.4 -> ==8.1.8 age adoption passing confidence minor
click (changelog) ==8.1.7 -> ==8.1.8 age adoption passing confidence patch
cloud-sql-python-connector (changelog) ==1.8.0 -> ==1.18.1 age adoption passing confidence minor
cloud-sql-python-connector (changelog) ==1.15.0 -> ==1.18.1 age adoption passing confidence minor
flask (changelog) ==2.2.5 -> ==2.3.3 age adoption passing confidence minor
frozenlist ==1.5.0 -> ==1.6.0 age adoption passing confidence minor
functions-framework ==3.8.1 -> ==3.8.2 age adoption passing confidence patch
google (source) 6.21.0 -> 6.32.0 age adoption passing confidence required_provider minor 6.33.0
google-api-core ==2.24.0 -> ==2.24.2 age adoption passing confidence patch
google-api-python-client ==2.85.0 -> ==2.168.0 age adoption passing confidence minor 2.169.0
google-api-python-client ==2.155.0 -> ==2.168.0 age adoption passing confidence minor 2.169.0
google-auth ==2.16.0 -> ==2.39.0 age adoption passing confidence minor
google-auth ==2.37.0 -> ==2.39.0 age adoption passing confidence minor
google-cloud-privilegedaccessmanager (source) ==0.1.5 -> ==0.1.7 age adoption passing confidence patch
google-cloud-resource-manager (source) ==1.14.0 -> ==1.14.2 age adoption passing confidence patch
google-cloud-scheduler (source) ==2.15.0 -> ==2.16.1 age adoption passing confidence minor
google-cloud-secret-manager (source) ==2.22.0 -> ==2.23.3 age adoption passing confidence minor
google-cloud-storage ==2.7.0 -> ==2.19.0 age adoption passing confidence minor
googleapis-common-protos (source) ==1.66.0 -> ==1.70.0 age adoption passing confidence minor
greenlet (changelog) ==3.1.1 -> ==3.2.1 age adoption passing confidence minor
grpc-google-iam-v1 ==0.13.1 -> ==0.14.2 age adoption passing confidence minor
grpcio (source) ==1.68.1 -> ==1.71.0 age adoption passing confidence minor
grpcio-status ==1.68.1 -> ==1.71.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
multidict ==6.1.0 -> ==6.4.3 age adoption passing confidence minor
nginx 1.27.1 -> 1.27.4 age adoption passing confidence final patch 1.28.0 (+1)
packaging ==24.0 -> ==24.2 age adoption passing confidence minor
pg8000 ==1.29.4 -> ==1.31.2 age adoption passing confidence minor
propcache ==0.2.1 -> ==0.3.1 age adoption passing confidence minor
proto-plus ==1.25.0 -> ==1.26.1 age adoption passing confidence minor
protobuf ==5.29.1 -> ==5.29.4 age adoption passing confidence patch
pyasn1-modules (changelog) ==0.2.8 -> ==0.4.2 age adoption passing confidence minor
pyasn1-modules (changelog) ==0.4.1 -> ==0.4.2 age adoption passing confidence patch
pyparsing ==3.2.0 -> ==3.2.3 age adoption passing confidence patch
rsa ==4.9 -> ==4.9.1 age adoption passing confidence patch
tfe (source) ~> 0.48.0 -> ~> 0.65.0 age adoption passing confidence required_provider minor
typing-extensions (changelog) ==4.12.2 -> ==4.13.2 age adoption passing confidence minor
typing-extensions (changelog) ==4.7.1 -> ==4.13.2 age adoption passing confidence minor
urllib3 (changelog) ==2.2.3 -> ==2.4.0 age adoption passing confidence minor
yarl ==1.18.3 -> ==1.20.0 age adoption passing confidence minor

Release Notes

aio-libs/aiohappyeyeballs (aiohappyeyeballs)

v2.6.1

Compare Source

Bug fixes

v2.6.0

Compare Source

Features

v2.5.0

Compare Source

Features
  • Add callback for users to customize socket creation (#​147) (8e1bc6a)

v2.4.8

Compare Source

Bug fixes
  • Close runner up sockets in the event there are multiple winners (#​143) (476a05b)

v2.4.7

Compare Source

Bug fixes

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.18

Compare Source

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

Bug fixes

  • Disabled TLS in TLS warning (when using HTTPS proxies) for uvloop and newer Python versions -- by :user:lezgomatt.

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

  • Fixed reading fragmented WebSocket messages when the payload was masked -- by :user:bdraco.

    The problem first appeared in 3.11.17

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


v3.11.17

Compare Source

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

Miscellaneous internal changes

  • Optimized web server performance when access logging is disabled by reducing time syscalls -- by :user:bdraco.

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

  • Improved web server performance when connection can be reused -- by :user:bdraco.

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

  • Improved performance of the WebSocket reader -- by :user:bdraco.

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

  • Improved performance of the WebSocket reader with large messages -- by :user:bdraco.

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


v3.11.16

Compare Source

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

Bug fixes

  • Replaced deprecated asyncio.iscoroutinefunction with its counterpart from inspect
    -- by :user:layday.

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

  • Fixed :class:multidict.CIMultiDict being mutated when passed to :class:aiohttp.web.Response -- by :user:bdraco.

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


v3.11.15

Compare Source

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

Bug fixes

  • Reverted explicitly closing sockets if an exception is raised during create_connection -- by :user:bdraco.

    This change originally appeared in aiohttp 3.11.13

    Related issues and pull requests on GitHub:
    :issue:10464, :issue:10617, :issue:10656.

Miscellaneous internal changes

  • Improved performance of WebSocket buffer handling -- by :user:bdraco.

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

  • Improved performance of serializing headers -- by :user:bdraco.

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


v3.11.14

Compare Source

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

Bug fixes

  • Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a trace.send_dns_cache_miss
    -- by :user:logioniz.

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

  • Fixed DNS resolution on platforms that don't support socket.AI_ADDRCONFIG -- by :user:maxbachmann.

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

  • The connector now raises :exc:aiohttp.ClientConnectionError instead of :exc:OSError when failing to explicitly close the socket after :py:meth:asyncio.loop.create_connection fails -- by :user:bdraco.

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

  • Break cyclic references at connection close when there was a traceback -- by :user:bdraco.

    Special thanks to :user:availov for reporting the issue.

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

  • Break cyclic references when there is an exception handling a request -- by :user:bdraco.

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

Features

  • Improved logging on non-overlapping WebSocket client protocols to include the remote address -- by :user:bdraco.

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

Miscellaneous internal changes

  • Improved performance of parsing content types by adding a cache in the same manner currently done with mime types -- by :user:bdraco.

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


v3.11.13

Compare Source

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

Bug fixes

  • Removed a break statement inside the finally block in :py:class:~aiohttp.web.RequestHandler
    -- by :user:Cycloctane.

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

  • Changed connection creation to explicitly close sockets if an exception is raised in the event loop's create_connection method -- by :user:top-oai.

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

Packaging updates and notes for downstreams

  • Fixed test test_write_large_payload_deflate_compression_data_in_eof_writelines failing with Python 3.12.9+ or 3.13.2+ -- by :user:bdraco.

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

Miscellaneous internal changes

  • Added human-readable error messages to the exceptions for WebSocket disconnects due to PONG not being received -- by :user:bdraco.

    Previously, the error messages were empty strings, which made it hard to determine what went wrong.

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


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.2

Compare Source

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

  • Reduce number of @cached lock/unlock operations.

  • Improve documentation.

  • Update CI environment.

v5.5.1

Compare Source

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

  • Add documentation regarding caching of exceptions.

  • Officially support Python 3.13.

  • Update CI environment.

v5.5.0

Compare Source

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

  • TTLCache.expire() returns iterable of expired (key, value)
    pairs.

  • TLRUCache.expire() returns iterable of expired (key, value)
    pairs.

  • Documentation improvements.

  • Update CI environment.

v5.4.0

Compare Source

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

  • Add the keys.typedmethodkey decorator.

  • Deprecate MRUCache class.

  • Deprecate @func.mru_cache decorator.

  • Update CI environment.

v5.3.3

Compare Source

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

  • Documentation improvements.

  • Update CI environment.

v5.3.2

Compare Source

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

  • Add support for Python 3.12.

  • Various documentation improvements.

v5.3.1

Compare Source

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

  • Depend on Python >= 3.7.

v5.3.0

Compare Source

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

  • Add cache_info() function to @cached decorator.

v5.2.1

Compare Source

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

  • Add support for Python 3.11.

  • Correct version information in RTD documentation.

  • badges/shields: Change to GitHub workflow badge routes.

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

Released 2024-12-19

  • 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.
  • More robust bash version check, fixing problem on Windows with git-bash.
    :issue:2638
  • Cache the help option generated by the help_option_names setting to
    respect its eagerness. :pr:2811
  • Replace uses of os.system with subprocess.Popen. :issue:1476
  • Exceptions generated during a command will use the context's color
    setting when being displayed. :issue:2193
  • Error message when defining option with invalid name is more descriptive.
    :issue:2452
  • Refactor code generating default --help option to deduplicate code.
    :pr:2563
  • Test CLIRunner resets patched _compat.should_strip_ansi.
    :issue:2732

v8.1.7

Compare Source

Released 2023-08-17

  • Fix issue with regex flags in shell completion. :issue:2581
  • Bash version detection issues a warning instead of an error. :issue:2574
  • Fix issue with completion script for Fish shell. :issue:2567

v8.1.6

Compare Source

Released 2023-07-18

  • Fix an issue with type hints for @click.group(). :issue:2558

v8.1.5

Compare Source

Released 2023-07-13

  • Fix an issue with type hints for @click.command(), @click.option(), and
    other decorators. Introduce typing tests. :issue:2558

v8.1.4

Compare Source

Released 2023-07-06

  • Replace all typing.Dict occurrences to typing.MutableMapping for
    parameter hints. :issue:2255
  • Improve type hinting for decorators and give all generic types parameters.
    :issue:2398
  • Fix return value and type signature of shell_completion.add_completion_class
    function. :pr:2421
  • Bash version detection doesn't fail on Windows. :issue:2461
  • Completion works if there is a dot (.) in the program name. :issue:2166
  • Improve type annotations for pyright type checker. :issue:2268
  • Improve responsiveness of click.clear(). :issue:2284
  • Improve command name detection when using Shiv or PEX. :issue:2332
  • Avoid showing empty lines if command help text is empty. :issue:2368
  • ZSH completion script works when loaded from fpath. :issue:2344.
  • EOFError and KeyboardInterrupt tracebacks are not suppressed when
    standalone_mode is disabled. :issue:2380
  • @group.command does not fail if the group was created with a custom
    command_class. :issue:2416
  • multiple=True is allowed for flag options again and does not require
    setting default=(). :issue:2246, 2292, 2295
  • Make the decorators returned by @argument() and @option() reusable when the
    cls parameter is used. :issue:2294
  • Don't fail when writing filenames to streams with strict errors. Replace invalid
    bytes with the replacement character (). :issue:2395
  • Remove unnecessary attempt to detect MSYS2 environment. :issue:2355
  • Remove outdated and unnecessary detection of App Engine environment. :pr:2554
  • echo() does not fail when no streams are attached, such as with pythonw on
    Windows. :issue:2415
  • Argument with expose_value=False do not cause completion to fail. :issue:2336

v8.1.3

Compare Source

Released 2022-04-28

  • Use verbose form of typing.Callable for @command and
    @group. :issue:2255
  • Show error when attempting to create an option with
    multiple=True, is_flag=True. Use count instead.
    :issue:2246

v8.1.2

Compare Source

Released 2022-03-31

  • Fix error message for readable path check that was mixed up with the
    executable check. :pr:2236
  • Restore parameter order for Path, placing the executable
    parameter at the end. It is recommended to use keyword arguments
    instead of positional arguments. :issue:2235

v8.1.1

Compare Source

Released 2022-03-30

  • Fix an issue with decorator typing

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 2 times, most recently from 1e52091 to 340b341 Compare April 16, 2025 22:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from c0141bf to 4a53029 Compare April 23, 2025 23:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 6c2fc03 to 4bdcff5 Compare April 30, 2025 15:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4bdcff5 to 29ab0ad Compare May 1, 2025 19:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 29ab0ad to 310bc0a Compare May 2, 2025 07:27
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