Skip to content

Bump the python-dependencies group with 5 updates - #41

Merged
tdhopper merged 1 commit into
masterfrom
dependabot/uv/python-dependencies-81ef5e1436
Aug 19, 2026
Merged

Bump the python-dependencies group with 5 updates#41
tdhopper merged 1 commit into
masterfrom
dependabot/uv/python-dependencies-81ef5e1436

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-dependencies group with 5 updates:

Package From To
notebook 7.6.1 7.6.2
plotnine 0.15.7 0.15.8
selenium 4.46.0 4.47.0
statsmodels 0.14.4 0.14.6
boto3 1.43.67 1.43.72

Updates notebook from 7.6.1 to 7.6.2

Release notes

Sourced from notebook's releases.

v7.6.2

7.6.2

(Full Changelog)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​brichet (activity) | @​jtpio (activity)

Changelog

Sourced from notebook's changelog.

7.6.2

(Full Changelog)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​brichet (activity) | @​jtpio (activity)

Commits

Updates plotnine from 0.15.7 to 0.15.8

Release notes

Sourced from plotnine's releases.

v0.15.8

Bug Fixes

  • plotnine can be installed under Pyodide 314 again. Pyodide 314 vendors statsmodels 0.14.6 and builds it itself, so the requirement that held statsmodels at 0.14.4 under Pyodide left micropip with no wheel to install and it failed with Can't find a pure Python 3 wheel for 'statsmodels<=0.14.4; sys_platform == "emscripten"'. The requirement now admits 0.14.6 there, and still holds at 0.14.4 for the older Pyodide that vendors that version.
Changelog

Sourced from plotnine's changelog.

v0.15.8

(2026-08-14)

Bug Fixes

  • plotnine can be installed under Pyodide 314 again. Pyodide 314 vendors statsmodels 0.14.6 and builds it itself, so the requirement that held statsmodels at 0.14.4 under Pyodide left micropip with no wheel to install and it failed with Can't find a pure Python 3 wheel for 'statsmodels<=0.14.4; sys_platform == "emscripten"'. The requirement now admits 0.14.6 there, and still holds at 0.14.4 for the older Pyodide that vendors that version. ({{< issue 1106 >}})
Commits

Updates selenium from 4.46.0 to 4.47.0

Release notes

Sourced from selenium's releases.

Selenium 4.47.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

... (truncated)

Commits
  • 9175ed9 [build] Prepare for release of selenium-4.47.0 (#17896)
  • abc24f4 [build] Automated Browser Version Update (#17880)
  • f369e9f [rust] Test Selenium Manager on Linux arm64 (#16045)
  • f72f9ec [build] Add java:local_dev rake task for IntelliJ IDEA project setup (#17771)
  • 8d23c98 [py] Ensure driver service subprocess resources are cleaned up (#17889)
  • 076d428 [dotnet] [bidi] Remove optional command timeout in command options (#17891)
  • 6b2b086 [java] Fix By.name() double String.format on names containing '%' (#17888)
  • 06a692e [py] fix no_proxy matching so empty entries and substrings do not bypass the ...
  • d879eda [java] Fix By.className()/By.id() misescaping non-ASCII leading digits (#17815)
  • 4f1e333 [dotnet] [bidi] Make BiDi transport factories composable (#17877)
  • Additional commits viewable in compare view

Updates statsmodels from 0.14.4 to 0.14.6

Release notes

Sourced from statsmodels's releases.

Release 0.14.6

This patch release fixes an issue with pandas 3.0.0 that prevented statsmodels from importing. It also addresses some minor changes that improve future compatibility in NumPy.

Release 0.14.5

This patch release fixes an issue with recent SciPy releases (1.16+) that prevented statsmodels from importing. It also addresses some small changes that improve future compatibility.

Commits
  • 40e6a84 Merge pull request #9701 from bashtage/doc-0.14.6-changes
  • 120ad27 DOC: Release note for 0.14.6
  • e8b0ab0 Merge pull request #9700 from bashtage/final-0.14.6-changes
  • 8ad398a MAINT: Improve compatability wiht recent NumPy
  • 9495808 Merge pull request #9633 from bashtage/changes-0-14-6
  • b44854a STY: Fix linting fails
  • e7b2fa5 MAINT: Update for recent changes
  • 1107ea5 Merge pull request #9591 from bashtage/rls-0-14-5-notes
  • f3b362a MAINT: Update CI
  • e2249ab DOC: Final fixes
  • Additional commits viewable in compare view

Updates boto3 from 1.43.67 to 1.43.72

Commits
  • a3fc41f Merge branch 'release-1.43.72'
  • 27a2636 Bumping version to 1.43.72
  • 33a1671 Add changelog entries from botocore
  • a0b0f50 Merge branch 'release-1.43.71'
  • f1ea765 Merge branch 'release-1.43.71' into develop
  • 3a07077 Bumping version to 1.43.71
  • 9886147 Add changelog entries from botocore
  • 8c2ae68 Merge branch 'release-1.43.70'
  • 116daa7 Merge branch 'release-1.43.70' into develop
  • 4901fc8 Bumping version to 1.43.70
  • 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 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-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [notebook](https://github.com/jupyter/notebook) | `7.6.1` | `7.6.2` |
| [plotnine](https://github.com/has2k1/plotnine) | `0.15.7` | `0.15.8` |
| [selenium](https://github.com/SeleniumHQ/Selenium) | `4.46.0` | `4.47.0` |
| [statsmodels](https://github.com/statsmodels/statsmodels) | `0.14.4` | `0.14.6` |
| [boto3](https://github.com/boto/boto3) | `1.43.67` | `1.43.72` |


Updates `notebook` from 7.6.1 to 7.6.2
- [Release notes](https://github.com/jupyter/notebook/releases)
- [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.6.2/CHANGELOG.md)
- [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.6.1...@jupyter-notebook/tree@7.6.2)

Updates `plotnine` from 0.15.7 to 0.15.8
- [Release notes](https://github.com/has2k1/plotnine/releases)
- [Changelog](https://github.com/has2k1/plotnine/blob/v0.15.8/doc/changelog.qmd)
- [Commits](has2k1/plotnine@v0.15.7...v0.15.8)

Updates `selenium` from 4.46.0 to 4.47.0
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.46.0...selenium-4.47.0)

Updates `statsmodels` from 0.14.4 to 0.14.6
- [Release notes](https://github.com/statsmodels/statsmodels/releases)
- [Changelog](https://github.com/statsmodels/statsmodels/blob/main/CHANGES.md)
- [Commits](statsmodels/statsmodels@v0.14.4...v0.14.6)

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

---
updated-dependencies:
- dependency-name: notebook
  dependency-version: 7.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: plotnine
  dependency-version: 0.15.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: selenium
  dependency-version: 4.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: statsmodels
  dependency-version: 0.14.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: boto3
  dependency-version: 1.43.72
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 19, 2026
@tdhopper
tdhopper merged commit 87cd8d6 into master Aug 19, 2026
1 of 2 checks passed
@dependabot
dependabot Bot deleted the dependabot/uv/python-dependencies-81ef5e1436 branch August 19, 2026 11:28
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant