Skip to content

DEP(deps): Update confuse requirement from ~=2.1.0 to ~=2.2.1 - #2027

Merged
saleweaver merged 1 commit into
masterfrom
dependabot/pip/master/confuse-approx-eq-2.2.1
Aug 1, 2026
Merged

DEP(deps): Update confuse requirement from ~=2.1.0 to ~=2.2.1#2027
saleweaver merged 1 commit into
masterfrom
dependabot/pip/master/confuse-approx-eq-2.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on confuse to permit the latest version.

Release notes

Sourced from confuse's releases.

v2.2.1

What's Changed

  • Require typing_extensions on older Python versions (and use typing on newer versions). #189
  • Narrow Path template shorthand handling to concrete pathlib.Path values for more accurate type checking.
  • Fix confuse.Path which now points to confuse.templates.Path instead of pathlib.Path.

Full Changelog: beetbox/confuse@v2.2.0...v2.2.1

Changelog

Sourced from confuse's changelog.

v2.2.1

  • Require typing_extensions on older Python versions (and use typing on newer versions). #189
  • Narrow Path template shorthand handling to concrete pathlib.Path values for more accurate type checking.
  • Fix confuse.Path which now points to confuse.templates.Path instead of pathlib.Path.

v2.2.0

  • Drop support for Python 3.9.
  • Ship inline type information via a py.typed marker for type checkers.
  • Tighten and extend type hints across the public API, templates, and sources.
  • Add strict mypy configuration and align tests/examples with the new typing.
  • Include docs and tests directory in source distributions.

v2.1.0

  • Drop support for versions of Python below 3.9.
  • Removed 'u' prefix from string literals for Python 3.0+ compatibility.
  • Removed a number of python 2 leftovers.
  • Removed deprecated pkgutil.get_loader usage in favor of importlib..util.find_spec for better compatibility with modern Python versions.
  • Added typehints to as_* functions which allows for enhanced type checking and IDE support.
  • Added a minimal release workflow for GitHub Actions to automate the release process.
  • Added support for Python 3.13 and Python 3.14.
  • Modernized package and tests setup.

v2.0.1

  • Remove a <4 Python version requirement bound.

v2.0.0

  • Drop support for versions of Python below 3.6.

v1.7.0

  • Add support for reading configuration values from environment variables (see EnvSource).

... (truncated)

Commits
  • 99d55ef Increment version to 2.2.1
  • 937f899 Fix changelog before release
  • d4b1500 Resolve optional Path correctly (#197)
  • e24ce6e Fix confuse.Path
  • 0c1cde4 Fix incompatibility with pathlib.Path
  • e5fea14 Require typing_extensions on Python < 3.13 (#193)
  • e076042 Reformatted docs
  • 4f93c1e Require typing_extensions on Python < 3.13
  • cc1e751 Increment version to 2.2.0
  • d2a4507 Fix PYTHON_VERSION env var in make_release.yaml
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 27, 2026

@saleweaver saleweaver left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

@dependabot merge

Updates the requirements on [confuse](https://github.com/beetbox/confuse) to permit the latest version.
- [Release notes](https://github.com/beetbox/confuse/releases)
- [Changelog](https://github.com/beetbox/confuse/blob/main/docs/changelog.rst)
- [Commits](beetbox/confuse@v2.1.0...v2.2.1)

---
updated-dependencies:
- dependency-name: confuse
  dependency-version: 2.2.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/master/confuse-approx-eq-2.2.1 branch from 87d1d4a to 022525a Compare August 1, 2026 10:09

@saleweaver saleweaver left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

@dependabot merge

@saleweaver
saleweaver merged commit 8bbd1f5 into master Aug 1, 2026
4 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/master/confuse-approx-eq-2.2.1 branch August 1, 2026 10:17
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