Skip to content

Bump the python-packages group with 8 updates#81

Merged
dependabot[bot] merged 2 commits intomainfrom
dependabot/pip/python-packages-7def3c5b56
Mar 10, 2025
Merged

Bump the python-packages group with 8 updates#81
dependabot[bot] merged 2 commits intomainfrom
dependabot/pip/python-packages-7def3c5b56

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the python-packages group with 8 updates:

Package From To
pyarrow 19.0.0 19.0.1
pytest 8.3.4 8.3.5
sqlalchemy 2.0.37 2.0.38
coverage 7.6.10 7.6.12
jupytext 1.16.6 1.16.7
isort 6.0.0 6.0.1
duckdb 1.1.3 1.2.0
myst-nb 1.1.2 1.2.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 pytest from 8.3.4 to 8.3.5

Release notes

Sourced from pytest's releases.

8.3.5

pytest 8.3.5 (2025-03-02)

Bug fixes

  • #11777: Fixed issue where sequences were still being shortened even with -vv verbosity.
  • #12888: Fixed broken input when using Python 3.13+ and a libedit build of Python, such as on macOS or with uv-managed Python binaries from the python-build-standalone project. This could manifest e.g. by a broken prompt when using Pdb, or seeing empty inputs with manual usage of input() and suspended capturing.
  • #13026: Fixed AttributeError{.interpreted-text role="class"} crash when using --import-mode=importlib when top-level directory same name as another module of the standard library.
  • #13053: Fixed a regression in pytest 8.3.4 where, when using --import-mode=importlib, a directory containing py file with the same name would cause an ImportError
  • #13083: Fixed issue where pytest could crash if one of the collected directories got removed during collection.

Improved documentation

  • #12842: Added dedicated page about using types with pytest.

    See types{.interpreted-text role="ref"} for detailed usage.

Contributor-facing changes

  • #13112: Fixed selftest failures in test_terminal.py with Pygments >= 2.19.0
  • #13256: Support for Towncrier versions released in 2024 has been re-enabled when building Sphinx docs -- by webknjaz{.interpreted-text role="user"}.
Commits

Updates sqlalchemy from 2.0.37 to 2.0.38

Release notes

Sourced from sqlalchemy's releases.

2.0.38

Released: February 6, 2025

engine

  • [engine] [bug] Fixed event-related issue where invoking Engine.execution_options() on a Engine multiple times while making use of event-registering parameters such as isolation_level would lead to internal errors involving event registration.

    References: #12289

sql

  • [sql] [bug] Reorganized the internals by which the .c collection on a FromClause gets generated so that it is resilient against the collection being accessed in concurrent fashion. An example is creating a Alias or Subquery and accessing it as a module level variable. This impacts the Oracle dialect which uses such module-level global alias objects but is of general use as well.

    References: #12302

  • [sql] [bug] Fixed SQL composition bug which impacted caching where using a None value inside of an in_() expression would bypass the usual "expanded bind parameter" logic used by the IN construct, which allows proper caching to take place.

    References: #12314

postgresql

  • [postgresql] [usecase] [asyncio] Added an additional asyncio.shield() call within the connection terminate process of the asyncpg driver, to mitigate an issue where terminate would be prevented from completing under the anyio concurrency library.

    References: #12077

  • [postgresql] [bug] Adjusted the asyncpg connection wrapper so that the connection.transaction() call sent to asyncpg sends None for isolation_level if not otherwise set in the SQLAlchemy dialect/wrapper, thereby allowing asyncpg to make use of the server level setting for isolation_level in the absense of a client-level setting. Previously, this behavior of asyncpg was blocked by a hardcoded read_committed.

... (truncated)

Commits

Updates coverage from 7.6.10 to 7.6.12

Changelog

Sourced from coverage's changelog.

Version 7.6.12 — 2025-02-11

  • Fix: some aarch64 distributions were missing (issue 1927_). These are now building reliably.

.. _issue 1927: nedbat/coveragepy#1927

.. _changes_7-6-11:

Version 7.6.11 — 2025-02-08

  • Fix: a memory leak in CTracer has been fixed. The details are in issue 1924_ and pytest-dev 676_. This should reduce the memory footprint for everyone even if it hadn't caused a problem before.

  • We now ship a py3-none-any.whl wheel file. Thanks, Russell Keith-Magee <pull 1914_>_.

.. _pull 1914: nedbat/coveragepy#1914 .. _issue 1924: nedbat/coveragepy#1924 .. _pytest-dev 676: pytest-dev/pytest-cov#676

.. _changes_7-6-10:

Commits
  • 7e5373e docs: sample HTML for 7.6.12
  • a4ed38b docs: prep for 7.6.12
  • ce4efdc build: fix aarch64 kits #1927
  • a1f3192 build: don't publish if kit building failed
  • bb68f99 chore: bump the action-dependencies group with 2 updates (#1926)
  • f3d6b4a refactor: check for more kinds of constant tests
  • 67899ea refactor: we no longer care what kind of constant the compile-time constants are
  • c850f20 refactor: macOS is MACOS, not OSX
  • a1b2c1a build: there are always tweaks to howto.txt
  • 9c03039 build: bump version to 7.6.12
  • Additional commits viewable in compare view

Updates jupytext from 1.16.6 to 1.16.7

Release notes

Sourced from jupytext's releases.

Version 1.16.7

Added

  • Logtalk notebooks are now supported (#1308) - thanks to Paulo Moura for this contribution

Fixed

  • We have updated the dependencies of the Jupyter Lab extension to address security issues.
Changelog

Sourced from jupytext's changelog.

1.16.7 (2025-02-09)

Added

  • Logtalk notebooks are now supported (#1308) - thanks to Paulo Moura for this contribution

Fixed We have updated the dependencies of the JupyterLab extension to address security issues.

Commits
  • 93cf493 Version 1.16.7
  • d261252 Jupyter magics are valid comments in logtalk
  • 588186e Add support for the Logtalk language
  • 5e6cda4 Fix failing extension check tests (#1313)
  • b3c8c50 add missing format string
  • b6b9cdf Version 1.16.7-dev
  • 0d24749 Update extension dependencies
  • 1e50dde Split the test in two now that black fixes trailing whitespaces
  • 74b8804 build(deps): bump systeminformation in /jupyterlab
  • See full diff in compare view

Updates isort from 6.0.0 to 6.0.1

Release notes

Sourced from isort's releases.

6.0.1

Changes

🪲 Fixes

👷 Continuous Integration

Commits

Updates duckdb from 1.1.3 to 1.2.0

Release notes

Sourced from duckdb's releases.

DuckDB 1.2.0 "Histrionicus"

This release of DuckDB is named "Histrionicus" after the good-looking Harlequin duck (Histrionicus Histrionicus) that inhabits "cold fast moving streams in North America, Greenland, Iceland and eastern Russia".

Please also refer to the announcement blog post: https://duckdb.org/2025/02/05/announcing-duckdb-120

What's Changed

... (truncated)

Commits
  • a9bf7ad [Julia] Fixes a a bug that the database is not properly closed even after clo...
  • 0bee8ed Fix spawn process
  • 4332964 Check if the file was written
  • d5a97a8 Format fix
  • ec0906d Adds a fix that a database wasnt closed until GC
  • ba1ff79 [chore] Python's SQLLogic: skip 3 more tests
  • 2fe0db4 Pyodide: skip spark test
  • 9e1f147 [Python][Spark] Fix datetime functions test failures (#15983)
  • 0e2e057 there is no difference in the result anymore
  • 7c623b5 we shouldnt use timestamp tz here
  • Additional commits viewable in compare view

Updates myst-nb from 1.1.2 to 1.2.0

Release notes

Sourced from myst-nb's releases.

v1.2.0 - 2025-02-07

(full changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@​agoose77 | @​bsipocz | @​flying-sheep | @​je-cook | @​maximlt | @​mforbes | @​OriolAbril | @​pre-commit-ci | @​sneakers-the-rat

Changelog

Sourced from myst-nb's changelog.

v1.2.0 - 2025-02-07

(full changelog)

Enhancements made

Bugs Fixed

Maintenance and upkeep improvements

Other merged PRs

New Contributors

(GitHub contributors page for this release)

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 python-packages group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [pyarrow](https://github.com/apache/arrow) | `19.0.0` | `19.0.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.37` | `2.0.38` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.10` | `7.6.12` |
| [jupytext](https://github.com/mwouts/jupytext) | `1.16.6` | `1.16.7` |
| [isort](https://github.com/PyCQA/isort) | `6.0.0` | `6.0.1` |
| [duckdb](https://github.com/duckdb/duckdb) | `1.1.3` | `1.2.0` |
| [myst-nb](https://github.com/executablebooks/myst-nb) | `1.1.2` | `1.2.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 `pytest` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.4...8.3.5)

Updates `sqlalchemy` from 2.0.37 to 2.0.38
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

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

Updates `jupytext` from 1.16.6 to 1.16.7
- [Release notes](https://github.com/mwouts/jupytext/releases)
- [Changelog](https://github.com/mwouts/jupytext/blob/main/CHANGELOG.md)
- [Commits](mwouts/jupytext@v1.16.6...v1.16.7)

Updates `isort` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@6.0.0...6.0.1)

Updates `duckdb` from 1.1.3 to 1.2.0
- [Release notes](https://github.com/duckdb/duckdb/releases)
- [Changelog](https://github.com/duckdb/duckdb/blob/main/tools/release-pip.py)
- [Commits](duckdb/duckdb@v1.1.3...v1.2.0)

Updates `myst-nb` from 1.1.2 to 1.2.0
- [Release notes](https://github.com/executablebooks/myst-nb/releases)
- [Changelog](https://github.com/executablebooks/MyST-NB/blob/master/CHANGELOG.md)
- [Commits](executablebooks/MyST-NB@v1.1.2...v1.2.0)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: sqlalchemy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: jupytext
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: isort
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: duckdb
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: myst-nb
  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 10, 2025
Copy link
Copy Markdown
Member

@d33bs d33bs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit 213d74f into main Mar 10, 2025
9 checks passed
@dependabot dependabot bot deleted the dependabot/pip/python-packages-7def3c5b56 branch March 10, 2025 20:57
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