From 26269924b24c28048650697596879103e1b25448 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 21 Jan 2025 08:58:09 -0500
Subject: [PATCH] Bump ruff from 0.9.1 to 0.9.2 (#244)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.1 to 0.9.2.
Release notes
Sourced from ruff's
releases.
0.9.2
Release Notes
Preview features
- [
airflow
] Fix typo "security_managr" to
"security_manager" (AIR303
) (#15463)
- [
airflow
] extend and fix AIR302 rules (#15525)
- [
fastapi
] Handle parameters with Depends
correctly (FAST003
) (#15364)
- [
flake8-pytest-style
] Implement pytest.warns
diagnostics (PT029
, PT030
, PT031
)
(#15444)
- [
flake8-pytest-style
] Test function parameters with
default arguments (PT028
) (#15449)
- [
flake8-type-checking
] Avoid false positives for
|
in TC008
(#15201)
Rule changes
- [
flake8-todos
] Allow VSCode GitHub PR extension style
links in missing-todo-link
(TD003
) (#15519)
- [
pyflakes
] Show syntax error message for
F722
(#15523)
Formatter
- Fix curly bracket spacing around f-string expressions containing
curly braces (#15471)
- Fix joining of f-strings with different quotes when using quote
style
Preserve
(#15524)
Server
- Avoid indexing the same workspace multiple times (#15495)
- Display context for
ruff.configuration
errors (#15452)
Configuration
- Remove
flatten
to improve deserialization error
messages (#15414)
Bug fixes
- Parse triple-quoted string annotations as if parenthesized (#15387)
- [
fastapi
] Update Annotated
fixes
(FAST002
) (#15462)
- [
flake8-bandit
] Check for builtins
instead
of builtin
(S102
, PTH123
) (#15443)
- [
flake8-pathlib
] Fix --select
for
os-path-dirname
(PTH120
) (#15446)
- [
ruff
] Fix false positive on global keyword
(RUF052
) (#15235)
Contributors
... (truncated)
Changelog
Sourced from ruff's
changelog.
0.9.2
Preview features
- [
airflow
] Fix typo "security_managr" to
"security_manager" (AIR303
) (#15463)
- [
airflow
] extend and fix AIR302 rules (#15525)
- [
fastapi
] Handle parameters with Depends
correctly (FAST003
) (#15364)
- [
flake8-pytest-style
] Implement pytest.warns
diagnostics (PT029
, PT030
, PT031
)
(#15444)
- [
flake8-pytest-style
] Test function parameters with
default arguments (PT028
) (#15449)
- [
flake8-type-checking
] Avoid false positives for
|
in TC008
(#15201)
Rule changes
- [
flake8-todos
] Allow VSCode GitHub PR extension style
links in missing-todo-link
(TD003
) (#15519)
- [
pyflakes
] Show syntax error message for
F722
(#15523)
Formatter
- Fix curly bracket spacing around f-string expressions containing
curly braces (#15471)
- Fix joining of f-strings with different quotes when using quote
style
Preserve
(#15524)
Server
- Avoid indexing the same workspace multiple times (#15495)
- Display context for
ruff.configuration
errors (#15452)
Configuration
- Remove
flatten
to improve deserialization error
messages (#15414)
Bug fixes
- Parse triple-quoted string annotations as if parenthesized (#15387)
- [
fastapi
] Update Annotated
fixes
(FAST002
) (#15462)
- [
flake8-bandit
] Check for builtins
instead
of builtin
(S102
, PTH123
) (#15443)
- [
flake8-pathlib
] Fix --select
for
os-path-dirname
(PTH120
) (#15446)
- [
ruff
] Fix false positive on global keyword
(RUF052
) (#15235)
Commits
0a39348
Include build binaries
027f800
Comment out non-npm-publish jobs
425870d
Upload npm publish logs when failed
c20255a
Bump version to 0.9.2 (#15529)
4203658
Fix joining of f-strings with different quotes when using quote style
`Preser...
fc9dd63
[airflow] extend and fix AIR302 rules (#15525)
79e52c7
[pyflakes
] Show syntax error message for F722
(#15523)
cf4ab7c
Parse triple quoted string annotations as if parenthesized (#15387)
d2656e8
[flake8-todos
] Allow VSCode GitHub PR extension style links
in `missing-tod...
c53ee60
Typeshed-sync workflow: add appropriate labels, link directly to failing
run ...
- Additional commits viewable in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruff&package-manager=pip&previous-version=0.9.1&new-version=0.9.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Pipfile.lock | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/Pipfile.lock b/Pipfile.lock
index 04557d3..c9c05f5 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -370,28 +370,28 @@
},
"ruff": {
"hashes": [
- "sha256:186c2313de946f2c22bdf5954b8dd083e124bcfb685732cfb0beae0c47233d9b",
- "sha256:1cd76c7f9c679e6e8f2af8f778367dca82b95009bc7b1a85a47f1521ae524fa7",
- "sha256:2f312c86fb40c5c02b44a29a750ee3b21002bd813b5233facdaf63a51d9a85e1",
- "sha256:342a824b46ddbcdddd3abfbb332fa7fcaac5488bf18073e841236aadf4ad5c19",
- "sha256:39d0174ccc45c439093971cc06ed3ac4dc545f5e8bdacf9f067adf879544d969",
- "sha256:3cae39ba5d137054b0e5b472aee3b78a7c884e61591b100aeb544bcd1fc38d4f",
- "sha256:3f94942a3bb767675d9a051867c036655fe9f6c8a491539156a6f7e6b5f31831",
- "sha256:46ebf5cc106cf7e7378ca3c28ce4293b61b449cd121b98699be727d40b79ba72",
- "sha256:50c647ff96f4ba288db0ad87048257753733763b409b2faf2ea78b45c8bb7fcb",
- "sha256:5dc40a378a0e21b4cfe2b8a0f1812a6572fc7b230ef12cd9fac9161aa91d807f",
- "sha256:69572926c0f0c9912288915214ca9b2809525ea263603370b9e00bed2ba56dbd",
- "sha256:728d791b769cc28c05f12c280f99e8896932e9833fef1dd8756a6af2261fd1ab",
- "sha256:84330dda7abcc270e6055551aca93fdde1b0685fc4fd358f26410f9349cf1743",
- "sha256:937267afce0c9170d6d29f01fcd1f4378172dec6760a9f4dface48cdabf9610a",
- "sha256:ae017c3a29bee341ba584f3823f805abbe5fe9cd97f87ed07ecbf533c4c88366",
- "sha256:beb3298604540c884d8b282fe7625651378e1986c25df51dec5b2f60cafc31ce",
- "sha256:f0c8b149e9c7353cace7d698e1656ffcf1e36e50f8ea3b5d5f7f87ff9986a7ca",
- "sha256:fd2b25ecaf907d6458fa842675382c8597b3c746a2dde6717fe3415425df0c17"
+ "sha256:1a605fdcf6e8b2d39f9436d343d1f0ff70c365a1e681546de0104bef81ce88df",
+ "sha256:3292c5a22ea9a5f9a185e2d131dc7f98f8534a32fb6d2ee7b9944569239c648d",
+ "sha256:492a5e44ad9b22a0ea98cf72e40305cbdaf27fac0d927f8bc9e1df316dcc96eb",
+ "sha256:71cbe22e178c5da20e1514e1e01029c73dc09288a8028a5d3446e6bba87a5145",
+ "sha256:80605a039ba1454d002b32139e4970becf84b5fee3a3c3bf1c2af6f61a784347",
+ "sha256:82b35259b0cbf8daa22a498018e300b9bb0174c2bbb7bcba593935158a78054d",
+ "sha256:8b6a9701d1e371bf41dca22015c3f89769da7576884d2add7317ec1ec8cb9c3c",
+ "sha256:8efd9da7a1ee314b910da155ca7e8953094a7c10d0c0a39bfde3fcfd2a015684",
+ "sha256:9cc53e68b3c5ae41e8faf83a3b89f4a5d7b2cb666dff4b366bb86ed2a85b481f",
+ "sha256:a1b63fa24149918f8b37cef2ee6fff81f24f0d74b6f0bdc37bc3e1f2143e41c6",
+ "sha256:af1e9e9fe7b1f767264d26b1075ac4ad831c7db976911fa362d09b2d0356426a",
+ "sha256:b338edc4610142355ccf6b87bd356729b62bf1bc152a2fad5b0c7dc04af77bfe",
+ "sha256:b5eceb334d55fae5f316f783437392642ae18e16dcf4f1858d55d3c2a0f8f5d0",
+ "sha256:b9aab82bb20afd5f596527045c01e6ae25a718ff1784cb92947bff1f83068b00",
+ "sha256:c547f7f256aa366834829a08375c297fa63386cbe5f1459efaf174086b564247",
+ "sha256:c5e1d6abc798419cf46eed03f54f2e0c3adb1ad4b801119dedf23fcaf69b55b5",
+ "sha256:d18bba3d3353ed916e882521bc3e0af403949dbada344c20c16ea78f47af965e",
+ "sha256:fbd337bac1cfa96be615f6efcd4bc4d077edbc127ef30e2b8ba2a27e18c054d4"
],
"index": "pypi",
"markers": "python_version >= '3.7'",
- "version": "==0.9.1"
+ "version": "==0.9.2"
},
"tomli": {
"hashes": [