Skip to content

chore(deps): update dependency iniconfig to v2.3.0 - #280

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/iniconfig-2.x
Open

chore(deps): update dependency iniconfig to v2.3.0#280
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/iniconfig-2.x

Conversation

@renovate

@renovate renovate Bot commented Oct 18, 2025

Copy link
Copy Markdown
Contributor

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: Enabled.

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 chore(deps): update dependency iniconfig to v2.2.0 chore(deps): update dependency iniconfig to v2.3.0 Oct 19, 2025
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch from fc39603 to bca7c33 Compare October 19, 2025 03:14
@renovate renovate Bot assigned w4bo Oct 19, 2025
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch 4 times, most recently from ace349f to 7aa6068 Compare October 29, 2025 04:00
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch 2 times, most recently from d1b5f58 to ab1d666 Compare November 4, 2025 07:54
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch 4 times, most recently from fbc9067 to 2fb60a7 Compare November 12, 2025 11:15
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch 5 times, most recently from 423239f to aabf2a8 Compare November 24, 2025 20:53
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch 5 times, most recently from 9ec8d32 to f3832d3 Compare December 9, 2025 20:08
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch 3 times, most recently from 7aebd09 to df17069 Compare December 14, 2025 02:41
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch 2 times, most recently from a885988 to 7f6f92c Compare December 23, 2025 09:57
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch 2 times, most recently from d8472b8 to 87c9065 Compare January 6, 2026 09:42
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch 3 times, most recently from 5ee0314 to 27abefd Compare January 27, 2026 10:48
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch from 27abefd to 582d46c Compare February 5, 2026 15:03
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch 3 times, most recently from b990ea4 to 6cc91ef Compare March 3, 2026 14:50
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch 3 times, most recently from df02bbd to a393e7c Compare March 6, 2026 14:19
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch from a393e7c to e816728 Compare March 16, 2026 00:52
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch from e816728 to c31bb42 Compare March 26, 2026 01:11
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch 2 times, most recently from 6411e8a to ad12302 Compare April 3, 2026 16:55
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch 4 times, most recently from d015490 to ff0debc Compare April 20, 2026 10:37
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch 7 times, most recently from af0b395 to c46a0ee Compare April 27, 2026 10:00
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch 2 times, most recently from 0aa1b4d to 7bdcfe6 Compare May 4, 2026 13:51
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch from 7bdcfe6 to f333830 Compare May 20, 2026 01:30
@renovate
renovate Bot force-pushed the renovate/iniconfig-2.x branch from f333830 to 843ed54 Compare May 27, 2026 11:33
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