From e97166bbb9aed1ac3272e7c0752b176eeead2eaa Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Sun, 11 Jun 2023 16:26:38 +0400 Subject: [PATCH] Updated classifiers. Signed-off-by: Pavel Kirilin --- poetry.lock | 16 ++++++++-------- pyproject.toml | 1 - 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 003132b..073e387 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1399,13 +1399,13 @@ graphlib-backport = {version = ">=1.0.3,<2.0.0", markers = "python_version < \"3 [[package]] name = "tokenize-rt" -version = "5.0.0" +version = "5.1.0" description = "A wrapper around the stdlib `tokenize` which roundtrips." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "tokenize_rt-5.0.0-py2.py3-none-any.whl", hash = "sha256:c67772c662c6b3dc65edf66808577968fb10badfc2042e3027196bed4daf9e5a"}, - {file = "tokenize_rt-5.0.0.tar.gz", hash = "sha256:3160bc0c3e8491312d0485171dea861fc160a240f5f5766b72a1165408d10740"}, + {file = "tokenize_rt-5.1.0-py2.py3-none-any.whl", hash = "sha256:9b7bb843e77dd6ed0be5564bfaaba200083911e0497841cd3e9235a6a9794d74"}, + {file = "tokenize_rt-5.1.0.tar.gz", hash = "sha256:08f0c2daa94c4052e53c2fcaa8e32585e6ae9bdfc800974092d031401694e002"}, ] [[package]] @@ -1583,13 +1583,13 @@ multidict = ">=4.0" [[package]] name = "yesqa" -version = "1.4.0" +version = "1.5.0" description = "Automatically remove unnecessary `# noqa` comments." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "yesqa-1.4.0-py2.py3-none-any.whl", hash = "sha256:8d66f162731173b20b29f0107804b51a7c8573f5c8d82f8ee2c8cf1724a2c84b"}, - {file = "yesqa-1.4.0.tar.gz", hash = "sha256:7d9d784b7fb91987f9eded7d03b1a5af578e51dee59b97f0475898a2fe6a9527"}, + {file = "yesqa-1.5.0-py2.py3-none-any.whl", hash = "sha256:600c6d6e59aff9d85422c28c0d0ff016c040f4eb653636632c18fb6c43453e00"}, + {file = "yesqa-1.5.0.tar.gz", hash = "sha256:209c17274f3c0cc22195ddb26f93df3523634d0756f756913ed05cba970efad9"}, ] [package.dependencies] diff --git a/pyproject.toml b/pyproject.toml index 69a66a5..0395a5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,6 @@ classifiers = [ "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",