Skip to content

DEP(deps): Update confuse requirement from ~=2.2.0 to ~=2.2.1#272

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/confuse-approx-eq-2.2.1
Open

DEP(deps): Update confuse requirement from ~=2.2.0 to ~=2.2.1#272
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/confuse-approx-eq-2.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 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

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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.2.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 added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 20, 2026

@denisneuf denisneuf 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

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