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:
==2.2.2
->==2.2.4
==7.2.1
->==7.2.2
==7.2.1
->==7.2.2
==0.0.252
->==0.0.256
==4.4.6
->==4.4.7
Release Notes
codespell-project/codespell
v2.2.4
Compare Source
What's Changed
Full Changelog: codespell-project/codespell@v2.2.3...v2.2.4
v2.2.3
Compare Source
NOTE:
This release is broken for Python < 3.11 without tomli installed in the presence of
.toml
files (e.g.,pyproject.toml
), see https://github.com/codespell-project/actions-codespell/issues/59 !What's Changed
ifset->if set
to code dictionary by @skangas in https://github.com/codespell-project/codespell/pull/2681MANIFEST.in
is obsolete, get rid of it by @DimitriPapadopoulos in https://github.com/codespell-project/codespell/pull/2646ws->was
to code dictionary by @skangas in https://github.com/codespell-project/codespell/pull/2699pullrequest
to code dictionary by @robin-wayve in https://github.com/codespell-project/codespell/pull/2708propect->prospect, protect, project,
and variations by @skangas in https://github.com/codespell-project/codespell/pull/2710keypair(s)->key pair(s)
to code dictionary by @skangas in https://github.com/codespell-project/codespell/pull/2743man-in-the-middle->adversary-in-the-middle
alternative by @skangas in https://github.com/codespell-project/codespell/pull/2744shouldnot
to code dictionary (Fixes #2528) by @skangas in https://github.com/codespell-project/codespell/pull/2747convervation->conservation
et al (Fix #2716) by @skangas in https://github.com/codespell-project/codespell/pull/2746New Contributors
Full Changelog: codespell-project/codespell@v2.2.2...v2.2.3
nedbat/coveragepy
v7.2.2
Compare Source
Fix: if a virtualenv was created inside a source directory, and a sourced
package was installed inside the virtualenv, then all of the third-party
packages inside the virtualenv would be measured. This was incorrect, but
has now been fixed: only the specified packages will be measured, thanks to
Manuel Jacob <pull 1560_>
_.Fix: the
coverage lcov
command could create a .lcov file with incorrectLF (lines found) and LH (lines hit) totals. This is now fixed, thanks to
Ian Moore <pull 1583_>
_.Fix: the
coverage xml
command on Windows could create a .xml file withduplicate
<package>
elements. This is now fixed, thanks toBenjamin Parzella <pull 1574_>
, closingissue 1573
... _pull 1560:https://github.com/nedbat/coveragepy/pull/15600
.. _issue 1573https://github.com/nedbat/coveragepy/issues/157373
.. _pull 157https://github.com/nedbat/coveragepy/pull/1574574
.. _pull 15https://github.com/nedbat/coveragepy/pull/15831583
.. _changes_7-2-1:
pytest-dev/pytest
v7.2.2
Compare Source
pytest 7.2.2 (2023-03-03)
Bug Fixes
pytest.approx
{.interpreted-text role="func"} handling of dictionaries containing one or more values of [0.0]{.title-ref}.teardown
would be called as part ofnose
teardown stage.--fixtures
and--help
are passed at the same time.pytest.raises
{.interpreted-text role="func"} to return a 'ContextManager' so that type-checkers could narrowpytest.raises(...) if ... else nullcontext()
down to 'ContextManager' rather than 'object'.Improved Documentation
about not collecting tests and not executing the rest of the module.
charliermarsh/ruff
v0.0.256
Compare Source
What's Changed
Bug Fixes
math
constants in defaults by @XuehaiPan in https://github.com/charliermarsh/ruff/pull/3484not
in error message by @Czaki in https://github.com/charliermarsh/ruff/pull/3497Other Changes
# ruff:
prefix for isort action comments by @charliermarsh in https://github.com/charliermarsh/ruff/pull/3493Full Changelog: astral-sh/ruff@v0.0.255...v0.0.256
v0.0.255
Compare Source
What's Changed
Rules
flake8-pie
] Fix PIE802 broken auto-fix with trailing comma by @JonathanPlasse in [https://github.com/Fix PIE802 broken auto-fix with trailing comma astral-sh/ruff#3402](htConfiguration
📅 Schedule: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - "after 1 am and before 7 am" in timezone Etc/UTC.
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.