Skip to content

Update dependency iniconfig to v2.3.0#154

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/iniconfig-2.x
Closed

Update dependency iniconfig to v2.3.0#154
renovate[bot] wants to merge 1 commit intomainfrom
renovate/iniconfig-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 18, 2025

This PR contains the following updates:

Package Change Age Confidence
iniconfig ==2.1.0==2.3.0 age confidence

Release Notes

pytest-dev/iniconfig (iniconfig)

v2.3.0

Compare Source

=====

  • add IniConfig.parse() classmethod with strip_inline_comments parameter (fixes #​55)
    • by default (strip_inline_comments=True), inline comments are properly stripped from values
    • set strip_inline_comments=False to preserve old behavior if needed
  • IniConfig() constructor maintains backward compatibility (does not strip inline comments)
  • users should migrate to IniConfig.parse() for correct comment handling
  • add strip_section_whitespace parameter to IniConfig.parse() (regarding #​4)
    • opt-in parameter to strip Unicode whitespace from section names
    • when True, strips Unicode whitespace (U+00A0, U+2000, U+3000, etc.) from section names
    • when False (default), preserves existing behavior for backward compatibility
  • clarify Unicode whitespace handling (regarding #​4)
    • since iniconfig 2.0.0 (Python 3 only), all strings are Unicode by default
    • Python 3's str.strip() has handled Unicode whitespace since Python 3.0 (2008)
    • iniconfig automatically benefits from this in all supported versions (Python >= 3.10)
    • key names and values have Unicode whitespace properly stripped using Python's built-in methods

v2.2.0

Compare Source

=====

  • drop Python 3.8 and 3.9 support (now requires Python >= 3.10)
  • add Python 3.14 classifier
  • migrate from hatchling to setuptools 77 with setuptools_scm
  • adopt PEP 639 license specifiers and PEP 740 build attestations
  • migrate from black + pyupgrade to ruff
  • migrate CI to uv and unified test workflow
  • automate GitHub releases and PyPI publishing via Trusted Publishing
  • include tests in sdist
  • modernize code for Python 3.10+ (remove future annotations, TYPE_CHECKING guards)
  • rename _ParsedLine to ParsedLine

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update dependency iniconfig to v2.2.0 Update dependency iniconfig to v2.3.0 Oct 19, 2025
@renovate renovate Bot force-pushed the renovate/iniconfig-2.x branch from b21b6bf to 6695401 Compare October 19, 2025 02:23
@renovate renovate Bot force-pushed the renovate/iniconfig-2.x branch from 6695401 to 0a491a3 Compare October 28, 2025 00:36
@renovate renovate Bot force-pushed the renovate/iniconfig-2.x branch 2 times, most recently from 9732351 to 986e11a Compare November 13, 2025 17:11
@renovate renovate Bot force-pushed the renovate/iniconfig-2.x branch 2 times, most recently from fc28437 to e6f3904 Compare December 19, 2025 21:41
@renovate renovate Bot force-pushed the renovate/iniconfig-2.x branch from e6f3904 to 2e7426d Compare February 10, 2026 22:26
@renovate renovate Bot force-pushed the renovate/iniconfig-2.x branch from 2e7426d to b80b64c Compare March 9, 2026 22:48
@renovate renovate Bot force-pushed the renovate/iniconfig-2.x branch 2 times, most recently from 1300ece to 2220dc5 Compare April 15, 2026 00:49
@renovate renovate Bot force-pushed the renovate/iniconfig-2.x branch from 2220dc5 to e780d81 Compare April 15, 2026 01:20
@frankw2 frankw2 closed this Apr 15, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 15, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==2.3.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/iniconfig-2.x branch April 15, 2026 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant