From ff0ac3032b03be9b0adcc66ddd067ae9c36f67fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 04:39:17 +0000 Subject: [PATCH] chore(deps): pin dependencies --- poetry.lock | 40 ++++------------------------------------ pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 38 deletions(-) diff --git a/poetry.lock b/poetry.lock index b5019b2..9e52b25 100644 --- a/poetry.lock +++ b/poetry.lock @@ -13,11 +13,7 @@ files = [ [package.dependencies] lazy-object-proxy = ">=1.4.0" -typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""} -wrapt = [ - {version = ">=1.11,<2", markers = "python_version < \"3.11\""}, - {version = ">=1.14,<2", markers = "python_version >= \"3.11\""}, -] +wrapt = {version = ">=1.14,<2", markers = "python_version >= \"3.11\""} [[package]] name = "autopep8" @@ -32,7 +28,6 @@ files = [ [package.dependencies] pycodestyle = ">=2.10.0" -tomli = {version = "*", markers = "python_version < \"3.11\""} [[package]] name = "cachetools" @@ -622,16 +617,11 @@ files = [ [package.dependencies] astroid = ">=2.15.6,<=2.17.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} -dill = [ - {version = ">=0.2", markers = "python_version < \"3.11\""}, - {version = ">=0.3.6", markers = "python_version >= \"3.11\""}, -] +dill = {version = ">=0.3.6", markers = "python_version >= \"3.11\""} isort = ">=4.2.5,<6" mccabe = ">=0.6,<0.8" platformdirs = ">=2.2.0" -tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} tomlkit = ">=0.10.1" -typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\""} [package.extras] spelling = ["pyenchant (>=3.2,<4.0)"] @@ -983,17 +973,6 @@ postgresql-psycopg2cffi = ["psycopg2cffi"] pymysql = ["pymysql", "pymysql (<1)"] sqlcipher = ["sqlcipher3-binary"] -[[package]] -name = "tomli" -version = "2.0.1" -description = "A lil' TOML parser" -optional = false -python-versions = ">=3.7" -files = [ - {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, - {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, -] - [[package]] name = "tomlkit" version = "0.12.3" @@ -1025,17 +1004,6 @@ files = [ {file = "tornado-6.4.tar.gz", hash = "sha256:72291fa6e6bc84e626589f1c29d90a5a6d593ef5ae68052ee2ef000dfd273dee"}, ] -[[package]] -name = "typing-extensions" -version = "4.9.0" -description = "Backported and Experimental Type Hints for Python 3.8+" -optional = false -python-versions = ">=3.8" -files = [ - {file = "typing_extensions-4.9.0-py3-none-any.whl", hash = "sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd"}, - {file = "typing_extensions-4.9.0.tar.gz", hash = "sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783"}, -] - [[package]] name = "ua-parser" version = "0.18.0" @@ -1189,5 +1157,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = "^3.9" -content-hash = "fde7800592d25d8c32b3e178cd50d36895300e2b9d2e0e55790ed4c30924d8c2" +python-versions = "3.12.4" +content-hash = "cd46ef9441d1cae9608644344953537abd8586dc9d20bbd41eeb30b572bc049f" diff --git a/pyproject.toml b/pyproject.toml index e45659d..b8c2176 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ cachetools = "==5.3.0" environs = "==9.5.0" psycopg2-binary = "==2.9.6" pyecharts = "1.9.1" -python = "^3.9" +python = "3.12.4" pytz = "==2022.7.1" pywebio = "1.7.1" sentry-sdk = "==1.24.0" @@ -23,7 +23,7 @@ pylint = "==2.17.5" [build-system] build-backend = "poetry.core.masonry.api" -requires = ["poetry-core>=1.0.0"] +requires = ["poetry-core==1.9.0"] [tool.semantic_release] branch = "main"