From 4984afc3fa5bd68c62ef32d9222b7a358e5fd714 Mon Sep 17 00:00:00 2001 From: Felix Schnabel Date: Tue, 9 May 2023 21:42:00 +0200 Subject: [PATCH] Use python 3.10 --- poetry.lock | 18 ++---------------- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/poetry.lock b/poetry.lock index e50db91..d994b1c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -51,7 +51,6 @@ packaging = ">=22.0" pathspec = ">=0.9.0" platformdirs = ">=2" tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} -typing-extensions = {version = ">=3.10.0.0", markers = "python_version < \"3.10\""} [package.extras] colorama = ["colorama (>=0.4.3)"] @@ -142,7 +141,6 @@ prompt-toolkit = ">=3.0.30,<3.0.37 || >3.0.37,<3.1.0" pygments = ">=2.4.0" stack-data = "*" traitlets = ">=5" -typing-extensions = {version = "*", markers = "python_version < \"3.10\""} [package.extras] all = ["black", "ipykernel", "setuptools (>=18.5)", "sphinx (>=1.3)", "sphinx-rtd-theme", "docrepr", "matplotlib", "stack-data", "pytest (<7)", "typing-extensions", "pytest (<7.1)", "pytest-asyncio", "testpath", "nbconvert", "nbformat", "ipywidgets", "notebook", "ipyparallel", "qtconsole", "curio", "matplotlib (!=3.2.0)", "numpy (>=1.21)", "pandas", "trio"] @@ -398,14 +396,6 @@ python-versions = ">=3.7" docs = ["myst-parser", "pydata-sphinx-theme", "sphinx"] test = ["argcomplete (>=2.0)", "pre-commit", "pytest", "pytest-mock"] -[[package]] -name = "typing-extensions" -version = "4.5.0" -description = "Backported and Experimental Type Hints for Python 3.7+" -category = "dev" -optional = false -python-versions = ">=3.7" - [[package]] name = "urllib3" version = "2.0.2" @@ -430,8 +420,8 @@ python-versions = "*" [metadata] lock-version = "1.1" -python-versions = "3.9" -content-hash = "dc908a55e0b30c00cc363cd63b1eee9db7694c7a892340988955e1a21f45c9d5" +python-versions = "3.10" +content-hash = "a0f2757c75cc5b6f7ab62bede50c2f6b659c0735dab4a57d11d2b961b5f8fddd" [metadata.files] appnope = [ @@ -667,10 +657,6 @@ traitlets = [ {file = "traitlets-5.9.0-py3-none-any.whl", hash = "sha256:9e6ec080259b9a5940c797d58b613b5e31441c2257b87c2e795c5228ae80d2d8"}, {file = "traitlets-5.9.0.tar.gz", hash = "sha256:f6cde21a9c68cf756af02035f72d5a723bf607e862e7be33ece505abf4a3bad9"}, ] -typing-extensions = [ - {file = "typing_extensions-4.5.0-py3-none-any.whl", hash = "sha256:fb33085c39dd998ac16d1431ebc293a8b3eedd00fd4a32de0ff79002c19511b4"}, - {file = "typing_extensions-4.5.0.tar.gz", hash = "sha256:5cb5f4a79139d699607b3ef622a1dedafa84e115ab0024e0d9c044a9479ca7cb"}, -] urllib3 = [ {file = "urllib3-2.0.2-py3-none-any.whl", hash = "sha256:d055c2f9d38dc53c808f6fdc8eab7360b6fdbbde02340ed25cfbcd817c62469e"}, {file = "urllib3-2.0.2.tar.gz", hash = "sha256:61717a1095d7e155cdb737ac7bb2f4324a858a1e2e6466f6d03ff630ca68d3cc"}, diff --git a/pyproject.toml b/pyproject.toml index 04fd0f7..0665627 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Ethan Rosenthal "] license = "MIT" [tool.poetry.dependencies] -python = "3.9" +python = "3.10" spotipy = "2.23.0" python-dotenv = "1.0.0"