mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 20:51:15 -07:00
Bump mako from 1.3.3 to 1.3.5 (#2325)
* Bump mako from 1.3.3 to 1.3.5 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.3.3 to 1.3.5. - [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.3.5 --------- 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
dc9e778111
commit
37ffe68ce2
3 changed files with 2 additions and 6 deletions
|
@ -5,4 +5,4 @@
|
|||
# the MIT License: http://www.opensource.org/licenses/mit-license.php
|
||||
|
||||
|
||||
__version__ = "1.3.3"
|
||||
__version__ = "1.3.5"
|
||||
|
|
|
@ -92,8 +92,6 @@ class FindIdentifiers(_ast_util.NodeVisitor):
|
|||
|
||||
def visit_ListComp(self, node):
|
||||
if self.in_function:
|
||||
if not isinstance(node.elt, _ast.Name):
|
||||
self.visit(node.elt)
|
||||
for comp in node.generators:
|
||||
self.visit(comp.iter)
|
||||
else:
|
||||
|
@ -103,8 +101,6 @@ class FindIdentifiers(_ast_util.NodeVisitor):
|
|||
|
||||
def visit_DictComp(self, node):
|
||||
if self.in_function:
|
||||
if not isinstance(node.key, _ast.Name):
|
||||
self.visit(node.elt)
|
||||
for comp in node.generators:
|
||||
self.visit(comp.iter)
|
||||
else:
|
||||
|
|
|
@ -20,7 +20,7 @@ importlib-metadata==7.1.0
|
|||
importlib-resources==6.4.0
|
||||
git+https://github.com/Tautulli/ipwhois.git@master#egg=ipwhois
|
||||
IPy==1.01
|
||||
Mako==1.3.3
|
||||
Mako==1.3.5
|
||||
MarkupSafe==2.1.5
|
||||
musicbrainzngs==0.7.1
|
||||
packaging==24.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue