From 915551329224cb90ad3ea6334769dce27103c174 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:47:42 +0000 Subject: [PATCH] fix(deps): update python to ~3.13.0 --- poetry.lock | 20 ++------------------ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/poetry.lock b/poetry.lock index 252aa715795..e7fe43fd8cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -81,17 +81,6 @@ six = ">=1.12.0" [package.extras] test = ["astroid", "pytest"] -[[package]] -name = "async-timeout" -version = "4.0.3" -description = "Timeout context manager for asyncio programs" -optional = false -python-versions = ">=3.7" -files = [ - {file = "async-timeout-4.0.3.tar.gz", hash = "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f"}, - {file = "async_timeout-4.0.3-py3-none-any.whl", hash = "sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028"}, -] - [[package]] name = "attrs" version = "23.1.0" @@ -223,7 +212,6 @@ files = [ [package.dependencies] botocore-stubs = "*" types-s3transfer = "*" -typing-extensions = {version = ">=4.1.0", markers = "python_version < \"3.12\""} [package.extras] accessanalyzer = ["mypy-boto3-accessanalyzer (>=1.28.0,<1.29.0)"] @@ -1777,7 +1765,6 @@ prompt_toolkit = ">=3.0.41,<3.1.0" pygments = ">=2.4.0" stack_data = "*" traitlets = ">=5.13.0" -typing_extensions = {version = ">=4.6", markers = "python_version < \"3.12\""} [package.extras] all = ["ipython[black,doc,kernel,matplotlib,nbconvert,nbformat,notebook,parallel,qtconsole]", "ipython[test,test-extra]"] @@ -2669,9 +2656,6 @@ files = [ {file = "redis-5.2.1.tar.gz", hash = "sha256:16f2e22dff21d5125e8481515e386711a34cbec50f0e44413dd7d9c060a54e0f"}, ] -[package.dependencies] -async-timeout = {version = ">=4.0.3", markers = "python_full_version < \"3.11.3\""} - [package.extras] hiredis = ["hiredis (>=3.0.0)"] ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==23.2.1)", "requests (>=2.31.0)"] @@ -3528,5 +3512,5 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" -python-versions = "~3.11" -content-hash = "bc0e29536baf5d948a0345f6f74ca34fb91d73752d203377f902302f0bf77d9d" +python-versions = "~3.13.0" +content-hash = "279b8141a0620999ad59db0e78f520b78c5d0612db1ae040ee5989694e3c4b8c" diff --git a/pyproject.toml b/pyproject.toml index 774ce40c808..1eec148ca17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ emoji = "^2.8.0" httpx = {extras = ["http2"], version = "^0.27.0"} pillow = "^11.0.0" psycopg2-binary = "^2.9.7" -python = "~3.11" +python = "~3.13.0" python-benedict = "^0.34.0" redis = "^5.0.0" retry = "^0.9.2"