mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Bump mako from 1.2.3 to 1.2.4 (#1899)
* Bump mako from 1.2.3 to 1.2.4 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) --- updated-dependencies: - dependency-name: mako dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update mako==1.2.4 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> [skip ci]
This commit is contained in:
parent
259a96995a
commit
192dd64dbe
3 changed files with 9 additions and 4 deletions
|
@ -1251,8 +1251,13 @@ class _Identifiers:
|
|||
|
||||
|
||||
_FOR_LOOP = re.compile(
|
||||
r"^for\s+((?:\(?)\s*[A-Za-z_][A-Za-z_0-9]*"
|
||||
r"(?:\s*,\s*(?:[A-Za-z_][A-Za-z0-9_]*),??)*\s*(?:\)?))\s+in\s+(.*):"
|
||||
r"^for\s+((?:\(?)\s*"
|
||||
r"(?:\(?)\s*[A-Za-z_][A-Za-z_0-9]*"
|
||||
r"(?:\s*,\s*(?:[A-Za-z_][A-Za-z_0-9]*),??)*\s*(?:\)?)"
|
||||
r"(?:\s*,\s*(?:"
|
||||
r"(?:\(?)\s*[A-Za-z_][A-Za-z_0-9]*"
|
||||
r"(?:\s*,\s*(?:[A-Za-z_][A-Za-z_0-9]*),??)*\s*(?:\)?)"
|
||||
r"),??)*\s*(?:\)?))\s+in\s+(.*):"
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue