Skip to content

Commit ee2b8f2

Browse files
pyup-botsliverc
andauthored
Scheduled biweekly dependency update for week 08 (#1129)
* Update black from 22.12.0 to 23.1.0 * Update flake8-bugbear from 23.1.14 to 23.2.13 * Update isort from 5.11.4 to 5.12.0 * Update sphinx from 5.3.0 to 6.1.3 * Update sphinx_rtd_theme from 1.1.1 to 1.2.0 * Update faker from 16.4.0 to 17.0.0 * Reformatted with black 2023 style * Set warning stacklevel so it is clear This is a simply warning with a key where not stacktrace is needed. --------- Co-authored-by: Oliver Sauder <os@esite.ch>
1 parent 735ce29 commit ee2b8f2

26 files changed

+8
-39
lines changed

example/migrations/0001_initial.py

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

44

55
class Migration(migrations.Migration):
6-
76
initial = True
87

98
dependencies = []

example/migrations/0002_taggeditem.py

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

44

55
class Migration(migrations.Migration):
6-
76
dependencies = [
87
("contenttypes", "0002_remove_content_type_name"),
98
("example", "0001_initial"),

example/migrations/0003_polymorphics.py

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

44

55
class Migration(migrations.Migration):
6-
76
dependencies = [
87
("contenttypes", "0002_remove_content_type_name"),
98
("example", "0002_taggeditem"),

example/migrations/0004_auto_20171011_0631.py

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

44

55
class Migration(migrations.Migration):
6-
76
dependencies = [
87
("example", "0003_polymorphics"),
98
]

example/migrations/0005_auto_20180922_1508.py

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

66

77
class Migration(migrations.Migration):
8-
98
dependencies = [
109
("example", "0004_auto_20171011_0631"),
1110
]

example/migrations/0006_auto_20181228_0752.py

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

66

77
class Migration(migrations.Migration):
8-
98
dependencies = [
109
("example", "0005_auto_20180922_1508"),
1110
]

example/migrations/0007_artproject_description.py

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

55

66
class Migration(migrations.Migration):
7-
87
dependencies = [
98
("example", "0006_auto_20181228_0752"),
109
]

example/migrations/0008_labresults.py

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

66

77
class Migration(migrations.Migration):
8-
98
dependencies = [
109
("example", "0007_artproject_description"),
1110
]

example/migrations/0009_labresults_author.py

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

66

77
class Migration(migrations.Migration):
8-
98
dependencies = [
109
("example", "0008_labresults"),
1110
]

example/migrations/0010_auto_20210714_0809.py

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

55

66
class Migration(migrations.Migration):
7-
87
dependencies = [
98
("example", "0009_labresults_author"),
109
]

0 commit comments

Comments
 (0)