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 minor-versions group with 11 updates #579

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor-versions group with 11 updates:

Package From To
scipy 1.14.1 1.15.2
httpx 0.26.0 0.28.1
beautifulsoup4 4.12.1 4.13.3
lxml 5.2.2 5.3.1
more-itertools 10.2.0 10.6.0
tqdm 4.66.5 4.67.1
synphot 1.4.0 1.5.0
jupytext 1.16.6 1.16.7
ipykernel 6.24.0 6.29.5
scopesim-templates 0.6.0 0.6.1
sphinx-book-theme 1.1.3 1.1.4

Updates scipy from 1.14.1 to 1.15.2

Release notes

Sourced from scipy's releases.

SciPy 1.15.2 Release Notes

SciPy 1.15.2 is a bug-fix release with no new features compared to 1.15.1. Free-threaded Python 3.13 wheels for Linux ARM platform are available on PyPI starting with this release.

Authors

  • Name (commits)
  • Peter Bell (1)
  • Charles Bousseau (1) +
  • Jake Bowhay (3)
  • Matthew Brett (1)
  • Ralf Gommers (3)
  • Rohit Goswami (1)
  • Matt Haberland (4)
  • Parth Nobel (1) +
  • Tyler Reddy (33)
  • Daniel Schmitz (2)
  • Dan Schult (5)
  • Scott Shambaugh (2)
  • Edgar Andrés Margffoy Tuay (1)
  • Warren Weckesser (4)

A total of 14 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete.

SciPy 1.15.1 Release Notes

SciPy 1.15.1 is a bug-fix release with no new features compared to 1.15.0. Importantly, an issue with the import of scipy.optimize breaking other packages has been fixed.

Authors

  • Name (commits)
  • Ralf Gommers (3)
  • Rohit Goswami (1)
  • Matt Haberland (2)
  • Tyler Reddy (7)
  • Daniel Schmitz (1)

... (truncated)

Commits
  • 0f1fd4a REL: 1.15.2 rel commit [wheel build]
  • 7df5cc6 Merge pull request #22471 from tylerjereddy/treddy_backports_1.15.2
  • a046fa0 CI: PR 22471 wheel builds [wheel build]
  • 198aa52 DOC: PR 22471 revisions
  • ba61a58 CI: PR 22471 revisions
  • e0251ee do not check dtype in test_compare_with_GCVSPL
  • fcc68dd MAINT: integrate.cumulative_simpson: bump test tolerance
  • 6d2c059 BUG: wrap median_filter stability (#22402)
  • 59cb7d4 DOC: PR 22471 revisions
  • a60d17f MAINT: pearsonr SIMD-related shim
  • Additional commits viewable in compare view

Updates httpx from 0.26.0 to 0.28.1

Release notes

Sourced from httpx's releases.

Version 0.28.1

0.28.1 (6th December, 2024)

  • Fix SSL case where verify=False together with client side certificates.

Version 0.28.0

0.28.0 (28th November, 2024)

The 0.28 release includes a limited set of deprecations.

Deprecations:

We are working towards a simplified SSL configuration API.

For users of the standard verify=True or verify=False cases, or verify=<ssl_context> case this should require no changes. The following cases have been deprecated...

  • The verify argument as a string argument is now deprecated and will raise warnings.
  • The cert argument is now deprecated and will raise warnings.

Our revised SSL documentation covers how to implement the same behaviour with a more constrained API.

The following changes are also included:

  • The deprecated proxies argument has now been removed.
  • The deprecated app argument has now been removed.
  • JSON request bodies use a compact representation. (#3363)
  • Review URL percent escape sets, based on WHATWG spec. (#3371, #3373)
  • Ensure certifi and httpcore are only imported if required. (#3377)
  • Treat socks5h as a valid proxy scheme. (#3178)
  • Cleanup Request() method signature in line with client.request() and httpx.request(). (#3378)
  • Bugfix: When passing params={}, always strictly update rather than merge with an existing querystring. (#3364)

Version 0.27.2

0.27.2 (27th August, 2024)

Fixed

  • Reintroduced supposedly-private URLTypes shortcut. (#2673)

Version 0.27.1

0.27.1 (27th August, 2024)

Added

  • Support for zstd content decoding using the python zstandard package is added. Installable using httpx[zstd]. (#3139)

Fixed

  • Improved error messaging for InvalidURL exceptions. (#3250)
  • Fix app type signature in ASGITransport. (#3109)

... (truncated)

Changelog

Sourced from httpx's changelog.

0.28.1 (6th December, 2024)

  • Fix SSL case where verify=False together with client side certificates.

0.28.0 (28th November, 2024)

Be aware that the default JSON request bodies now use a more compact representation. This is generally considered a prefered style, tho may require updates to test suites.

The 0.28 release includes a limited set of deprecations...

Deprecations:

We are working towards a simplified SSL configuration API.

For users of the standard verify=True or verify=False cases, or verify=<ssl_context> case this should require no changes. The following cases have been deprecated...

  • The verify argument as a string argument is now deprecated and will raise warnings.
  • The cert argument is now deprecated and will raise warnings.

Our revised SSL documentation covers how to implement the same behaviour with a more constrained API.

The following changes are also included:

  • The deprecated proxies argument has now been removed.
  • The deprecated app argument has now been removed.
  • JSON request bodies use a compact representation. (#3363)
  • Review URL percent escape sets, based on WHATWG spec. (#3371, #3373)
  • Ensure certifi and httpcore are only imported if required. (#3377)
  • Treat socks5h as a valid proxy scheme. (#3178)
  • Cleanup Request() method signature in line with client.request() and httpx.request(). (#3378)
  • Bugfix: When passing params={}, always strictly update rather than merge with an existing querystring. (#3364)

0.27.2 (27th August, 2024)

Fixed

  • Reintroduced supposedly-private URLTypes shortcut. (#2673)

0.27.1 (27th August, 2024)

Added

  • Support for zstd content decoding using the python zstandard package is added. Installable using httpx[zstd]. (#3139)

Fixed

  • Improved error messaging for InvalidURL exceptions. (#3250)
  • Fix app type signature in ASGITransport. (#3109)

0.27.0 (21st February, 2024)

... (truncated)

Commits

Updates beautifulsoup4 from 4.12.1 to 4.13.3

Updates lxml from 5.2.2 to 5.3.1

Changelog

Sourced from lxml's changelog.

5.3.1 (2025-02-09)

Bugs fixed

  • GH#440: Some tests were adapted for libxml2 2.14.0. Patch by Nick Wellnhofer.

  • LP#2097175: DTD(external_id="…") erroneously required a byte string as ID value.

  • GH#450: iterparse() internally triggered the `DeprecationWarning`` added in lxml 5.3.0 when parsing HTML.

Other changes

  • GH#442: Binary wheels for macOS no longer use the linker flag -flat_namespace.

5.3.0 (2024-08-10)

Features added

  • GH#421: Nested CDATA sections are no longer rejected but split on output to represent ]]> correctly. Patch by Gertjan Klein.

Bugs fixed

  • LP#2060160: Attribute values serialised differently in xmlfile.element() and xmlfile.write().

  • LP#2058177: The ISO-Schematron implementation could fail on unknown prefixes. Patch by David Lakin.

Other changes

  • LP#2067707: The strip_cdata option in HTMLParser() turned out to be useless and is now deprecated.

  • Binary wheels use the library versions libxml2 2.12.9 and libxslt 1.1.42.

  • Windows binary wheels use the library versions libxml2 2.11.8 and libxslt 1.1.39.

  • Built with Cython 3.0.11.

Commits
  • 1dd5001 Update changelog.
  • 7b177e4 CI: Fix dependency issues.
  • 088c9e5 CI: Use older Ubuntu image to fix builds.
  • 58af8b3 CI: Try to get legacy jobs working again.
  • 37cdbb5 Prepare release of lxml 5.3.1.
  • 64ac58f Build/CI: Update cache action from deprecated version.
  • 6b654c9 Buld: Downgrade Ubuntu build image to fix dependency issues.
  • 71fda3f Update changelog.
  • 306041e iterparse: ignore "strip_cdata" when parsing HTML (GH-450)
  • e73c466 Fix DTD(external_id="...") option.
  • Additional commits viewable in compare view

Updates more-itertools from 10.2.0 to 10.6.0

Release notes

Sourced from more-itertools's releases.

Version 10.6.0

  • New functions:

    • is_prime and nth_prime were added (thanks to JamesParrott and rhettinger)
    • loops was added (thanks to rhettinger)
  • Changes to existing functions:

    • factor was optimized to handle larger inputs and use less memory (thanks to rhettinger)
    • spy was optimized to enable nested calls (thanks to rhettinger)
    • polynomial_from_roots was made non-recursive and able to handle larger numbers of roots (thanks to pochmann3 and rhettinger)
    • is_sorted now only relies on less than comparisons (thanks to rhettinger)
    • The docstring for outer_product was improved (thanks to rhettinger)
    • The type annotations for sample were improved (thanks to rhettinger)
  • Other changes:

    • Python 3.13 is officially supported. Python 3.8 is no longer officially supported. (thanks to hugovk, JamesParrott, and stankudrow)
    • mypy checks were fixed (thanks to JamesParrott)

v10.5.0

What's Changed

Full Changelog: more-itertools/more-itertools@v10.4.0...v10.5.0

Version 10.4.0

What's Changed

... (truncated)

Commits

Updates tqdm from 4.66.5 to 4.67.1

Release notes

Sourced from tqdm's releases.

tqdm v4.67.1 stable

  • fix gui (matplotlib syntax) (#1629)
  • misc test & framework updates
    • bump pytest-asyncio (#1630)
    • fix codecov rate limit
    • fix pybuild
    • sync dependencies

tqdm v4.67.0 stable

  • contrib.discord: replace disco-py with requests (#1536)

tqdm v4.66.6 stable

  • cli: zip-safe --manpath, --comppath (#1627)
  • misc framework updates (#1627)
    • fix pytest DeprecationWarning
    • fix snapcraft build
    • fix nbval DeprecationWarning
    • update & tidy workflows
    • bump pre-commit
    • docs: update URLs
Commits

Updates synphot from 1.4.0 to 1.5.0

Release notes

Sourced from synphot's releases.

1.5.0 Release Notes

Also see CHANGES.rst.

What's Changed

Full Changelog: spacetelescope/synphot_refactor@1.4.0...1.5.0

Changelog

Sourced from synphot's changelog.

1.5.0 (2024-11-19)

  • Default Vega is now alpha_lyr_stis_011.fits. #400
Commits
  • 352fa71 Merge pull request #400 from pllim/update-ci
  • 262a309 Bump default Vega and update CI
  • 40d6a55 Bump Python versions for RC testing
  • 813583d Merge pull request #398 from spacetelescope/dependabot/github_actions/master/...
  • c070dcd Bump the actions group with 5 updates
  • 8c8daab Merge pull request #397 from spacetelescope/dependabot/github_actions/master/...
  • cb65a6b Bump codecov/codecov-action from 4.5.0 to 4.6.0 in the actions group
  • 5b2e227 Merge pull request #395 from pllim/action-ver-hash
  • 3d4dc1f MNT: Use hash for Action workflow versions and update if needed
  • b85a0c3 DOC: Add nightly wheel instructions
  • 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 ipykernel from 6.24.0 to 6.29.5

Release notes

Sourced from ipykernel's releases.

v6.29.5

6.29.5

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​ianthomas23

v6.29.4

6.29.4

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​agronholm | @​blink1073 | @​davidbrochart | @​krassowski | @​minrk

v6.29.3

6.29.3

(Full Changelog)

Enhancements made

... (truncated)

Changelog

Sourced from ipykernel's changelog.

6.29.5

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​ianthomas23

6.29.4

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​agronholm | @​blink1073 | @​davidbrochart | @​krassowski | @​minrk

6.29.3

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Commits

Updates scopesim-templates from 0.6.0 to 0.6.1

Release notes

Sourced from scopesim-templates's releases.

Version 0.6.1

What's Changed

Dependency Changes

Documentation Improvements

Other Changes

Full Changelog: AstarVienna/ScopeSim_Templates@v0.6.0...v0.6.1

Commits

Updates sphinx-book-theme from 1.1.3 to 1.1.4

Release notes

Sourced from sphinx-book-theme's releases.

v1.1.4 - 2025-02-20

(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 | @​askras | @​bsipocz | @​choldgraf | @​dependabot | @​dylanh724 | @​kloczek | @​mitya57 | @​nilsleh | @​pre-commit-ci | @​Snoopy1866 | @​stevepiercy | @​welcome

Commits
  • 23f6936 chore: bump version
  • d3552e2 MAINT: pin PST theme version for now (#898)
  • ee815b1 CI: adding explicit sphinx config into RTD config (#897)
  • 8822eef really drop python<=3.8 support (#844)
  • 40f7c41 Build(deps): Bump the actions group with 3 updates (#876)
  • 1cd3ca6 Build(deps-dev): Bump express from 4.18.2 to 4.21.2 (#886)
  • c9a7d49 Build(deps-dev): Bump sass from 1.80.4 to 1.81.0 (#877)
  • 7d118ba Build(deps-dev): Bump dedent from 0.7.0 to 1.5.3 (#878)
  • 2732526 Fix links in documentation (#884)
  • e2eea6f [pre-commit.ci] pre-commit autoupdate (#885)
  • 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

Bumps the minor-versions group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [scipy](https://github.com/scipy/scipy) | `1.14.1` | `1.15.2` |
| [httpx](https://github.com/encode/httpx) | `0.26.0` | `0.28.1` |
| [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.1` | `4.13.3` |
| [lxml](https://github.com/lxml/lxml) | `5.2.2` | `5.3.1` |
| [more-itertools](https://github.com/more-itertools/more-itertools) | `10.2.0` | `10.6.0` |
| [tqdm](https://github.com/tqdm/tqdm) | `4.66.5` | `4.67.1` |
| [synphot](https://github.com/spacetelescope/synphot_refactor) | `1.4.0` | `1.5.0` |
| [jupytext](https://github.com/mwouts/jupytext) | `1.16.6` | `1.16.7` |
| [ipykernel](https://github.com/ipython/ipykernel) | `6.24.0` | `6.29.5` |
| [scopesim-templates](https://github.com/AstarVienna/ScopeSim_Templates) | `0.6.0` | `0.6.1` |
| [sphinx-book-theme](https://github.com/executablebooks/sphinx-book-theme) | `1.1.3` | `1.1.4` |


Updates `scipy` from 1.14.1 to 1.15.2
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.14.1...v1.15.2)

Updates `httpx` from 0.26.0 to 0.28.1
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.26.0...0.28.1)

Updates `beautifulsoup4` from 4.12.1 to 4.13.3

Updates `lxml` from 5.2.2 to 5.3.1
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-5.2.2...lxml-5.3.1)

Updates `more-itertools` from 10.2.0 to 10.6.0
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v10.2.0...v10.6.0)

Updates `tqdm` from 4.66.5 to 4.67.1
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.5...v4.67.1)

Updates `synphot` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/spacetelescope/synphot_refactor/releases)
- [Changelog](https://github.com/spacetelescope/synphot_refactor/blob/master/CHANGES.rst)
- [Commits](spacetelescope/synphot_refactor@1.4.0...1.5.0)

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 `ipykernel` from 6.24.0 to 6.29.5
- [Release notes](https://github.com/ipython/ipykernel/releases)
- [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md)
- [Commits](ipython/ipykernel@v6.24.0...v6.29.5)

Updates `scopesim-templates` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/AstarVienna/ScopeSim_Templates/releases)
- [Commits](AstarVienna/ScopeSim_Templates@v0.6.0...v0.6.1)

Updates `sphinx-book-theme` from 1.1.3 to 1.1.4
- [Release notes](https://github.com/executablebooks/sphinx-book-theme/releases)
- [Changelog](https://github.com/executablebooks/sphinx-book-theme/blob/master/CHANGELOG.md)
- [Commits](executablebooks/sphinx-book-theme@v1.1.3...v1.1.4)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-versions
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-versions
- dependency-name: beautifulsoup4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-versions
- dependency-name: lxml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-versions
- dependency-name: more-itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-versions
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-versions
- dependency-name: synphot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-versions
- dependency-name: jupytext
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-versions
- dependency-name: ipykernel
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-versions
- dependency-name: scopesim-templates
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-versions
- dependency-name: sphinx-book-theme
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Related to or updating any dependencies label Mar 2, 2025
@teutoburg
Copy link
Contributor

Ahhhh, what have I done 🤦

Well, at least we can now close them all together...

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 3, 2025
@dependabot dependabot bot deleted the dependabot/pip/minor-versions-92b915a85a branch March 3, 2025 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to or updating any dependencies
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

1 participant