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

Bump the dependencies group across 1 directory with 21 updates #5072

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the dependencies group with 21 updates in the / directory:

Package From To
packaging 24.1 24.2
contourpy 1.3.0 1.3.1
coverage 7.6.4 7.6.7
db-dtypes 1.3.0 1.3.1
django-cors-headers 4.5.0 4.6.0
et-xmlfile 1.1.0 2.0.0
fonttools 4.54.1 4.55.0
google-api-python-client 2.149.0 2.153.0
google-auth 2.35.0 2.36.0
google-cloud-bigquery 3.26.0 3.27.0
googleapis-common-protos 1.65.0 1.66.0
grpcio 1.67.0 1.68.0
networkx 3.4.1 3.4.2
numpy 2.1.2 2.1.3
proto-plus 1.24.0 1.25.0
pyarrow 17.0.0 18.0.0
requests-futures 1.0.1 1.0.2
selenium 4.25.0 4.26.1
sqlparse 0.5.1 0.5.2
watchdog 5.0.3 6.0.0
wheel 0.44.0 0.45.0

Updates packaging from 24.1 to 24.2

Release notes

Sourced from packaging's releases.

24.2

What's Changed

New Contributors

Full Changelog: pypa/packaging@24.1...24.2

Changelog

Sourced from packaging's changelog.

24.2 - 2024-11-08


* PEP 639: Implement License-Expression and License-File (:issue:`828`)
* Use ``!r`` formatter for error messages with filenames (:issue:`844`)
* Add support for PEP 730 iOS tags (:issue:`832`)
* Fix prerelease detection for ``>`` and ``<`` (:issue:`794`)
* Fix uninformative error message (:issue:`830`)
* Refactor ``canonicalize_version`` (:issue:`793`)
* Patch python_full_version unconditionally (:issue:`825`)
* Fix doc for ``canonicalize_version`` to mention ``strip_trailing_zero`` and a typo in a docstring (:issue:`801`)
* Fix typo in Version ``__str__`` (:issue:`817`)
* Support creating a ``SpecifierSet`` from an iterable of ``Specifier`` objects (:issue:`775`)
Commits
  • d8e3b31 Bump for release
  • 2de393d Update changelog for release
  • 9c66f5c Remove extraneous quotes in f-strings by using !r (#848)
  • 4dc334c Upgrade to latest mypy (#853)
  • d1a9f93 Bump the github-actions group with 4 updates (#852)
  • 029f415 PEP 639: Implement License-Expression and License-File (#828)
  • 6c338a8 Use !r formatter for error messages with filenames. (#844)
  • 28e7da7 Add a comment as to why Metadata.name isn't normalized (#842)
  • ce0d79c Mention updating changelog in release process (#841)
  • ac5bdf3 Update the changelog to reflect 24.1 changes (#840)
  • Additional commits viewable in compare view

Updates contourpy from 1.3.0 to 1.3.1

Release notes

Sourced from contourpy's releases.

Version 1.3.1

ContourPy 1.3.1 is a compatibility release to support changes in bokeh, meson-python and pybind11.

This release supports Python 3.10 to 3.13.

Compatibility:

  • Drop support for Python 3.9 (#435)
  • Update to bokeh 3.6.0 (#444)
  • Update minimum pybind11 to 2.13.2 (#451)
  • Read meson-python version in recommended way (#452)

Code improvements:

  • Use itertools.pairwise instead of zip where possible (#437)
  • Typing changes from ruff UP035 and UP038 (#438)

Build, testing and CI improvements:

  • Tidy up python 3.13 CI (#449)
  • Build Python 3.13t wheels on Windows (#450)
Changelog

Sourced from contourpy's changelog.

v1.3.1 (2024-11-12)

ContourPy 1.3.1 is a compatibility release to support changes in bokeh, meson-python and pybind11.

This release supports Python 3.10 to 3.13.

Compatibility:

  • Drop support for Python 3.9 (:pr:435)
  • Update to bokeh 3.6.0 (:pr:444)
  • Update minimum pybind11 to 2.13.2 (:pr:451)
  • Read meson-python version in recommended way (:pr:452)

Code improvements:

  • Use itertools.pairwise instead of zip where possible (:pr:437)
  • Typing changes from ruff UP035 and UP038 (:pr:438)

Build, testing and CI improvements:

  • Tidy up python 3.13 CI (:pr:449)
  • Build Python 3.13t wheels on Windows (:pr:450)
Commits
  • 1b253ba Prepare for v1.3.1 release (#453)
  • 7b69bf6 Read meson-python in recommended way (#452)
  • 1429fbf Update minimum pybind11 to 2.13.2 (#451)
  • 27160ab Build Python 3.13t wheels on Windows (#450)
  • 3305bd4 Tidy up python 3.13 CI (#449)
  • 513926b Bump pypa/cibuildwheel from 2.21.2 to 2.21.3 in the actions group (#447)
  • d4c9712 Bump pypa/cibuildwheel from 2.21.1 to 2.21.2 in the actions group (#446)
  • 08dc621 ci: Bump scientific-python/upload-nightly-action from 0.6.0 to 0.6.1 (#445)
  • 87344a6 Update to bokeh 3.6.0 (#444)
  • c12cb4d Bump scientific-python/upload-nightly-action in the actions group (#443)
  • Additional commits viewable in compare view

Updates coverage from 7.6.4 to 7.6.7

Changelog

Sourced from coverage's changelog.

Version 7.6.7 — 2024-11-15

  • fix: ugh, the other assert from 7.6.5 can also be encountered in the wild, so it's been restored to a conditional. Sorry for the churn.

.. _changes_7-6-6:

Version 7.6.6 — 2024-11-15

  • One of the new asserts from 7.6.5 caused problems in real projects, as reported in issue 1891_. The assert has been removed.

.. _issue 1891: nedbat/coveragepy#1891

.. _changes_7-6-5:

Version 7.6.5 — 2024-11-14

  • fix: fine-tuned the exact Python version (3.12.6) when exiting from with statements changed how they traced. This affected whether people saw the fix for issue 1880_.

  • fix: isolate our code more from mocking in the os module that in rare cases can cause bizarre behavior <pytest-cov-666_>_.

  • refactor: some code unreachable code paths in parser.py were changed to asserts. If you encounter any of these, please let me know!

.. _pytest-cov-666: pytest-dev/pytest-cov#666

.. _changes_7-6-4:

Commits
  • af89ebb docs: sample HTML for 7.6.7
  • c723de2 docs: prep for 7.6.7
  • 898e94a fix: another possible assert changed back to a conditional.
  • 42961d6 build: tweaks to release process
  • 1a09d4a build: bump version
  • c26fc6e docs: sample HTML for 7.6.6
  • 79ad469 docs: prep for 7.6.6
  • 98939c9 fix: this assert is possible, remove it. #1891
  • ad4a4ff build: automate the 'final' version
  • e1502e6 build: bump version
  • Additional commits viewable in compare view

Updates db-dtypes from 1.3.0 to 1.3.1

Release notes

Sourced from db-dtypes's releases.

v1.3.1

1.3.1 (2024-11-12)

Bug Fixes

  • Dbjson serialization with most compact JSON representation (#299) (c5e9a10)
  • Support correct numpy construction for dbjson dtype in pandas 1.5 (#297) (f413f35)
  • Support dbjson type on pandas version 1.5 (#295) (4b84e4a)
Changelog

Sourced from db-dtypes's changelog.

1.3.1 (2024-11-12)

Bug Fixes

  • Dbjson serialization with most compact JSON representation (#299) (c5e9a10)
  • Support correct numpy construction for dbjson dtype in pandas 1.5 (#297) (f413f35)
  • Support dbjson type on pandas version 1.5 (#295) (4b84e4a)
Commits
  • 55cbc66 chore(main): release 1.3.1 (#296)
  • f413f35 fix: support correct numpy construction for dbjson dtype in pandas 1.5 (#297)
  • 2bc6a1c chore(python): update dependencies in .kokoro/docker/docs (#301)
  • 83e9382 chore(python): remove obsolete release scripts and config files (#300)
  • 3b5d21e build: use multiScm for Kokoro release builds (#294)
  • c5e9a10 fix: dbjson serialization with most compact JSON representation (#299)
  • 4b84e4a fix: support dbjson type on pandas version 1.5 (#295)
  • 36109b1 chore: Adds python eol deprecation warning (#292)
  • fc54e70 chore(deps): update all dependencies (#290)
  • 81219d0 build(python): release script update (#289)
  • See full diff in compare view

Updates django-cors-headers from 4.5.0 to 4.6.0

Changelog

Sourced from django-cors-headers's changelog.

4.6.0 (2024-10-29)

  • Drop Django 3.2 to 4.1 support.
Commits

Updates et-xmlfile from 1.1.0 to 2.0.0

Updates fonttools from 4.54.1 to 4.55.0

Release notes

Sourced from fonttools's releases.

4.55.0

  • [cffLib.specializer] Adjust stack use calculation (#3689)
  • [varLib] Lets not add mac names if the rest of name doesn't have them (#3688)
  • [ttLib.reorderGlyphs] Update CFF table charstrings and charset (#3682)
  • [cffLib.specializer] Add cmdline to specialize a CFF2 font (#3675, #3679)
  • [CFF2] Lift uint16 VariationStore.length limitation (#3674)
  • [subset] consider variation selectors subsetting cmap14 (#3672)
  • [varLib.interpolatable] Support CFF2 fonts (#3670)
  • Set isfinal to true in XML parser for proper resource cleanup (#3669)
  • [removeOverlaps] Fix CFF CharString width (#3659)
  • [glyf] Add optimizeSize option (#3657)
  • Python 3.13 support (#3656)
  • [TupleVariation] Optimize for loading speed, not size (#3650, #3653)
Changelog

Sourced from fonttools's changelog.

4.55.0 (released 2024-11-14)

  • [cffLib.specializer] Adjust stack use calculation (#3689)
  • [varLib] Lets not add mac names if the rest of name doesn't have them (#3688)
  • [ttLib.reorderGlyphs] Update CFF table charstrings and charset (#3682)
  • [cffLib.specializer] Add cmdline to specialize a CFF2 font (#3675, #3679)
  • [CFF2] Lift uint16 VariationStore.length limitation (#3674)
  • [subset] consider variation selectors subsetting cmap14 (#3672)
  • [varLib.interpolatable] Support CFF2 fonts (#3670)
  • Set isfinal to true in XML parser for proper resource cleanup (#3669)
  • [removeOverlaps] Fix CFF CharString width (#3659)
  • [glyf] Add optimizeSize option (#3657)
  • Python 3.13 support (#3656)
  • [TupleVariation] Optimize for loading speed, not size (#3650, #3653)
Commits
  • 6ad1c31 Release 4.55.0
  • c4f8370 Merge pull request #3690 from fonttools/news
  • 417b0a8 Update NEWS.rst
  • c0c89e1 Update news.rst for next release
  • 919c1a9 Merge pull request #3685 from fonttools/pyup-scheduled-update-2024-11-11
  • b49335e Merge pull request #3686 from fonttools/dependabot/github_actions/pypa/gh-act...
  • 4a18869 Merge pull request #3688 from fonttools/name_consistency
  • b371f23 fontBuilder: don't add mac names for fvar and STAT if name table hasn't any
  • d2ce6e0 check for mac names in buildVFStatTable for DSv5 sources with STAT data
  • 991e791 Lets not add inconsistent names?
  • Additional commits viewable in compare view

Updates google-api-python-client from 2.149.0 to 2.153.0

Release notes

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

v2.153.0

2.153.0 (2024-11-12)

Features

v2.152.0

2.152.0 (2024-11-07)

Features

... (truncated)

Commits

Updates google-auth from 2.35.0 to 2.36.0

Release notes

Sourced from google-auth's releases.

v2.36.0

2.36.0 (2024-10-30)

Features

  • IAM signblob retries (#1600) (484c8db)
  • Making iam endpoint universe-aware (#1604) (16c728d)
  • Support External Account Authorized User as a Source Credential for impersonated credentials in ADC (#1608) (875796c)

Bug Fixes

Changelog

Sourced from google-auth's changelog.

2.36.0 (2024-10-30)

Features

  • IAM signblob retries (#1600) (484c8db)
  • Making iam endpoint universe-aware (#1604) (16c728d)
  • Support External Account Authorized User as a Source Credential for impersonated credentials in ADC (#1608) (875796c)

Bug Fixes

Commits

Updates google-cloud-bigquery from 3.26.0 to 3.27.0

Release notes

Sourced from google-cloud-bigquery's releases.

v3.27.0

3.27.0 (2024-11-01)

Features

  • Updates to allow users to set max_stream_count (#2039) (7372ad6)
Changelog

Sourced from google-cloud-bigquery's changelog.

3.27.0 (2024-11-01)

Features

  • Updates to allow users to set max_stream_count (#2039) (7372ad6)
Commits
  • 53c289e chore(main): release 3.27.0 (#2040)
  • fef8b88 chore: two fixit fixes (#2050)
  • 7b03d61 build: use multiScm for Kokoro release builds (#2049)
  • 7372ad6 feat: updates to allow users to set max_stream_coun...

    Description has been truncated

Bumps the dependencies group with 21 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [packaging](https://github.com/pypa/packaging) | `24.1` | `24.2` |
| [contourpy](https://github.com/contourpy/contourpy) | `1.3.0` | `1.3.1` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.4` | `7.6.7` |
| [db-dtypes](https://github.com/googleapis/python-db-dtypes-pandas) | `1.3.0` | `1.3.1` |
| [django-cors-headers](https://github.com/adamchainz/django-cors-headers) | `4.5.0` | `4.6.0` |
| [et-xmlfile](https://foss.heptapod.net/openpyxl/et_xmlfile) | `1.1.0` | `2.0.0` |
| [fonttools](https://github.com/fonttools/fonttools) | `4.54.1` | `4.55.0` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.149.0` | `2.153.0` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.35.0` | `2.36.0` |
| [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | `3.26.0` | `3.27.0` |
| [googleapis-common-protos](https://github.com/googleapis/python-api-common-protos) | `1.65.0` | `1.66.0` |
| [grpcio](https://github.com/grpc/grpc) | `1.67.0` | `1.68.0` |
| [networkx](https://github.com/networkx/networkx) | `3.4.1` | `3.4.2` |
| [numpy](https://github.com/numpy/numpy) | `2.1.2` | `2.1.3` |
| [proto-plus](https://github.com/googleapis/proto-plus-python) | `1.24.0` | `1.25.0` |
| [pyarrow](https://github.com/apache/arrow) | `17.0.0` | `18.0.0` |
| [requests-futures](https://github.com/ross/requests-futures) | `1.0.1` | `1.0.2` |
| [selenium](https://github.com/SeleniumHQ/Selenium) | `4.25.0` | `4.26.1` |
| [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.5.1` | `0.5.2` |
| [watchdog](https://github.com/gorakhargosh/watchdog) | `5.0.3` | `6.0.0` |
| [wheel](https://github.com/pypa/wheel) | `0.44.0` | `0.45.0` |



Updates `packaging` from 24.1 to 24.2
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@24.1...24.2)

Updates `contourpy` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/contourpy/contourpy/releases)
- [Changelog](https://github.com/contourpy/contourpy/blob/main/docs/changelog.rst)
- [Commits](contourpy/contourpy@v1.3.0...v1.3.1)

Updates `coverage` from 7.6.4 to 7.6.7
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.4...7.6.7)

Updates `db-dtypes` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/googleapis/python-db-dtypes-pandas/releases)
- [Changelog](https://github.com/googleapis/python-db-dtypes-pandas/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-db-dtypes-pandas@v1.3.0...v1.3.1)

Updates `django-cors-headers` from 4.5.0 to 4.6.0
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/django-cors-headers@4.5.0...4.6.0)

Updates `et-xmlfile` from 1.1.0 to 2.0.0

Updates `fonttools` from 4.54.1 to 4.55.0
- [Release notes](https://github.com/fonttools/fonttools/releases)
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
- [Commits](fonttools/fonttools@4.54.1...4.55.0)

Updates `google-api-python-client` from 2.149.0 to 2.153.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.149.0...v2.153.0)

Updates `google-auth` from 2.35.0 to 2.36.0
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python@v2.35.0...v2.36.0)

Updates `google-cloud-bigquery` from 3.26.0 to 3.27.0
- [Release notes](https://github.com/googleapis/python-bigquery/releases)
- [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-bigquery@v3.26.0...v3.27.0)

Updates `googleapis-common-protos` from 1.65.0 to 1.66.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.65.0...v1.66.0)

Updates `grpcio` from 1.67.0 to 1.68.0
- [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.67.0...v1.68.0)

Updates `networkx` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/networkx/networkx/releases)
- [Commits](networkx/networkx@networkx-3.4.1...networkx-3.4.2)

Updates `numpy` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.1.2...v2.1.3)

Updates `proto-plus` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/googleapis/proto-plus-python/releases)
- [Changelog](https://github.com/googleapis/proto-plus-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/proto-plus-python@v1.24.0...v1.25.0)

Updates `pyarrow` from 17.0.0 to 18.0.0
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@go/v17.0.0...apache-arrow-18.0.0)

Updates `requests-futures` from 1.0.1 to 1.0.2
- [Changelog](https://github.com/ross/requests-futures/blob/main/CHANGELOG.md)
- [Commits](ross/requests-futures@v1.0.1...v1.0.2)

Updates `selenium` from 4.25.0 to 4.26.1
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/commits)

Updates `sqlparse` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/andialbrecht/sqlparse/releases)
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](andialbrecht/sqlparse@0.5.1...0.5.2)

Updates `watchdog` from 5.0.3 to 6.0.0
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](gorakhargosh/watchdog@v5.0.3...v6.0.0)

Updates `wheel` from 0.44.0 to 0.45.0
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.44.0...0.45.0)

---
updated-dependencies:
- dependency-name: packaging
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: contourpy
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: db-dtypes
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: django-cors-headers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: et-xmlfile
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: fonttools
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google-auth
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google-cloud-bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: googleapis-common-protos
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: grpcio
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: networkx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: proto-plus
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyarrow
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: requests-futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: selenium
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sqlparse
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: watchdog
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: wheel
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 18, 2024
@evansd evansd merged commit 80d0cea into main Nov 18, 2024
5 checks passed
@evansd evansd deleted the dependabot/pip/dependencies-b64994e3ec branch November 18, 2024 09:48
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant