Skip to content

chore(deps-dev): bump the python group with 6 updates#1029

Merged
gadomski merged 1 commit intomainfrom
dependabot/pip/python-e95f6c7b6e
Apr 14, 2026
Merged

chore(deps-dev): bump the python group with 6 updates#1029
gadomski merged 1 commit intomainfrom
dependabot/pip/python-e95f6c7b6e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 14, 2026

Updates the requirements on mkdocs-material, mkdocs-redirects, pyarrow, stac-geoparquet, setuptools and stac-api-validator to permit the latest version.
Updates mkdocs-material to 9.7.6

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.7.6

[!WARNING]

Material for MkDocs is in maintenance mode

Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs until November 2026.

Read the full announcement on our blog

Changes

  • Automatically disable MkDocs 2.0 warning for forks of MkDocs
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.7.6 (2026-03-19)

  • Automatically disable MkDocs 2.0 warning for forks of MkDocs

mkdocs-material-9.7.5 (2026-03-10)

  • Limited version range of mkdocs to <2
  • Updated MkDocs 2.0 incompatibility warning (clarify relation with MkDocs)

mkdocs-material-9.7.4 (2026-03-03)

  • Hardened social cards plugin by switching to sandboxed environment
  • Updated MkDocs 2.0 incompatibility warning

mkdocs-material-9.7.3 (2026-02-24)

  • Fixed #8567: Print MkDocs 2.0 incompatibility warning to stderr

mkdocs-material-9.7.2 (2026-02-18)

  • Opened up version ranges of optional dependencies for forward-compatibility
  • Added warning to 'mkdocs build' about impending MkDocs 2.0 incompatibility

mkdocs-material-9.7.1 (2025-12-18)

  • Updated requests to 2.30+ to mitigate CVE in urllib
  • Fixed privacy plugin not picking up protocol-relative URLs
  • Fixed #8542: false positives and negatives captured in privacy plugin

mkdocs-material-9.7.0 (2025-11-11)

⚠️ Material for MkDocs is now in maintenance mode

This is the last release of Material for MkDocs that will receive new features. Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs for 12 months at least.

Read the full announcement on our blog: https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/

This release includes all features that were previously exclusive to the Insiders edition. These features are now freely available to everyone.

Note on deprecated plugins: The projects and typeset plugins are included in this release, but must be considered deprecated. Both plugins proved unsustainable to maintain and represent architectural dead ends. They are provided as-is without ongoing support.

Changes:

... (truncated)

Commits
  • 6c52ed6 Prepare 9.7.6 release
  • 51d9b76 Automatically disable MkDocs 2.0 warning for forks of MkDocs
  • 6f9a48b Updated links
  • 00b9933 Prepare 9.7.5 release
  • 37683d1 Updated blog post on MkDocs 2.0
  • 199e315 Updated warning message to clarify relation to MkDocs
  • 1025833 Limited version range of mkdocs to <2
  • 1532f52 Added update log to blog post
  • d0c8b28 Updated dependencies to fix vulnerabilities
  • 71d4869 Updated blog post on MkDocs 2.0
  • Additional commits viewable in compare view

Updates mkdocs-redirects to 1.2.3

Release notes

Sourced from mkdocs-redirects's releases.

v1.2.3

Full Changelog: ProperDocs/mkdocs-redirects@v1.2.2...v1.2.3

Commits
  • 77c7f93 Release 1.2.3 (#4)
  • 15082ac Remove unused Makefile
  • f38f502 Warn when this plugin is being used from the mkdocs executable (#2)
  • 92979c5 Update references - use the new origin repository for this package (#3)
  • 44e0bca Bump the minimal required version of MkDocs (#1)
  • a9dd8d4 Template upgrade
  • 100e7b4 Template upgrade
  • See full diff in compare view

Updates pyarrow to 23.0.1

Release notes

Sourced from pyarrow's releases.

Apache Arrow 23.0.1

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

Commits

Updates stac-geoparquet to 0.7.0

Release notes

Sourced from stac-geoparquet's releases.

0.7.0

What's Changed

New Contributors

Full Changelog: stac-utils/stac-geoparquet@0.6.0...0.7.0

Changelog

Sourced from stac-geoparquet's changelog.

0.7.0

Commits

Updates setuptools to 82.0.1

Changelog

Sourced from setuptools's changelog.

v82.0.1

Bugfixes

  • Fix the loading of launcher manifest.xml file. (#5047)
  • Replaced deprecated json.__version__ with fixture in tests. (#5186)

Improved Documentation

  • Add advice about how to improve predictability when installing sdists. (#5168)

Misc

v82.0.0

Deprecations and Removals

  • pkg_resources has been removed from Setuptools. Most common uses of pkg_resources have been superseded by the importlib.resources <https://docs.python.org/3/library/importlib.resources.html>_ and importlib.metadata <https://docs.python.org/3/library/importlib.metadata.html>_ projects. Projects and environments relying on pkg_resources for namespace packages or other behavior should depend on older versions of setuptools. (#3085)

v81.0.0

Deprecations and Removals

  • Removed support for the --dry-run parameter to setup.py. This one feature by its nature threads through lots of core and ancillary functionality, adding complexity and friction. Removal of this parameter will help decouple the compiler functionality from distutils and thus the eventual full integration of distutils. These changes do affect some class and function signatures, so any derivative functionality may require some compatibility shims to support their expected interface. Please report any issues to the Setuptools project for investigation. (#4872)

v80.10.2

Bugfixes

  • Update vendored dependencies. (#5159)

Misc

... (truncated)

Commits
  • 5a13876 Bump version: 82.0.0 → 82.0.1
  • 51ab8f1 Avoid using (deprecated) 'json.version' in tests (#5194)
  • f9c37b2 Docs/CI: Fix intersphinx references (#5195)
  • 8173db2 Docs: Fix intersphinx references
  • 09bafbc Fix past tense on newsfragment
  • 461ea56 Add news fragment
  • c4ffe53 Avoid using (deprecated) 'json.version' in tests
  • 749258b Cleanup pkg_resources dependencies and configuration (#5175)
  • 2019c16 Parse ext-module.define-macros from pyproject.toml as list of tuples (#5169)
  • b809c86 Sync setuptools schema with validate-pyproject (#5157)
  • Additional commits viewable in compare view

Updates stac-api-validator to 0.6.8

Release notes

Sourced from stac-api-validator's releases.

v0.6.8

0.6.8 (2026-02-20)

Bug Fixes

  • issue a warning when validate_collections is called without collection (#761) (bafdf12)
Changelog

Sourced from stac-api-validator's changelog.

0.6.8 (2026-02-20)

Bug Fixes

  • issue a warning when validate_collections is called without collection (#761) (bafdf12)

[Unreleased]

[0.6.7] - 2025-08-11

  • Support stac-check config_file (#687)

[0.6.6] - 2025-07-29

Dependency updates.

[0.6.5] - 2025-03-25

Fixed

  • Allow items without a bbox (#639)

[0.6.4] - 2025-01-17

Added

  • Ability to configure whether to open assets (#595)

Fixed

  • HTTP headers to stac-validator (#595)

[0.6.3] - 2024-10-07

Added

  • Allow generic auth headers (#392)

[0.6.2] - 2024-04-29

Fixed

  • Don't warn about old versions for extensions (#365)
  • Convert intersects geometry to dictionary for POST (#390)

[0.6.1] - 2023-04-24

Changed

... (truncated)

Commits
  • 812bf9b chore(main): release 0.6.8 (#763)
  • 328db64 chore: ignore CHANGELOG w/ prettier (#764)
  • bafdf12 fix: issue a warning when validate_collections is called without collection (...
  • 1ebd2a3 test: add Python 3.14 to the CI matrix (#762)
  • 7af8288 build(deps): bump myst-parser from 4.0.1 to 5.0.0 in /docs (#756)
  • 3b46264 build(deps): bump myst-parser from 4.0.1 to 5.0.0 (#757)
  • b638c21 refactor: modernize linting and build system (#755)
  • 1835b06 build(deps): bump the minor-and-patch group with 9 updates (#750)
  • b008386 build(deps-dev): bump websockets from 15.0.1 to 16.0 (#751)
  • 0c43d42 build(deps-dev): bump pathspec from 0.12.1 to 1.0.3 (#752)
  • 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

Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocs-redirects](https://github.com/ProperDocs/properdocs-redirects), [pyarrow](https://github.com/apache/arrow), [stac-geoparquet](https://github.com/stac-utils/stac-geoparquet), [setuptools](https://github.com/pypa/setuptools) and [stac-api-validator](https://github.com/stac-utils/stac-api-validator) to permit the latest version.

Updates `mkdocs-material` to 9.7.6
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.40...9.7.6)

Updates `mkdocs-redirects` to 1.2.3
- [Release notes](https://github.com/ProperDocs/properdocs-redirects/releases)
- [Commits](ProperDocs/mkdocs-redirects@v1.2.2...v1.2.3)

Updates `pyarrow` to 23.0.1
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@go/v17.0.0...apache-arrow-23.0.1)

Updates `stac-geoparquet` to 0.7.0
- [Release notes](https://github.com/stac-utils/stac-geoparquet/releases)
- [Changelog](https://github.com/stac-utils/stac-geoparquet/blob/main/docs/whatsnew.md)
- [Commits](stac-utils/stac-geoparquet@0.6.0...0.7.0)

Updates `setuptools` to 82.0.1
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.1.0...v82.0.1)

Updates `stac-api-validator` to 0.6.8
- [Release notes](https://github.com/stac-utils/stac-api-validator/releases)
- [Changelog](https://github.com/stac-utils/stac-api-validator/blob/main/CHANGELOG.md)
- [Commits](stac-utils/stac-api-validator@v0.6.3...v0.6.8)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-version: 9.7.6
  dependency-type: direct:development
  dependency-group: python
- dependency-name: mkdocs-redirects
  dependency-version: 1.2.3
  dependency-type: direct:development
  dependency-group: python
- dependency-name: pyarrow
  dependency-version: 23.0.1
  dependency-type: direct:development
  dependency-group: python
- dependency-name: stac-geoparquet
  dependency-version: 0.7.0
  dependency-type: direct:development
  dependency-group: python
- dependency-name: setuptools
  dependency-version: 82.0.1
  dependency-type: direct:development
  dependency-group: python
- dependency-name: stac-api-validator
  dependency-version: 0.6.8
  dependency-type: direct:development
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@gadomski gadomski enabled auto-merge (squash) April 14, 2026 12:50
@gadomski gadomski merged commit 01c8a96 into main Apr 14, 2026
13 checks passed
@gadomski gadomski deleted the dependabot/pip/python-e95f6c7b6e branch April 14, 2026 12:51
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