From 2a7464cf9be34dc4766083fab6570fe0c507e5d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 03:12:06 +0000 Subject: [PATCH] fix(deps): update dependency python-minifier to v2.9.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7992afdc..e8cbfa7b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2114,14 +2114,14 @@ testing = ["filelock"] [[package]] name = "python-minifier" -version = "2.8.1" +version = "2.9.0" description = "Transform Python source code into it's most compact representation" category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <3.12" files = [ - {file = "python_minifier-2.8.1-py2.py3-none-any.whl", hash = "sha256:2a228480e3690fb36aafa99892831b1b5479b44d2a4bc17736754a0378f06141"}, - {file = "python_minifier-2.8.1.tar.gz", hash = "sha256:a20e6c101c5b9eae943c52d2f175e3ce749b65870dcdac85904fc6f0720fc079"}, + {file = "python_minifier-2.9.0-py2.py3-none-any.whl", hash = "sha256:36681584ada9b12a3c7ec8cb9c716603685d7ef3dac981d4197996c0b7221948"}, + {file = "python_minifier-2.9.0.tar.gz", hash = "sha256:ba8697b507b6ff059b4b43db2e08d8f9a6bd048d80ae3b955cd286092be2ffb2"}, ] [[package]] @@ -3124,4 +3124,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "5348123b6e4a85ced736734e61ca11999d4ee304dc57936bdc9a6f7d99dfef5c" +content-hash = "50a45fb3cb51b5e65038855bf2a5f4bce853c2dd7e5128fe663a1fca397b5fb8" diff --git a/pyproject.toml b/pyproject.toml index 5ddde06c..8bf7b5c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ jsonschema = "=3.2.0" dpath = "==1.5.0" GitPython = "==3.1.31" packaging = "==21.3" -python-minifier = "==2.8.1" +python-minifier = "==2.9.0" mypy = "==1.0.1" ## rshell is broken on windows (with python >=3.10) due to pyreadline dependency. rshell = [