Skip to content

Commit d8eddab

Browse files
Bump black from 22.12.0 to 23.1.0 (#95)
* Bump black from 22.12.0 to 23.1.0 Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@22.12.0...23.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fix black linting errors --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Johannes Maron <johannes@maron.family>
1 parent 8364e63 commit d8eddab

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

linter-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bandit==1.7.4
2-
black==22.12.0
2+
black==23.1.0
33
flake8==6.0.0
44
isort==5.12.0
55
pydocstyle[toml]==6.3.0

mailauth/contrib/user/migrations/0001_initial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88

99
class Migration(migrations.Migration):
10-
1110
initial = True
1211

1312
dependencies = [

mailauth/contrib/user/migrations/0002_emailuser_session_salt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77

88
class Migration(migrations.Migration):
9-
109
dependencies = [
1110
("mailauth_user", "0001_initial"),
1211
]

mailauth/contrib/user/migrations/0004_auto_20200812_0722.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33

44
class Migration(migrations.Migration):
5-
65
dependencies = [
76
("mailauth_user", "0003_ci_unique_index"),
87
]

mailauth/contrib/user/migrations/0005_emailuser_email_hash_alter_emailuser_email.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88

99
class Migration(migrations.Migration):
10-
1110
dependencies = [
1211
("mailauth_user", "0004_auto_20200812_0722"),
1312
]

0 commit comments

Comments
 (0)