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 13 updates #30

Merged
merged 2 commits into from
Sep 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-dependencies group with 13 updates:

Package From To
certifi 2024.7.4 2024.8.30
executing 2.0.1 2.1.0
google-api-core 2.19.1 2.19.2
google-api-python-client 2.142.0 2.143.0
googleapis-common-protos 1.63.2 1.65.0
grpcio 1.66.0 1.66.1
httpx 0.27.0 0.27.2
ipython 8.26.0 8.27.0
openai 1.42.0 1.43.0
pyee 11.1.0 12.0.0
websockets 13.0 13.0.1
yarl 1.9.4 1.9.7
zipp 3.20.0 3.20.1

Updates certifi from 2024.7.4 to 2024.8.30

Commits

Updates executing from 2.0.1 to 2.1.0

Release notes

Sourced from executing's releases.

v2.1.0

What's Changed

New Contributors

Full Changelog: alexmojaki/executing@v2.0.1...v2.1.0

Commits
  • 8827340 add 3.13 to setup.cfg classifiers
  • aa34030 test: optimized test preformance by moving deadcode check to the end (#89)
  • 6428317 Catch exception if node is in unexpected statement (#84)
  • ea6a695 Merge pull request #80 from alexmojaki/3.13
  • de6b2fa doc: review changes
  • 960dee1 fix: removed unused verification
  • c4f1862 fix: handle firstlineno
  • dc03e8c refactor: review changes
  • d55eb52 test: skip module tests for now
  • 6425ffb test(3.13): added sample_results
  • Additional commits viewable in compare view

Updates google-api-core from 2.19.1 to 2.19.2

Release notes

Sourced from google-api-core's releases.

v2.19.2

2.19.2 (2024-08-16)

Bug Fixes

  • Fail gracefully if could not import rpc_status module (#680) (7ccbf57)
Changelog

Sourced from google-api-core's changelog.

2.19.2 (2024-08-16)

Bug Fixes

  • Fail gracefully if could not import rpc_status module (#680) (7ccbf57)
Commits

Updates google-api-python-client from 2.142.0 to 2.143.0

Release notes

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

v2.143.0

2.143.0 (2024-08-27)

Features

Commits

Updates googleapis-common-protos from 1.63.2 to 1.65.0

Release notes

Sourced from googleapis-common-protos's releases.

v1.65.0

1.65.0 (2024-08-27)

Features

  • Add field experimental_features to message PythonSettings (#249) (139490f)

v1.64.0

1.64.0 (2024-08-26)

Features

  • Add FieldInfo.referenced_types for generics (2ba3577)

Bug Fixes

  • Un-deprecate Endpoint.aliases field (2ba3577)

Documentation

  • Fix formatting in http.proto comments (2ba3577)
  • Improve MethodSettings selector examples (2ba3577)
  • Reformat comments in context proto (2ba3577)
  • Update ResourceDescriptor.plural docs with AIP-122 nested collections guidance (2ba3577)
Changelog

Sourced from googleapis-common-protos's changelog.

1.65.0 (2024-08-27)

Features

  • Add field experimental_features to message PythonSettings (#249) (139490f)

1.64.0 (2024-08-26)

Features

  • Add FieldInfo.referenced_types for generics (2ba3577)

Bug Fixes

  • Un-deprecate Endpoint.aliases field (2ba3577)

Documentation

  • Fix formatting in http.proto comments (2ba3577)
  • Improve MethodSettings selector examples (2ba3577)
  • Reformat comments in context proto (2ba3577)
  • Update ResourceDescriptor.plural docs with AIP-122 nested collections guidance (2ba3577)
Commits

Updates grpcio from 1.66.0 to 1.66.1

Release notes

Sourced from grpcio's releases.

Release v1.66.1

This is release gRPC Core 1.66.1 (gladiator).

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

This release contains refinements, improvements, and bug fixes.

Core

Commits
  • e821cdc [Release] Bump version to 1.66.1 (on v1.66.x branch) (#37570)
  • c8ada9c [dualstack] enable EDS dualstack support by default (backport to 1.66.x) (#37...
  • See full diff in compare view

Updates httpx from 0.27.0 to 0.27.2

Release notes

Sourced from httpx's releases.

Version 0.27.2

0.27.2 (27th August, 2024)

Fixed

  • Reintroduced supposedly-private URLTypes shortcut. (#2673)

Version 0.27.1

0.27.1 (27th August, 2024)

Added

  • Support for zstd content decoding using the python zstandard package is added. Installable using httpx[zstd]. (#3139)

Fixed

  • Improved error messaging for InvalidURL exceptions. (#3250)
  • Fix app type signature in ASGITransport. (#3109)
Changelog

Sourced from httpx's changelog.

0.27.2 (27th August, 2024)

Fixed

  • Reintroduced supposedly-private URLTypes shortcut. (#2673)

0.27.1 (27th August, 2024)

Added

  • Support for zstd content decoding using the python zstandard package is added. Installable using httpx[zstd]. (#3139)

Fixed

  • Improved error messaging for InvalidURL exceptions. (#3250)
  • Fix app type signature in ASGITransport. (#3109)
Commits

Updates ipython from 8.26.0 to 8.27.0

Commits
  • 82690a0 release 8.27.0
  • 7af1c01 Whats new 8.27 (#14508)
  • ef9d41e Whats new 8.27
  • 5c8bc51 Fix completion in indented lines dropping prefix when jedi is disabled (#14474)
  • 6bde8f6 Don't force matplotlib backend names to be lowercase (#14475)
  • d5762c1 Fix showing SystemExit exception raise inside except handler (#14503)
  • 82eba44 Fix some tests on Python 3.13 RC1 (#14504)
  • 2e34c77 Autoformat with darker
  • 44bffab Relax string checks in test_pinfo_docstring_dynamic
  • 7ea81cd Fix test_decorator_skip_with_breakpoint() on Python 3.13
  • Additional commits viewable in compare view

Updates openai from 1.42.0 to 1.43.0

Release notes

Sourced from openai's releases.

v1.43.0

1.43.0 (2024-08-29)

Full Changelog: v1.42.0...v1.43.0

Features

  • api: add file search result details to run steps (#1681) (f5449c0)
Changelog

Sourced from openai's changelog.

1.43.0 (2024-08-29)

Full Changelog: v1.42.0...v1.43.0

Features

  • api: add file search result details to run steps (#1681) (f5449c0)
Commits

Updates pyee from 11.1.0 to 12.0.0

Release notes

Sourced from pyee's releases.

Release v12.0.0

2024/08/30 Version 12.0.0

  • Remove deprecated imports:
    • pyee.BaseEventEmitter
    • pyee.AsyncIOEventEmitter
    • pyee.TwistedEventEmitter
    • pyee.ExecutorEventEmitter
    • pyee.TrioEventEmitter
  • Add PyeeError which inherits from PyeeException, and use throughout
  • Deprecate direct use of PyeeException

Release v11.1.1

2024/08/30 Version 11.1.1

  • Add project URLs to pyproject.toml and PyPI
  • Use ActionLint v2
  • Fix GitHub release action
Changelog

Sourced from pyee's changelog.

2024/08/30 Version 12.0.0

  • Remove deprecated imports:
    • pyee.BaseEventEmitter
    • pyee.AsyncIOEventEmitter
    • pyee.TwistedEventEmitter
    • pyee.ExecutorEventEmitter
    • pyee.TrioEventEmitter
  • Add PyeeError which inherits from PyeeException, and use throughout
  • Deprecate direct use of PyeeException

2024/08/30 Version 11.1.1

  • Add project URLs to pyproject.toml and PyPI
  • Use ActionLint v2
  • Fix GitHub release action
Commits

Updates websockets from 13.0 to 13.0.1

Release notes

Sourced from websockets's releases.

13.0.1

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

Commits
  • 157f790 Add provenance attestations.
  • 62d70f4 Restore speedups.c in source distribution.
  • 16456e2 Restore id-token permission.
  • ed2f21e Attempt to fix automatic creation of GitHub release.
  • See full diff in compare view

Updates yarl from 1.9.4 to 1.9.7

Release notes

Sourced from yarl's releases.

1.9.7

Removals and backward incompatible breaking changes

  • Removed support :rfc:3986#section-3.2.3 port normalization when the scheme is not one of http, https, wss, or ws -- by :user:bdraco.

    Support for port normalization was recently added in #1033 and contained code that would do blocking I/O if the scheme was not one of the four listed above. The code has been removed because this library is intended to be safe for usage with asyncio.

    Related issues and pull requests on GitHub: #1076.

Miscellaneous internal changes

  • Improved performance of property caching -- by :user:bdraco.

    The reify implementation from aiohttp was adapted to replace the internal cached_property implementation.

    Related issues and pull requests on GitHub: #1070.


1.9.6

Bug fixes

  • Reverted :rfc:3986 compatible :meth:URL.join() <yarl.URL.join> honoring empty segments which was introduced in #1039.

    This change introduced a regression handling query string parameters with joined URLs. The change was reverted to maintain compatibility with the previous behavior.

    Related issues and pull requests on GitHub: #1067.


1.9.5

Bug fixes

  • Joining URLs with empty segments has been changed to match :rfc:3986.

    Previously empty segments would be removed from path, breaking use-cases such as

    .. code-block:: python

... (truncated)

Changelog

Sourced from yarl's changelog.

1.9.7

(2024-09-01)

Removals and backward incompatible breaking changes

  • Removed support :rfc:3986#section-3.2.3 port normalization when the scheme is not one of http, https, wss, or ws -- by :user:bdraco.

    Support for port normalization was recently added in :issue:1033 and contained code that would do blocking I/O if the scheme was not one of the four listed above. The code has been removed because this library is intended to be safe for usage with :mod:asyncio.

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

Miscellaneous internal changes

  • Improved performance of property caching -- by :user:bdraco.

    The reify implementation from aiohttp was adapted to replace the internal cached_property implementation.

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


1.9.6

(2024-08-30)

Bug fixes

  • Reverted :rfc:3986 compatible :meth:URL.join() <yarl.URL.join> honoring empty segments which was introduced in :issue:1039.

    This change introduced a regression handling query string parameters with joined URLs. The change was reverted to maintain compatibility with the previous behavior.

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


... (truncated)

Commits
  • 845f017 Release 1.9.7
  • 7c1220b Remove fallback to getservbyname in _get_default_port (#1076)
  • 6339581 Adapt aiohttp reify implementation to replace internal cached_property (#1070)
  • 2a3235e Add additional coverage for joining urls (#1066)
  • 94b6b51 🧪🚑 Fix coverage.py-included paths @ XML (#1074)
  • 3d5ce65 🧪 Bump MyPy to v1.11.2
  • 8aa3733 🧪 Add a MyPy run against Python 3.13 code paths
  • cbf0b9e 🧪💅 Lower-case bools in MyPy config
  • b253381 🧪 Drop leftover MyPy checked paths from config
  • a7f8007 🧪 Stop auto-installing MyPy type stubs
  • Additional commits viewable in compare view

Updates zipp from 3.20.0 to 3.20.1

Changelog

Sourced from zipp's changelog.

v3.20.1

Bugfixes

  • python/cpython#123270
Commits
  • c23e549 Finalize
  • c2b9015 Merge pull request #124 from jaraco/bugfix/gh-123270-supported-names
  • 774a3ac Add TODO to consolidate this behavior in CPython.
  • cc61e61 Prefer simpler path.rstrip to consolidate checks for empty or only paths.
  • bec712f Mark unused code as uncovered.
  • fde82dc Add news fragment.
  • a421f7e Invent DirtyZipInfo to create an unsanitized zipfile with backslashes.
  • 0a3a7b4 Refine expectation that paths with leading slashes are simply not visible.
  • f89b93f Address infinite loop when zipfile begins with more than one leading slash.
  • 3cb5609 Removed SanitizedNames.
  • Additional commits viewable in compare view

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 13 updates:

| Package | From | To |
| --- | --- | --- |
| [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.8.30` |
| [executing](https://github.com/alexmojaki/executing) | `2.0.1` | `2.1.0` |
| [google-api-core](https://github.com/googleapis/python-api-core) | `2.19.1` | `2.19.2` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.142.0` | `2.143.0` |
| [googleapis-common-protos](https://github.com/googleapis/python-api-common-protos) | `1.63.2` | `1.65.0` |
| [grpcio](https://github.com/grpc/grpc) | `1.66.0` | `1.66.1` |
| [httpx](https://github.com/encode/httpx) | `0.27.0` | `0.27.2` |
| [ipython](https://github.com/ipython/ipython) | `8.26.0` | `8.27.0` |
| [openai](https://github.com/openai/openai-python) | `1.42.0` | `1.43.0` |
| [pyee](https://github.com/jfhbrook/pyee) | `11.1.0` | `12.0.0` |
| [websockets](https://github.com/python-websockets/websockets) | `13.0` | `13.0.1` |
| [yarl](https://github.com/aio-libs/yarl) | `1.9.4` | `1.9.7` |
| [zipp](https://github.com/jaraco/zipp) | `3.20.0` | `3.20.1` |


Updates `certifi` from 2024.7.4 to 2024.8.30
- [Commits](certifi/python-certifi@2024.07.04...2024.08.30)

Updates `executing` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/alexmojaki/executing/releases)
- [Commits](alexmojaki/executing@v2.0.1...v2.1.0)

Updates `google-api-core` from 2.19.1 to 2.19.2
- [Release notes](https://github.com/googleapis/python-api-core/releases)
- [Changelog](https://github.com/googleapis/python-api-core/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-api-core@v2.19.1...v2.19.2)

Updates `google-api-python-client` from 2.142.0 to 2.143.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.142.0...v2.143.0)

Updates `googleapis-common-protos` from 1.63.2 to 1.65.0
- [Release notes](https://github.com/googleapis/python-api-common-protos/releases)
- [Changelog](https://github.com/googleapis/python-api-common-protos/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-api-common-protos@v1.63.2...v1.65.0)

Updates `grpcio` from 1.66.0 to 1.66.1
- [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.0...v1.66.1)

Updates `httpx` from 0.27.0 to 0.27.2
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.0...0.27.2)

Updates `ipython` from 8.26.0 to 8.27.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.26.0...8.27.0)

Updates `openai` from 1.42.0 to 1.43.0
- [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.42.0...v1.43.0)

Updates `pyee` from 11.1.0 to 12.0.0
- [Release notes](https://github.com/jfhbrook/pyee/releases)
- [Changelog](https://github.com/jfhbrook/pyee/blob/main/CHANGELOG.md)
- [Commits](jfhbrook/pyee@v11.1.0...v12.0.0)

Updates `websockets` from 13.0 to 13.0.1
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](python-websockets/websockets@13.0...13.0.1)

Updates `yarl` from 1.9.4 to 1.9.7
- [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.9.4...v1.9.7)

Updates `zipp` from 3.20.0 to 3.20.1
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.20.0...v3.20.1)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: executing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google-api-core
  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: googleapis-common-protos
  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: httpx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pyee
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: websockets
  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-patch
  dependency-group: all-dependencies
- dependency-name: zipp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 2, 2024
@Elias2660 Elias2660 merged commit 8e3557a into main Sep 2, 2024
9 checks passed
@dependabot dependabot bot deleted the dependabot-pip-all-dependencies-c97bbbc026 branch September 2, 2024 14:27
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