Skip to content

Bump the python-packages group with 6 updates #342

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

Merged
merged 2 commits into from
Jul 15, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2025

Bumps the python-packages group with 6 updates:

Package From To
duckdb 1.3.1 1.3.2
parsl 2025.6.30 2025.7.7
dunamai 1.24.1 1.25.0
botocore 1.39.0 1.39.4
myst-nb 1.2.0 1.3.0
typing-extensions 4.14.0 4.14.1

Updates duckdb from 1.3.1 to 1.3.2

Release notes

Sourced from duckdb's releases.

v1.3.2 Bugfix Release

This is a bug fix release for various issues discovered after we released 1.3.1. There are no new major features, just bug fixes. Database files created by DuckDB versions all the way back to v0.9 can be read by this version.

What's Changed

... (truncated)

Commits

Updates parsl from 2025.6.30 to 2025.7.7

Commits

Updates dunamai from 1.24.1 to 1.25.0

Release notes

Sourced from dunamai's releases.

v1.25.0 (2025-07-04)

  • Added commit_prefix option to Version.serialize() to insert a prefix when serializing commit IDs.
  • Added escape_with option to Version.serialize() to customize how branch names are escaped.
Changelog

Sourced from dunamai's changelog.

v1.25.0 (2025-07-04)

  • Added commit_prefix option to Version.serialize() to insert a prefix when serializing commit IDs.
  • Added escape_with option to Version.serialize() to customize how branch names are escaped.
Commits

Updates botocore from 1.39.0 to 1.39.4

Commits

Updates myst-nb from 1.2.0 to 1.3.0

Release notes

Sourced from myst-nb's releases.

v1.3.0

What's Changed

New Contributors

Full Changelog: executablebooks/MyST-NB@v1.2.0...v1.3.0

Changelog

Sourced from myst-nb's changelog.

v1.3.0 - 2025-07-13

(full changelog)

What's Changed

Enhancements made

Maintenance and upkeep improvements

New Contributors

Commits
  • 6bb973c Preparing for release v1.3
  • 23b2d62 And one more bot to ignore
  • ff699ca Adding more bots to ignore
  • 1e2d1a4 docs: nicer types in docs (#688)
  • 4020e26 MAINT: limit ipython in tox job, too (#687)
  • b7387d5 ENH: Add handling of image based PendingGlueReference in `generate_any_node...
  • 29d6e15 [pre-commit.ci] pre-commit autoupdate (#685)
  • 1ddc3a5 Add scroll_outputs configuration (#683)
  • 9fe8848 build(deps): bump codecov/codecov-action in the actions group (#676)
  • fc73430 Improve output cells in dark mode (#679)
  • Additional commits viewable in compare view

Updates typing-extensions from 4.14.0 to 4.14.1

Release notes

Sourced from typing-extensions's releases.

4.14.1

Release 4.14.1 (July 4, 2025)

  • Fix usage of typing_extensions.TypedDict nested inside other types (e.g., typing.Type[typing_extensions.TypedDict]). This is not allowed by the type system but worked on older versions, so we maintain support.
Changelog

Sourced from typing-extensions's changelog.

Release 4.14.1 (July 4, 2025)

  • Fix usage of typing_extensions.TypedDict nested inside other types (e.g., typing.Type[typing_extensions.TypedDict]). This is not allowed by the type system but worked on older versions, so we maintain support.
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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [duckdb](https://github.com/duckdb/duckdb) | `1.3.1` | `1.3.2` |
| [parsl](https://github.com/Parsl/parsl) | `2025.6.30` | `2025.7.7` |
| [dunamai](https://github.com/mtkennerly/dunamai) | `1.24.1` | `1.25.0` |
| [botocore](https://github.com/boto/botocore) | `1.39.0` | `1.39.4` |
| [myst-nb](https://github.com/executablebooks/myst-nb) | `1.2.0` | `1.3.0` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.14.0` | `4.14.1` |


Updates `duckdb` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/duckdb/duckdb/releases)
- [Changelog](https://github.com/duckdb/duckdb/blob/main/tools/release-pip.py)
- [Commits](duckdb/duckdb@v1.3.1...v1.3.2)

Updates `parsl` from 2025.6.30 to 2025.7.7
- [Commits](Parsl/parsl@2025.06.30...2025.07.07)

Updates `dunamai` from 1.24.1 to 1.25.0
- [Release notes](https://github.com/mtkennerly/dunamai/releases)
- [Changelog](https://github.com/mtkennerly/dunamai/blob/master/CHANGELOG.md)
- [Commits](mtkennerly/dunamai@v1.24.1...v1.25.0)

Updates `botocore` from 1.39.0 to 1.39.4
- [Commits](boto/botocore@1.39.0...1.39.4)

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

Updates `typing-extensions` from 4.14.0 to 4.14.1
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.14.0...4.14.1)

---
updated-dependencies:
- dependency-name: duckdb
  dependency-version: 1.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: parsl
  dependency-version: 2025.7.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: dunamai
  dependency-version: 1.25.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: botocore
  dependency-version: 1.39.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: myst-nb
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: typing-extensions
  dependency-version: 4.14.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

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 Jul 14, 2025
Copy link
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 7b015e4 into main Jul 15, 2025
12 checks passed
@dependabot dependabot bot deleted the dependabot/pip/python-packages-49e10d30ae branch July 15, 2025 12:58
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