Skip to content

Commit a1e7b68

Browse files
chore(deps-dev): bump black from 25.9.0 to 25.11.0
Bumps [black](https://github.com/psf/black) from 25.9.0 to 25.11.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.9.0...25.11.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09e15b2 commit a1e7b68

File tree

3 files changed

+31
-26
lines changed

3 files changed

+31
-26
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ bitwarden-exporter = "bitwarden_exporter.__main__:main"
7070
[project.optional-dependencies]
7171
dev = [
7272
"bandit==1.8.6",
73-
"black==25.11.0",
73+
"black==25.12.0",
7474
"isort==7.0.0",
7575
"mypy==1.18.2",
7676
"neovim==0.3.1",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ astroid==4.0.1
1111
# via pylint
1212
bandit==1.8.6
1313
# via bitwarden-exporter
14-
black==25.9.0
14+
black==25.12.0
1515
# via bitwarden-exporter
1616
cffi==2.0.0
1717
# via argon2-cffi-bindings

uv.lock

Lines changed: 29 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)