Update dev dependencies - #98
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==6.165.7→==6.165.10==2.3.0→==2.3.1==0.16.3→==0.16.4Release Notes
HypothesisWorks/hypothesis (hypothesis)
v6.165.10: Hypothesis version 6.165.10Compare 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.9Compare 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.8Compare 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.1Compare Source
astral-sh/ruff (ruff)
v0.16.4Compare Source
Released on 2026-08-20.
Preview features
flake8-use-pathlib] Add autofix forPTH116(#26460)refurb] Restrictdelete-full-sliceto lists (FURB131) (#27711)refurb] SkipFURB101andFURB103when theopenargument is a file descriptor (#27643)Bug fixes
InvalidInstructionon Windows CPUs that do not supportPOPCNT(#27803)pyflakes] Emit semantic syntax errors in string type definitions asF722(#27835)pylint] Allowos._exitimports inimport-private-name(PLC2701) (#27738)Rule changes
ruff] Addctypes.LittleEndianStructureand related types to existing exception (RUF012) (#27753)nonlocal(#27628)Server
Documentation
Other changes
Contributors
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.