build(deps-dev): bump the deps group with 2 updates
Merged
Number: #416
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
May 01, 2025 at 09:58 AM UTC
(about 1 year ago)
(about 1 year ago)
Updated:
May 13, 2025 at 12:06 PM UTC
(about 1 year ago)
(about 1 year ago)
Merged:
May 13, 2025 at 12:06 PM UTC
(about 1 year ago)
by csernazs
(about 1 year ago)
by csernazs
Time to Close:
12 days
Labels:
dependencies python
dependencies python
Description:
Bumps the deps group with 2 updates: pytest-cov and ruff.
Updates pytest-cov from 6.0.0 to 6.1.1
Changelog
Sourced from pytest-cov's changelog.
6.1.1 (2025-04-05)
- Fixed breakage that occurs when
--cov-contextand theno_covermarker are used together.6.1.0 (2025-04-01)
- Change terminal output to use full width lines for the coverage header. Contributed by Tsvika Shapira in
[#678](https://github.com/pytest-dev/pytest-cov/issues/678) <https://github.com/pytest-dev/pytest-cov/pull/678>_.- Removed unnecessary CovFailUnderWarning. Fixes
[#675](https://github.com/pytest-dev/pytest-cov/issues/675) <https://github.com/pytest-dev/pytest-cov/issues/675>_.- Fixed the term report not using the precision specified via
--cov-precision.
Commits
9463242Bump version: 6.1.0 → 6.1.17f2781bUpdate changelog.a59548fAllow the context plugin to check if the controller is running or not. Fixes ...10f8cdeBump version: 6.0.0 → 6.1.010b14afUpdate changelog.aa57aedRefactor a bit the internals to be a bit less boilerplatey and have more clar...e760099Make sure the CLI precision is used when creating report. Fixes #674.44540e1Remove unnecessary CovFailUnderWarning. Closes #675.204af14Update changelog.089e7bbUpgrade ruff.- Additional commits viewable in compare view
Updates ruff from 0.11.2 to 0.11.7
Release notes
Sourced from ruff's releases.
0.11.7
Release Notes
Preview features
- [
airflow] Apply auto fixes to cases where the names have changed in Airflow 3 (AIR301) (#17355)- [
perflint] Implement fix formanual-dict-comprehension(PERF403) (#16719)- [syntax-errors] Make duplicate parameter names a semantic error (#17131)
Bug fixes
- [
airflow] Fix typos in provider package names (AIR302,AIR312) (#17574)- [
flake8-type-checking] Visit keyword arguments in checks involvingtyping.cast/typing.NewTypearguments (#17538)- [
pyupgrade] Preserve parenthesis when fixing native literals containing newlines (UP018) (#17220)- [
refurb] Mark theFURB161fix unsafe except for integers and booleans (#17240)Rule changes
- [
perflint] Allow list function calls to be replaced with a comprehension (PERF401) (#17519)- [
pycodestyle] Auto-fix redundant boolean comparison (E712) (#17090)- [
pylint] make fix unsafe if delete comments (PLR1730) (#17459)Documentation
Contributors
... (truncated)
Changelog
Sourced from ruff's changelog.
0.11.7
Preview features
- [
airflow] Apply auto fixes to cases where the names have changed in Airflow 3 (AIR301) (#17355)- [
perflint] Implement fix formanual-dict-comprehension(PERF403) (#16719)- [syntax-errors] Make duplicate parameter names a semantic error (#17131)
Bug fixes
- [
airflow] Fix typos in provider package names (AIR302,AIR312) (#17574)- [
flake8-type-checking] Visit keyword arguments in checks involvingtyping.cast/typing.NewTypearguments (#17538)- [
pyupgrade] Preserve parenthesis when fixing native literals containing newlines (UP018) (#17220)- [
refurb] Mark theFURB161fix unsafe except for integers and booleans (#17240)Rule changes
- [
perflint] Allow list function calls to be replaced with a comprehension (PERF401) (#17519)- [
pycodestyle] Auto-fix redundant boolean comparison (E712) (#17090)- [
pylint] make fix unsafe if delete comments (PLR1730) (#17459)Documentation
0.11.6
Preview features
- Avoid adding whitespace to the end of a docstring after an escaped quote (#17216)
- [
airflow] ExtractAIR311fromAIR301rules (AIR301,AIR311) (#17310, #17422)Bug fixes
- Raise syntax error when
\is at end of file (#17409)0.11.5
Preview features
- [
airflow] Add missingAIR302attribute check (#17115)- [
airflow] Expand module path check to individual symbols (AIR302) (#17278)- [
airflow] ExtractAIR312fromAIR302rules (AIR302,AIR312) (#17152)- [
airflow] Update oudatedAIR301,AIR302rules (#17123)- [syntax-errors] Async comprehension in sync comprehension (#17177)
- [syntax-errors] Check annotations in annotated assignments (#17283)
- [syntax-errors] Extend annotation checks to
await(#17282)Bug fixes
... (truncated)
Commits
f7b4851Bump 0.11.7 (#17613)9937064[red-knot] Use iterative approach to collect overloads (#17607)8d2c792red_knot_python_semantic: avoid Rust's screaming snake case convention in mdtest0f47810red_knot_python_semantic: improve diagnostics for unsupported boolean convers...eb1d251red_knot_python_semantic: add "return type span" helper methoda45a0a9red_knot_python_semantic: move parameter span helper method43bd043ruff_db: add aFromimpl forFileRangetoSpan9a54ee3red_knot_python_semantic: add snapshot tests for unsupported boolean conversions25c3be5[red-knot] simplify != narrowing (#17610)e71f3ed[red-knot] Update==and!=narrowing (#17567)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+22
+22
Deletions:
-22
-22
Package Dependencies
Technical Details
| ID: | 237422 |
| UUID: | 2493520618 |
| Node ID: | PR_kwDOCI518M6UoBrq |
| Host: | GitHub |
| Repository: | csernazs/pytest-httpserver |
| Merge State: | Unknown |