Skip to content

Commit 9e9d0ef

Browse files
Bump the deps group across 1 directory with 2 updates (#1523)
* Bump the deps group across 1 directory with 2 updates Bumps the deps group with 2 updates in the /requirements directory: [typos](https://github.com/crate-ci/typos) and [flake8-unused-arguments](https://github.com/nhoad/flake8-unused-arguments). Updates `typos` from 1.38.1 to 1.39.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.38.1...v1.39.0) Updates `flake8-unused-arguments` from 0.0.13 to 0.0.14 - [Commits](nhoad/flake8-unused-arguments@v0.0.13...v0.0.14) --- updated-dependencies: - dependency-name: typos dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: flake8-unused-arguments dependency-version: 0.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]> * Fix .typos.toml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paweł Lipski <[email protected]>
1 parent 4efcac7 commit 9e9d0ef

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ extend-exclude = [
66
]
77

88
[default.extend-words]
9+
urrent = "urrent" # to allow for `c[urrent]`
910
tatus = "tatus" # to allow for `s[tatus]`
1011
ther = "ther" # to allow for `o[ther]`
1112
typ = "typ" # to allow for `typ[e]`

requirements/flake8-check.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
flake8==7.3.0
22
flake8-plugin-utils==1.3.3
3-
flake8-unused-arguments==0.0.13
3+
flake8-unused-arguments==0.0.14
44
flake8-use-fstring==1.4

requirements/typos.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
typos==1.38.1
1+
typos==1.39.0

0 commit comments

Comments
 (0)