Skip to content

Commit eeea6bf

Browse files
authored
Merge pull request #1130 from jazzband/dependabot/pip/requirements/tox-4.4.6
Bump tox from 4.4.5 to 4.4.6 in /requirements
2 parents 018099c + ce84402 commit eeea6bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/tox.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r ./coverage.txt
2-
tox==4.4.5
2+
tox==4.4.6
33
tox-gh-actions==3.0.0

simple_history/management/commands/clean_duplicate_history.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ def add_arguments(self, parser):
3939
"--base-manager",
4040
action="store_true",
4141
default=False,
42-
help="Use Django's base manager to handle all records stored in the database,"
43-
" including those that would otherwise be filtered or modified by a"
44-
" custom manager.",
42+
help="Use Django's base manager to handle all records stored in the"
43+
" database, including those that would otherwise be filtered or modified"
44+
" by a custom manager.",
4545
)
4646

4747
def handle(self, *args, **options):

0 commit comments

Comments
 (0)