Skip to content

Update dev dependencies - #98

Merged
danlamanna merged 1 commit into
masterfrom
renovate/dev-deps
Aug 25, 2026
Merged

Update dev dependencies#98
danlamanna merged 1 commit into
masterfrom
renovate/dev-deps

Conversation

@renovate

@renovate renovate Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
hypothesis (changelog) ==6.165.7==6.165.10 age confidence
mypy (changelog) ==2.3.0==2.3.1 age confidence
ruff (source, changelog) ==0.16.3==0.16.4 age confidence

Release Notes

HypothesisWorks/hypothesis (hypothesis)

v6.165.10: Hypothesis version 6.165.10

Compare Source

This patch fixes several "from_regex()" bugs (issue #​4857, issue
#​4858, and issue #​4859):

  • Character classes which combine a negative category with other
    members, like "[\W_]", now match the union of their members instead
    of incorrectly excluding characters.

  • Patterns compiled with the "re.ASCII" flag are now handled
    correctly: inverted categories such as "\D" match the complement of
    their ascii counterpart, including non-ascii characters; explicit
    characters and ranges in character classes are not restricted to
    ascii; and only ascii characters casefold under "re.IGNORECASE".

  • Subpatterns which cannot be generated from the "alphabet", but may
    be repeated zero times - like "b*" in "st.from_regex(r"ab",
    alphabet="a")" - no longer raise an error.

The canonical version of these notes (with links) is on readthedocs.

v6.165.9: Hypothesis version 6.165.9

Compare Source

This patch improves the performance of "one_of()" when it can be
simplified to a single real strategy, for example "st.integers() |
st.nothing()".

The canonical version of these notes (with links) is on readthedocs.

v6.165.8: Hypothesis version 6.165.8

Compare Source

This patch provides a better error message for some "from_regex()"
cases where the passed pattern and alphabet were incompatible, as in
"st.from_regex(r"\d", alphabet="abc")".

Thanks to Dmitry Dygalo for this fix!

The canonical version of these notes (with links) is on readthedocs.

python/mypy (mypy)

v2.3.1

Compare Source

astral-sh/ruff (ruff)

v0.16.4

Compare Source

Released on 2026-08-20.

Preview features
  • [flake8-use-pathlib] Add autofix for PTH116 (#​26460)
  • [refurb] Restrict delete-full-slice to lists (FURB131) (#​27711)
  • [refurb] Skip FURB101 and FURB103 when the open argument is a file descriptor (#​27643)
Bug fixes
  • Fix InvalidInstruction on Windows CPUs that do not support POPCNT (#​27803)
  • [pyflakes] Emit semantic syntax errors in string type definitions as F722 (#​27835)
  • [pylint] Allow os._exit imports in import-private-name (PLC2701) (#​27738)
Rule changes
  • [syntax-errors] Align mixed t-string/bytes error message with CPython 3.14 (#​27766)
  • [ruff] Add ctypes.LittleEndianStructure and related types to existing exception (RUF012) (#​27753)
  • [syntax-errors] Detect duplicate keyword arguments (#​17804)
  • [syntax-errors] Detect parameters declared nonlocal (#​27628)
Server
  • Offer display-only fixes and mark safe fixes preferred (#​27807)
  • Support pull diagnostics for notebook cells (#​27779)
Documentation
  • Add default indicator to rules table (#​27724)
  • Fix broken link to Python docs (#​27757)
Other changes
  • Fix s390x stacker assembly in release builds (#​27776)
  • Guarantee minimum stack size when parsing a module, standalone expression, and suites (#​25464)
  • Reduce configuration deserialization code size (#​27924)
  • Check packed AST index bounds (#​27849)
Contributors

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@danlamanna
danlamanna merged commit 1da84c9 into master Aug 25, 2026
4 checks passed
@danlamanna
danlamanna deleted the renovate/dev-deps branch August 25, 2026 19:42
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