Skip to content

Commit

Permalink
Merge pull request #1125 from jazzband/dependabot/pip/requirements/to…
Browse files Browse the repository at this point in the history
…x-4.4.5

Bump tox from 4.4.4 to 4.4.5 in /requirements
  • Loading branch information
ddabble authored Feb 8, 2023
2 parents 636bcbc + fdee87c commit 79182d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r ./coverage.txt
tox==4.4.4
tox==4.4.5
tox-gh-actions==3.0.0
2 changes: 1 addition & 1 deletion simple_history/tests/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class PollWithAlternativeManager(models.Model):

class CustomPollManager(models.Manager):
def get_queryset(self):
return super(CustomPollManager, self).get_queryset().exclude(hidden=True)
return super().get_queryset().exclude(hidden=True)


class PollWithCustomManager(models.Model):
Expand Down

0 comments on commit 79182d6

Please sign in to comment.