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

build(deps): bump the python-packages group with 6 updates #512

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps the python-packages group with 6 updates:

Package From To
pyarrow 19.0.0 19.0.1
boto3 1.36.3 1.37.1
commitizen 4.1.1 4.3.0
ruff 0.9.4 0.9.9
mypy 1.14.1 1.15.0
sphinx-autoapi 3.4.0 3.6.0

Updates pyarrow from 19.0.0 to 19.0.1

Release notes

Sourced from pyarrow's releases.

Apache Arrow 19.0.1

Release Notes URL: https://arrow.apache.org/release/19.0.1.html

Apache Arrow 19.0.1 RC1

Release Notes: Release Candidate: 19.0.1 RC1

Apache Arrow 19.0.1 RC0

Release Notes: Release Candidate: 19.0.1 RC0

Commits
  • 272715f MINOR: [Release] Update .deb/.rpm changelogs for 19.0.1
  • 68e47da MINOR: [Release] Update CHANGELOG.md for 19.0.1
  • 4a8fdc5 GH-45295: [Python][CI] Make download_tzdata_on_windows more robust and use tz...
  • 13a63b2 GH-45427: [Python] Fix version comparison in pandas compat for pandas 2.3 dev...
  • d94cf52 GH-45305: [CI][Python] Temporarily avoid newer boto3 version (#45311)
  • 7722b62 Update header in CHANGELOG.md
  • cbb438e MINOR: [Release] Update versions for 19.0.1
  • 0a5b4b8 MINOR: [Release] Update .deb/.rpm changelogs for 19.0.1
  • 411189f MINOR: [Release] Update CHANGELOG.md for 19.0.1
  • a37799a GH-45305: [CI] Bump Minio version and unpin boto3 (#45320)
  • Additional commits viewable in compare view

Updates boto3 from 1.36.3 to 1.37.1

Commits
  • 11b8494 Merge branch 'release-1.37.1'
  • ee0e648 Bumping version to 1.37.1
  • 6e0dc36 Add changelog entries from botocore
  • 0570a38 Merge branch 'release-1.37.0'
  • c4c0b75 Merge branch 'release-1.37.0' into develop
  • f806af4 Bumping version to 1.37.0
  • d09143b Add changelog entries from botocore
  • 351593a Update developer guide to include account ID based endpoints (#4446)
  • 816b744 Add account ID to boto3 session and client (#4444)
  • bbe3a8d Merge branch 'release-1.36.26'
  • Additional commits viewable in compare view

Updates commitizen from 4.1.1 to 4.3.0

Release notes

Sourced from commitizen's releases.

v4.3.0 (2025-02-28)

Feat

  • providers: add uv_provider

[master 63191a3e] bump: version 4.2.2 → 4.3.0 4 files changed, 10 insertions(+), 4 deletions(-)

v4.2.2 (2025-02-18)

Fix

  • bump: manual version bump if prerelease offset is configured

[master a330ac72] bump: version 4.2.1 → 4.2.2 4 files changed, 10 insertions(+), 4 deletions(-)

v4.2.1 (2025-02-08)

Fix

  • bump: add debugging to bump

[master 8519ca47] bump: version 4.2.0 → 4.2.1 4 files changed, 10 insertions(+), 4 deletions(-)

v4.2.0 (2025-02-07)

Feat

  • draft of the --empty parameter

Refactor

  • bump: rename --empty as --allow-no-commit

[master 98ae920d] bump: version 4.1.1 → 4.2.0 4 files changed, 14 insertions(+), 4 deletions(-)

Changelog

Sourced from commitizen's changelog.

v4.3.0 (2025-02-28)

Feat

  • providers: add uv_provider

v4.2.2 (2025-02-18)

Fix

  • bump: manual version bump if prerelease offset is configured

v4.2.1 (2025-02-08)

Fix

  • bump: add debugging to bump

v4.2.0 (2025-02-07)

Feat

  • draft of the --empty parameter

Refactor

  • bump: rename --empty as --allow-no-commit
Commits
  • 63191a3 bump: version 4.2.2 → 4.3.0
  • 9639da1 ci(pre-commit): ignore test file eof
  • c2def94 test(providers/uv_provider): add test case test_uv_provider
  • 7805412 feat(providers): add uv_provider
  • a330ac7 bump: version 4.2.1 → 4.2.2
  • d831c99 fix(bump): manual version bump if prerelease offset is configured
  • 295f975 ci(github-actions): add check-commit task
  • 43ee8a0 docs(tutorials): Add "stages" explicitly to the hook example
  • 8519ca4 bump: version 4.2.0 → 4.2.1
  • fe3b726 fix(bump): add debugging to bump
  • Additional commits viewable in compare view

Updates ruff from 0.9.4 to 0.9.9

Release notes

Sourced from ruff's releases.

0.9.9

Release Notes

Preview features

  • Fix caching of unsupported-syntax errors (#16425)

Bug fixes

  • Only show unsupported-syntax errors in editors when preview mode is enabled (#16429)

Contributors

Install ruff 0.9.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.9.9/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/ruff/releases/download/0.9.9/ruff-installer.ps1 | iex"

Download ruff 0.9.9

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum
ruff-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ruff-i686-pc-windows-msvc.zip x86 Windows checksum
ruff-x86_64-pc-windows-msvc.zip x64 Windows checksum
ruff-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ruff-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ruff-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
ruff-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
ruff-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
ruff-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
ruff-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
ruff-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.9.9

Preview features

  • Fix caching of unsupported-syntax errors (#16425)

Bug fixes

  • Only show unsupported-syntax errors in editors when preview mode is enabled (#16429)

0.9.8

Preview features

  • Start detecting version-related syntax errors in the parser (#16090)

Rule changes

  • [pylint] Mark fix unsafe (PLW1507) (#16343)
  • [pylint] Catch case np.nan/case math.nan in match statements (PLW0177) (#16378)
  • [ruff] Add more Pydantic models variants to the list of default copy semantics (RUF012) (#16291)

Server

  • Avoid indexing the project if configurationPreference is editorOnly (#16381)
  • Avoid unnecessary info at non-trace server log level (#16389)
  • Expand ruff.configuration to allow inline config (#16296)
  • Notify users for invalid client settings (#16361)

Configuration

  • Add per-file-target-version option (#16257)

Bug fixes

  • [refurb] Do not consider docstring(s) (FURB156) (#16391)
  • [flake8-self] Ignore attribute accesses on instance-like variables (SLF001) (#16149)
  • [pylint] Fix false positives, add missing methods, and support positional-only parameters (PLE0302) (#16263)
  • [flake8-pyi] Mark PYI030 fix unsafe when comments are deleted (#16322)

Documentation

  • Fix example for S611 (#16316)
  • Normalize inconsistent markdown headings in docstrings (#16364)
  • Document MSRV policy (#16384)

0.9.7

Preview features

... (truncated)

Commits
  • 091d0af Bump version to Ruff 0.9.9 (#16434)
  • 3d72138 Check LinterSettings::preview for version-related syntax errors (#16429)
  • 4a23756 Avoid caching files with unsupported syntax errors (#16425)
  • af62f79 Prioritize "bug" label for changelog sections (#16433)
  • 0ced8d0 [flake8-copyright] Add links to applicable options (CPY001) (#16421)
  • a8e171f Fix string-length limit in documentation for PYI054 (#16432)
  • cf83584 Show version-related syntax errors in the playground (#16419)
  • 764aa0e Allow passing ParseOptions to inline tests (#16357)
  • 568cf88 Bump version to 0.9.8 (#16414)
  • 040071b [red-knot] Ignore surrounding whitespace when looking for `<!-- snapshot-diag...
  • Additional commits viewable in compare view

Updates mypy from 1.14.1 to 1.15.0

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next Release

Different Property Getter and Setter Types

Mypy now supports using different types for property getter and setter.

class A:
    value: int
@property
def f(self) -&gt; int:
    return self.value
@f.setter
def f(self, x: str | int) -&gt; None:
    try:
        self.value = int(x)
    except ValueError:
        raise Exception(f&quot;'{x}' is not a valid value for 'f'&quot;)

Contributed by Ivan Levkivskyi (PR 18510)

Selectively Disable Deprecated Warnings

It's now possible to selectively disable warnings generated from warnings.deprecated using the --deprecated-calls-exclude option.

# mypy --enable-error-code deprecated
#      --deprecated-calls-exclude=foo.A
import foo
foo.A().func()  # OK, the deprecated warning is ignored
file foo.py
from typing_extensions import deprecated
class A:
@​deprecated("Use A.func2 instead")
def func(self): pass

Contributed by Marc Mueller (PR 18641)

Mypy 1.15

We’ve just uploaded mypy 1.15 to the Python Package Index (PyPI).

... (truncated)

Commits
  • 9397454 remove +dev from version ahead of final release
  • 686b591 remove "unreleased" from 1.15 changelog entry
  • cb4b243 Various small updates to 1.15 changelog (#18599)
  • 1a26502 Prepare changelog for 1.15 release (#18583)
  • d4515e4 Fix a few PR links in the changelog (#18586)
  • f83b643 Add object self-type to tuple test fixture (#18592)
  • ebc2cb8 Prevent crash on generic NamedTuple with unresolved typevar bound (#18585)
  • 63c251e empty commit to trigger wheel rebuild
  • c30573e Fix literal context for ternary expressions (for real) (#18545)
  • 23d862d Fix isinstance with explicit (non generic) type alias (#18512)
  • Additional commits viewable in compare view

Updates sphinx-autoapi from 3.4.0 to 3.6.0

Release notes

Sourced from sphinx-autoapi's releases.

v3.6.0

Features

  • Render type aliases properly rather than as an assignment (#414)

Misc

  • Drop support for Python 3.8
  • Fix readthedocs build

v3.5.0

Features

  • Can exclude directories from being documented (#312)

Bugfixes

  • Fix exception when calling a function imported from a wildcard (#508)
  • Remove usage of astroid alpha builds (#512)

Misc

Changelog

Sourced from sphinx-autoapi's changelog.

v3.6.0 (2025-02-17)

Features ^^^^^^^^

  • Render type aliases properly rather than as an assignment (#414)

Misc ^^^^

  • Drop support for Python 3.8
  • Fix readthedocs build

v3.5.0 (2025-02-09)

Features ^^^^^^^^

  • Can exclude directories from being documented (#312)

Bugfixes ^^^^^^^^

  • Fix exception when calling a function imported from a wildcard (#508)
  • Remove usage of astroid alpha builds (#512)

Misc ^^^^

Commits
  • 6dae5a3 Version 3.6.0
  • b846a0c Render type aliases properly rather than as an assignment
  • 5af3ffe Drop support for Python 3.8
  • 2adc083 Use latest OS and Python on readthedocs
  • 3ec34fe Fix readthedocs build
  • 26bd172 Version 3.5.0
  • 086dff8 Fixes for PR #503
  • b4c75f7 Allow skipping entire directories
  • a7a973d Make _need_to_load not assume that file ordering remained the same
  • 6fdc914 Fix inclusion of tests in the sdist
  • 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

📚 Documentation preview 📚: https://pycytominer--512.org.readthedocs.build/en/512/

Bumps the python-packages group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [pyarrow](https://github.com/apache/arrow) | `19.0.0` | `19.0.1` |
| [boto3](https://github.com/boto/boto3) | `1.36.3` | `1.37.1` |
| [commitizen](https://github.com/commitizen-tools/commitizen) | `4.1.1` | `4.3.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.4` | `0.9.9` |
| [mypy](https://github.com/python/mypy) | `1.14.1` | `1.15.0` |
| [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) | `3.4.0` | `3.6.0` |


Updates `pyarrow` from 19.0.0 to 19.0.1
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@apache-arrow-19.0.0...apache-arrow-19.0.1)

Updates `boto3` from 1.36.3 to 1.37.1
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.36.3...1.37.1)

Updates `commitizen` from 4.1.1 to 4.3.0
- [Release notes](https://github.com/commitizen-tools/commitizen/releases)
- [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md)
- [Commits](commitizen-tools/commitizen@v4.1.1...v4.3.0)

Updates `ruff` from 0.9.4 to 0.9.9
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.9.4...0.9.9)

Updates `mypy` from 1.14.1 to 1.15.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.14.1...v1.15.0)

Updates `sphinx-autoapi` from 3.4.0 to 3.6.0
- [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases)
- [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst)
- [Commits](readthedocs/sphinx-autoapi@v3.4.0...v3.6.0)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: commitizen
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: sphinx-autoapi
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 1, 2025
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.44%. Comparing base (40ff2d5) to head (da5c530).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #512   +/-   ##
=======================================
  Coverage   94.44%   94.44%           
=======================================
  Files          57       57           
  Lines        3188     3188           
=======================================
  Hits         3011     3011           
  Misses        177      177           
Flag Coverage Δ
unittests 94.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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