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

deps: bump the all-dependencies group with 11 updates #776

Merged
merged 3 commits into from
Sep 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps the all-dependencies group with 11 updates:

Package From To
aiohappyeyeballs 2.4.0 2.4.2
aiohttp 3.10.5 3.10.8
debugpy 1.8.5 1.8.6
google-api-python-client 2.146.0 2.147.0
google-generativeai 0.8.1 0.8.2
greenlet 3.0.3 3.1.1
grpcio 1.66.1 1.66.2
huggingface-hub 0.25.0 0.25.1
openai 1.47.0 1.50.2
prompt-toolkit 3.0.47 3.0.48
yarl 1.11.1 1.13.1

Updates aiohappyeyeballs from 2.4.0 to 2.4.2

Release notes

Sourced from aiohappyeyeballs's releases.

v2.4.2 (2024-09-27)

Fix

  • fix: copy staggered from standard lib for python 3.12+ (#95) (c5a4023)

v2.4.1 (2024-09-26)

Fix

  • fix: avoid passing loop to staggered.staggered_race (#94) (5f80b79)
Changelog

Sourced from aiohappyeyeballs's changelog.

v2.4.2 (2024-09-27)

Fix

  • Copy staggered from standard lib for python 3.12+ (#95) (c5a4023)

v2.4.1 (2024-09-26)

Fix

  • Avoid passing loop to staggered.staggered_race (#94) (5f80b79)
Commits
  • 04dbbe5 2.4.2
  • c5a4023 fix: copy staggered from standard lib for python 3.12+ (#95)
  • 04c42b4 2.4.1
  • 5f80b79 fix: avoid passing loop to staggered.staggered_race (#94)
  • b5192ad chore(pre-commit.ci): pre-commit autoupdate (#92)
  • 097c9fa chore(pre-commit.ci): pre-commit autoupdate (#91)
  • fdd35ac chore: fix trivial typo in readme
  • 7038b2d chore: update readme to include license information (#90)
  • e45003f chore(pre-commit.ci): pre-commit autoupdate (#88)
  • See full diff in compare view

Updates aiohttp from 3.10.5 to 3.10.8

Release notes

Sourced from aiohttp's releases.

3.10.8

Bug fixes

  • Fixed cancellation leaking upwards on timeout -- by :user:bdraco.

    Related issues and pull requests on GitHub: #9326.


3.10.7

Bug fixes

  • Fixed assembling the :class:~yarl.URL for web requests when the host contains a non-default port or IPv6 address -- by :user:bdraco.

    Related issues and pull requests on GitHub: #9309.

Miscellaneous internal changes

  • Improved performance of determining if a URL is absolute -- by :user:bdraco.

    The property :attr:~yarl.URL.absolute is more performant than the method URL.is_absolute() and preferred when newer versions of yarl are used.

    Related issues and pull requests on GitHub: #9171.

  • Replaced code that can now be handled by yarl -- by :user:bdraco.

    Related issues and pull requests on GitHub: #9301.

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.10.8 (2024-09-28)

Bug fixes

  • Fixed cancellation leaking upwards on timeout -- by :user:bdraco.

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


3.10.7 (2024-09-27)

Bug fixes

  • Fixed assembling the :class:~yarl.URL for web requests when the host contains a non-default port or IPv6 address -- by :user:bdraco.

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

Miscellaneous internal changes

  • Improved performance of determining if a URL is absolute -- by :user:bdraco.

    The property :attr:~yarl.URL.absolute is more performant than the method URL.is_absolute() and preferred when newer versions of yarl are used.

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

  • Replaced code that can now be handled by yarl -- by :user:bdraco.

    Related issues and pull requests on GitHub:

... (truncated)

Commits

Updates debugpy from 1.8.5 to 1.8.6

Release notes

Sourced from debugpy's releases.

debugpy v1.8.6

Consuming PyDev.Debugger's sys.monitoring support to improve performance of debugging 3.12

Fixes microsoft/debugpy#1496

Making attach work for 3.12

Fixes microsoft/debugpy#1476

Commits

Updates google-api-python-client from 2.146.0 to 2.147.0

Release notes

Sourced from google-api-python-client's releases.

v2.147.0

2.147.0 (2024-09-24)

Features

Bug Fixes

Commits

Updates google-generativeai from 0.8.1 to 0.8.2

Release notes

Sourced from google-generativeai's releases.

v0.8.2 - Add parameters for 002

What's Changed

Full Changelog: google-gemini/generative-ai-python@0.8.1...v0.8.2

Commits

Updates greenlet from 3.0.3 to 3.1.1

Changelog

Sourced from greenlet's changelog.

3.1.1 (2024-09-20)

  • Fix crashes on 32-bit PPC Linux. Note that there is no CI for this, and support is best effort; there may be other issues lurking. See issue 422 <https://github.com/python-greenlet/greenlet/issues/422>_.
  • Remove unnecessary logging sometimes during interpreter shutdown. See issue 426 <https://github.com/python-greenlet/greenlet/issues/426>_.
  • Fix some crashes on 32-bit PPC MacOS. This is a very old platform, and is only known to be tested on beta versions of an operating system that was never released, using the GCC 14 only provided by MacPorts; it may or may not work on the final MacOS X release that supported 32-bit PowerPC. It has the known issue of leaking memory when greenlets are used in multiple threads. Help debugging this would be appreciated. See PR 419 <https://github.com/python-greenlet/greenlet/pull/419>_.

3.1.0 (2024-09-10)

.. note::

This will be the last release to support Python 3.7 and 3.8.
  • Adds support for Python 3.13.

.. note::

greenlet will not work in no-gil (free threaded) builds of CPython. Internally, greenlet heavily depends on the GIL.

  • Greatly reduce the chances for crashes during interpreter shutdown. See issue 411 <https://github.com/python-greenlet/greenlet/issues/411>_.

Platform Support

Support for the following platforms was contributed by the community. Note that they are untested by this project's continuous integration services.

  • Hitachi's SuperH CPU <https://github.com/python-greenlet/greenlet/issues/166>_.
  • NetBSD on PowerPC. <https://github.com/python-greenlet/greenlet/pull/402>_
  • RiscV 64 with -fno-omit-frame-pointer <https://github.com/python-greenlet/greenlet/pull/404>. Note that there are known test failures <https://github.com/python-greenlet/greenlet/issues/403>, so this

... (truncated)

Commits
  • dd0a948 Preparing release 3.1.1
  • ab8d3bc Disable thread-local cleanup on 32-bit MacOS PPC with GCC. This will result i...
  • e9db22a Merge pull request #429 from python-greenlet/issue419redux
  • 6081a16 Merge pull request #419 from barracuda156/powerpc
  • dbf311a Greater safety and fewer assumptions doing cross-thread cleanup.
  • 9e8a90b Set back greenlet_thread_state.hpp file
  • 1bf374f Duplicate greenlet_thread_state.hpp history.
  • 64e0b4f Copy greenlet_thread_state.hpp into TThreadStateCreator.hpp
  • 358a2e8 Keep greenlet_thread_state.hpp
  • 5144f70 Sigh. Pip hides compiler output which is, you know, important, and the only w...
  • Additional commits viewable in compare view

Updates grpcio from 1.66.1 to 1.66.2

Release notes

Sourced from grpcio's releases.

Release v1.66.2

This is release gRPC Core 1.66.2 (gladiator).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

What's Changed

Python

  • Added support for Python 3.13 and templating system for supported Python versions (#37643)

Full Changelog: grpc/grpc@v1.66.1...v1.66.2

Commits
  • f686ffe [Release] Bump version to 1.66.2 (on v1.66.x branch) (#37812)
  • 1ce45ed [Backport 1.66.x] increased timeout for armv7 artifact build to 2 hours (#378...
  • 4ca1787 [Backport to v1.66.x] Add templating and support for Python 3.13 (#37643) (#3...
  • See full diff in compare view

Updates huggingface-hub from 0.25.0 to 0.25.1

Release notes

Sourced from huggingface-hub's releases.

[v0.25.1]: Raise error if encountered in chat completion SSE stream

Full Changelog : v0.25.0...v0.25.1 For more details, refer to the related PR #2558

Commits

Updates openai from 1.47.0 to 1.50.2

Release notes

Sourced from openai's releases.

v1.50.2

1.50.2 (2024-09-27)

Full Changelog: v1.50.1...v1.50.2

Bug Fixes

  • audio: correct types for transcriptions / translations (#1755) (76c1f3f)

v1.50.1

1.50.1 (2024-09-27)

Full Changelog: v1.50.0...v1.50.1

Documentation

v1.50.0

1.50.0 (2024-09-26)

Full Changelog: v1.49.0...v1.50.0

Features

  • structured outputs: add support for accessing raw responses (#1748) (0189e28)

Chores

  • pydantic v1: exclude specific properties when rich printing (#1751) (af535ce)

v1.49.0

1.49.0 (2024-09-26)

Full Changelog: v1.48.0...v1.49.0

Features

Chores

v1.48.0

1.48.0 (2024-09-25)

Full Changelog: v1.47.1...v1.48.0

... (truncated)

Changelog

Sourced from openai's changelog.

1.50.2 (2024-09-27)

Full Changelog: v1.50.1...v1.50.2

Bug Fixes

  • audio: correct types for transcriptions / translations (#1755) (76c1f3f)

1.50.1 (2024-09-27)

Full Changelog: v1.50.0...v1.50.1

Documentation

1.50.0 (2024-09-26)

Full Changelog: v1.49.0...v1.50.0

Features

  • structured outputs: add support for accessing raw responses (#1748) (0189e28)

Chores

  • pydantic v1: exclude specific properties when rich printing (#1751) (af535ce)

1.49.0 (2024-09-26)

Full Changelog: v1.48.0...v1.49.0

Features

Chores

1.48.0 (2024-09-25)

Full Changelog: v1.47.1...v1.48.0

Features

  • client: allow overriding retry count header (#1745) (9f07d4d)

... (truncated)

Commits

Updates prompt-toolkit from 3.0.47 to 3.0.48

Release notes

Sourced from prompt-toolkit's releases.

3.0.48

Fixes:

  • Typing improvements:
    • Add @overload to contrib.regular_languages.compiler.Variables.get.
    • Use Sequence instead of list for words argument in completers.
  • Improve ModalCursorShapeConfig:
    • Display an "underscore" cursor in Vi's "replace single" mode, like "replace" mode.
    • Display an "beam" cursor in Emacs (insert) mode.
Changelog

Sourced from prompt-toolkit's changelog.

3.0.48: 2024-09-25

Fixes:

  • Typing improvements:
    • Add @overload to contrib.regular_languages.compiler.Variables.get.
    • Use Sequence instead of list for words argument in completers.
  • Improve ModalCursorShapeConfig:
    • Display an "underscore" cursor in Vi's "replace single" mode, like "replace" mode.
    • Display an "beam" cursor in Emacs (insert) mode.
Commits

Updates yarl from 1.11.1 to 1.13.1

Release notes

Sourced from yarl's releases.

1.13.1

Miscellaneous internal changes

  • Improved performance of calling :py:meth:~yarl.URL.build with authority -- by :user:bdraco.

    Related issues and pull requests on GitHub: #1163.


1.13.0

Bug fixes

  • Started rejecting ASCII hostnames with invalid characters. For host strings that look like authority strings, the exception message includes advice on what to do instead -- by :user:mjpieters.

    Related issues and pull requests on GitHub: #880, #954.

  • Fixed IPv6 addresses missing brackets when the :class:~yarl.URL was converted to a string -- by :user:bdraco.

    Related issues and pull requests on GitHub: #1157, #1158.

Features

  • Added :attr:~yarl.URL.host_subcomponent which returns the :rfc:3986#section-3.2.2 host subcomponent -- by :user:bdraco.

    The only current practical difference between :attr:~yarl.URL.raw_host and :attr:~yarl.URL.host_subcomponent is that IPv6 addresses are returned bracketed.

    Related issues and pull requests on GitHub: #1159.


1.12.1

No significant changes.

This release was created because the signatures failed to upload for 1.12.0


1.12.0

... (truncated)

Changelog

Sourced from yarl's changelog.

1.13.1

(2024-09-27)

Miscellaneous internal changes

  • Improved performance of calling :py:meth:~yarl.URL.build with authority -- by :user:bdraco.

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


1.13.0

(2024-09-26)

Bug fixes

  • Started rejecting ASCII hostnames with invalid characters. For host strings that look like authority strings, the exception message includes advice on what to do instead -- by :user:mjpieters.

    Related issues and pull requests on GitHub: :issue:880, :issue:954.

  • Fixed IPv6 addresses missing brackets when the :class:~yarl.URL was converted to a string -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:1157, :issue:1158.

Features

  • Added :attr:~yarl.URL.host_subcomponent which returns the :rfc:3986#section-3.2.2 host subcomponent -- by :user:bdraco.

    The only current practical difference between :attr:~yarl.URL.raw_host and :attr:~yarl.URL.host_subcomponent is that IPv6 addresses are returned bracketed.

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

... (truncated)

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

Bumps the all-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs) | `2.4.0` | `2.4.2` |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.10.5` | `3.10.8` |
| [debugpy](https://github.com/microsoft/debugpy) | `1.8.5` | `1.8.6` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.146.0` | `2.147.0` |
| [google-generativeai](https://github.com/google/generative-ai-python) | `0.8.1` | `0.8.2` |
| [greenlet](https://github.com/python-greenlet/greenlet) | `3.0.3` | `3.1.1` |
| [grpcio](https://github.com/grpc/grpc) | `1.66.1` | `1.66.2` |
| [huggingface-hub](https://github.com/huggingface/huggingface_hub) | `0.25.0` | `0.25.1` |
| [openai](https://github.com/openai/openai-python) | `1.47.0` | `1.50.2` |
| [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | `3.0.47` | `3.0.48` |
| [yarl](https://github.com/aio-libs/yarl) | `1.11.1` | `1.13.1` |


Updates `aiohappyeyeballs` from 2.4.0 to 2.4.2
- [Release notes](https://github.com/aio-libs/aiohappyeyeballs/releases)
- [Changelog](https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md)
- [Commits](aio-libs/aiohappyeyeballs@v2.4.0...v2.4.2)

Updates `aiohttp` from 3.10.5 to 3.10.8
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.10.5...v3.10.8)

Updates `debugpy` from 1.8.5 to 1.8.6
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](microsoft/debugpy@v1.8.5...v1.8.6)

Updates `google-api-python-client` from 2.146.0 to 2.147.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.146.0...v2.147.0)

Updates `google-generativeai` from 0.8.1 to 0.8.2
- [Release notes](https://github.com/google/generative-ai-python/releases)
- [Changelog](https://github.com/google-gemini/generative-ai-python/blob/main/RELEASE.md)
- [Commits](google-gemini/generative-ai-python@0.8.1...v0.8.2)

Updates `greenlet` from 3.0.3 to 3.1.1
- [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst)
- [Commits](python-greenlet/greenlet@3.0.3...3.1.1)

Updates `grpcio` from 1.66.1 to 1.66.2
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.66.1...v1.66.2)

Updates `huggingface-hub` from 0.25.0 to 0.25.1
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.25.0...v0.25.1)

Updates `openai` from 1.47.0 to 1.50.2
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.47.0...v1.50.2)

Updates `prompt-toolkit` from 3.0.47 to 3.0.48
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases)
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG)
- [Commits](prompt-toolkit/python-prompt-toolkit@3.0.47...3.0.48)

Updates `yarl` from 1.11.1 to 1.13.1
- [Release notes](https://github.com/aio-libs/yarl/releases)
- [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst)
- [Commits](aio-libs/yarl@v1.11.1...v1.13.1)

---
updated-dependencies:
- dependency-name: aiohappyeyeballs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: debugpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google-generativeai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: greenlet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: huggingface-hub
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: prompt-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: yarl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2024
@Elias2660 Elias2660 merged commit 14afb20 into main Sep 30, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot-pip-all-dependencies-b5325cd533 branch September 30, 2024 15:42
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant