Skip to content

Commit 959d150

Browse files
Bump pipdeptree from 2.26.0 to 2.26.1 in /src/requirements (#1826)
* Bump pipdeptree from 2.26.0 to 2.26.1 in /src/requirements Bumps [pipdeptree](https://github.com/tox-dev/pipdeptree) from 2.26.0 to 2.26.1. - [Release notes](https://github.com/tox-dev/pipdeptree/releases) - [Commits](tox-dev/pipdeptree@2.26.0...2.26.1) --- updated-dependencies: - dependency-name: pipdeptree dependency-version: 2.26.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent eae1431 commit 959d150

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ pre-commit==4.2.0
77
hypothesis==6.131.3
88
tblib==3.1.0
99
unittest-xml-reporting==3.2.0
10-
pipdeptree==2.26.0
10+
pipdeptree==2.26.1

src/utils/mixins.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def dispatch(self, request, *args, **kwargs):
5151
raise PermissionDenied()
5252

5353

54-
5554
class AnyTeamMemberRequiredMixin(BaseTeamPermRequiredMixin):
5655
"""Mixin for views available to anyone with a "camps.<team>_team_member" permission for any team.
5756
@@ -81,7 +80,8 @@ class AnyTeamFacilitatorRequiredMixin(BaseTeamPermRequiredMixin):
8180
class AnyTeamPosRequiredMixin(BaseTeamPermRequiredMixin):
8281
"""Mixin for views available to anyone with a "camps.<team>_team_pos" permission for any team.
8382
84-
Currently used to control access to the backoffice POS list, POS Transaction List, POS sale list, POS product list, and POS Product Cost List views."""
83+
Currently used to control access to the backoffice POS list, POS Transaction List, POS sale list, POS product list, and POS Product Cost List views.
84+
"""
8585

8686
perm = "pos"
8787

0 commit comments

Comments
 (0)