From cdadb9ef1c6845fc65d78e455a46b55f86c6b9ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:30:04 +0000 Subject: [PATCH] Bump flake8 from 6.0.0 to 6.1.0 Bumps [flake8](https://github.com/pycqa/flake8) from 6.0.0 to 6.1.0. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 118 +++++++------------------------------------------ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 103 deletions(-) diff --git a/poetry.lock b/poetry.lock index ce922e9..c6f9a02 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "asdf" version = "2.15.0" description = "Python implementation of the ASDF Standard" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -21,8 +20,8 @@ importlib-resources = {version = ">=3", markers = "python_version < \"3.9\""} jmespath = ">=0.6.2" jsonschema = ">=4.0.1,<4.18" numpy = [ - {version = ">=1.20", markers = "python_version >= \"3.9\""}, {version = ">=1.20,<1.25", markers = "python_version < \"3.9\""}, + {version = ">=1.20", markers = "python_version >= \"3.9\""}, ] packaging = ">=19" pyyaml = ">=5.4.1" @@ -37,7 +36,6 @@ tests = ["astropy (>=5.0.4)", "fsspec[http] (>=2022.8.2)", "gwcs (>=0.18.3)", "l name = "asdf-astropy" version = "0.4.0" description = "ASDF serialization support for astropy" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -62,7 +60,6 @@ test = ["coverage", "pytest-astropy", "scipy"] name = "asdf-coordinates-schemas" version = "0.2.0" description = "ASDF schemas for coordinates" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -81,7 +78,6 @@ test = ["pytest"] name = "asdf-standard" version = "1.0.3" description = "The ASDF Standard schemas" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -100,7 +96,6 @@ test = ["asdf (>=2.8.0)", "astropy (>=5.0.4)", "gwcs", "packaging (>=16.0)", "py name = "asdf-transform-schemas" version = "0.4.0" description = "ASDF schemas for transforms" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -120,7 +115,6 @@ test = ["asdf (>=2.8.0)", "asdf-astropy", "pytest", "scipy"] name = "asdf-unit-schemas" version = "0.1.0" description = "ASDF schemas for units" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -140,7 +134,6 @@ test = ["asdf (>=2.8.0)", "asdf-astropy", "pytest", "scipy"] name = "asdf-wcs-schemas" version = "0.3.0" description = "ASDF WCS schemas" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -162,7 +155,6 @@ test = ["asdf (>=2.8.0)", "asdf-astropy", "pytest (>=4.6.0)", "pytest-openfiles name = "asgiref" version = "3.7.2" description = "ASGI specs, helper code, and adapters" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -180,7 +172,6 @@ tests = ["mypy (>=0.800)", "pytest", "pytest-asyncio"] name = "astroplan" version = "0.9.1" description = "Observation planning package for astronomers" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -203,7 +194,6 @@ test = ["pytest-astropy", "pytest-mpl"] name = "astropy" version = "5.2.2" description = "Astronomy and astrophysics core library" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -257,7 +247,6 @@ test-all = ["coverage[toml]", "ipython (>=4.2)", "objgraph", "pytest (>=7.0)", " name = "astroquery" version = "0.4.6" description = "Functions and classes to access online astronomical data resources" -category = "main" optional = false python-versions = "*" files = [ @@ -283,7 +272,6 @@ test = ["flask", "jinja2", "matplotlib", "pytest-astropy", "pytest-dependency"] name = "async-timeout" version = "4.0.3" description = "Timeout context manager for asyncio programs" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -295,7 +283,6 @@ files = [ name = "attrs" version = "23.1.0" description = "Classes Without Boilerplate" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -314,7 +301,6 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte name = "backports-zoneinfo" version = "0.2.1" description = "Backport of the standard library zoneinfo module" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -343,7 +329,6 @@ tzdata = ["tzdata"] name = "beautifulsoup4" version = "4.12.2" description = "Screen-scraping library" -category = "main" optional = false python-versions = ">=3.6.0" files = [ @@ -362,7 +347,6 @@ lxml = ["lxml"] name = "certifi" version = "2023.11.17" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -374,7 +358,6 @@ files = [ name = "cffi" version = "1.16.0" description = "Foreign Function Interface for Python calling C code." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -439,7 +422,6 @@ pycparser = "*" name = "charset-normalizer" version = "3.3.2" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -539,7 +521,6 @@ files = [ name = "crispy-bootstrap4" version = "2023.1" description = "Bootstrap4 template pack for django-crispy-forms" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -555,7 +536,6 @@ django-crispy-forms = ">=2.0" name = "cryptography" version = "41.0.7" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -601,7 +581,6 @@ test-randomorder = ["pytest-randomly"] name = "django" version = "4.2.8" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -623,7 +602,6 @@ bcrypt = ["bcrypt"] name = "django-bootstrap4" version = "23.2" description = "Bootstrap 4 for Django" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -639,7 +617,6 @@ django = ">=3.2" name = "django-contrib-comments" version = "2.2.0" description = "The code formerly known as django.contrib.comments." -category = "main" optional = false python-versions = "*" files = [ @@ -654,7 +631,6 @@ Django = ">=2.2" name = "django-crispy-forms" version = "2.1" description = "Best way to have Django DRY forms" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -669,7 +645,6 @@ django = ">=4.2" name = "django-dramatiq" version = "0.11.6" description = "A Django app for Dramatiq." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -688,7 +663,6 @@ dev = ["bumpversion", "flake8", "flake8-quotes", "isort", "pytest", "pytest-cov" name = "django-extensions" version = "3.2.3" description = "Extensions for Django" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -703,7 +677,6 @@ Django = ">=3.2" name = "django-filter" version = "23.5" description = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -718,7 +691,6 @@ Django = ">=3.2" name = "django-gravatar2" version = "1.4.4" description = "Essential Gravatar support for Django. Features helper methods, templatetags and a full test suite!" -category = "main" optional = false python-versions = "*" files = [ @@ -730,7 +702,6 @@ files = [ name = "django-guardian" version = "2.4.0" description = "Implementation of per object permissions for Django." -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -745,7 +716,6 @@ Django = ">=2.2" name = "djangorestframework" version = "3.14.0" description = "Web APIs for Django, made easy." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -761,7 +731,6 @@ pytz = "*" name = "dramatiq" version = "1.15.0" description = "Background Processing for Python 3." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -788,7 +757,6 @@ watch = ["watchdog", "watchdog-gevent"] name = "fits2image" version = "0.4.7" description = "Common libraries for the conversion and scaling of fits images" -category = "main" optional = false python-versions = "*" files = [ @@ -803,26 +771,24 @@ Pillow = "*" [[package]] name = "flake8" -version = "6.0.0" +version = "6.1.0" description = "the modular source code checker: pep8 pyflakes and co" -category = "dev" optional = false python-versions = ">=3.8.1" files = [ - {file = "flake8-6.0.0-py2.py3-none-any.whl", hash = "sha256:3833794e27ff64ea4e9cf5d410082a8b97ff1a06c16aa3d2027339cd0f1195c7"}, - {file = "flake8-6.0.0.tar.gz", hash = "sha256:c61007e76655af75e6785a931f452915b371dc48f56efd765247c8fe68f2b181"}, + {file = "flake8-6.1.0-py2.py3-none-any.whl", hash = "sha256:ffdfce58ea94c6580c77888a86506937f9a1a227dfcd15f245d694ae20a6b6e5"}, + {file = "flake8-6.1.0.tar.gz", hash = "sha256:d5b3857f07c030bdb5bf41c7f53799571d75c4491748a3adcd47de929e34cd23"}, ] [package.dependencies] mccabe = ">=0.7.0,<0.8.0" -pycodestyle = ">=2.10.0,<2.11.0" -pyflakes = ">=3.0.0,<3.1.0" +pycodestyle = ">=2.11.0,<2.12.0" +pyflakes = ">=3.1.0,<3.2.0" [[package]] name = "gevent" version = "23.9.1" description = "Coroutine-based network library" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -888,7 +854,6 @@ test = ["cffi (>=1.12.2)", "coverage (>=5.0)", "dnspython (>=1.16.0,<2.0)", "idn name = "greenlet" version = "3.0.2" description = "Lightweight in-process concurrent programming" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -960,7 +925,6 @@ test = ["objgraph", "psutil"] name = "gwcs" version = "0.18.3" description = "Generalized World Coordinate System" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -984,7 +948,6 @@ test = ["ci-watson (>=0.3.0)", "codecov", "pytest (>=4.6.0)", "pytest-astropy"] name = "html5lib" version = "1.1" description = "HTML parser based on the WHATWG HTML specification" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1006,7 +969,6 @@ lxml = ["lxml"] name = "idna" version = "3.6" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1018,7 +980,6 @@ files = [ name = "importlib-metadata" version = "7.0.0" description = "Read metadata from Python packages" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1038,7 +999,6 @@ testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs name = "importlib-resources" version = "6.1.1" description = "Read resources from Python packages" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1057,7 +1017,6 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", name = "jaraco-classes" version = "3.3.0" description = "Utility functions for Python class constructs" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1076,7 +1035,6 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", name = "jeepney" version = "0.8.0" description = "Low-level, pure Python DBus protocol wrapper." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1092,7 +1050,6 @@ trio = ["async_generator", "trio"] name = "jmespath" version = "1.0.1" description = "JSON Matching Expressions" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1104,7 +1061,6 @@ files = [ name = "jsonschema" version = "4.17.3" description = "An implementation of JSON Schema validation for Python" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1126,7 +1082,6 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- name = "keyring" version = "24.3.0" description = "Store and access your passwords safely." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1151,7 +1106,6 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", name = "markdown" version = "3.5.1" description = "Python implementation of John Gruber's Markdown." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1170,7 +1124,6 @@ testing = ["coverage", "pyyaml"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1182,7 +1135,6 @@ files = [ name = "more-itertools" version = "10.1.0" description = "More routines for operating on iterables, beyond itertools" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1194,7 +1146,6 @@ files = [ name = "ndcube" version = "2.1.4" description = "A package for multi-dimensional contiguous and non-contiguous coordinate aware arrays." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1219,7 +1170,6 @@ tests = ["dask", "pytest", "pytest-astropy", "pytest-mpl (>=0.12)", "scipy", "su name = "numpy" version = "1.24.4" description = "Fundamental package for array computing in Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1257,7 +1207,6 @@ files = [ name = "packaging" version = "23.2" description = "Core utilities for Python packages" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1269,7 +1218,6 @@ files = [ name = "pillow" version = "10.1.0" description = "Python Imaging Library (Fork)" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1337,7 +1285,6 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa name = "pkgutil-resolve-name" version = "1.3.10" description = "Resolve a name to an object." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1349,7 +1296,6 @@ files = [ name = "plotly" version = "5.18.0" description = "An open-source, interactive data visualization library for Python" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1365,7 +1311,6 @@ tenacity = ">=6.2.0" name = "prometheus-client" version = "0.19.0" description = "Python client for the Prometheus monitoring system." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1378,21 +1323,19 @@ twisted = ["twisted"] [[package]] name = "pycodestyle" -version = "2.10.0" +version = "2.11.1" description = "Python style guide checker" -category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "pycodestyle-2.10.0-py2.py3-none-any.whl", hash = "sha256:8a4eaf0d0495c7395bdab3589ac2db602797d76207242c17d470186815706610"}, - {file = "pycodestyle-2.10.0.tar.gz", hash = "sha256:347187bdb476329d98f695c213d7295a846d1152ff4fe9bacb8a9590b8ee7053"}, + {file = "pycodestyle-2.11.1-py2.py3-none-any.whl", hash = "sha256:44fe31000b2d866f2e41841b18528a505fbd7fef9017b04eff4e2648a0fadc67"}, + {file = "pycodestyle-2.11.1.tar.gz", hash = "sha256:41ba0e7afc9752dfb53ced5489e89f8186be00e599e712660695b7a75ff2663f"}, ] [[package]] name = "pycparser" version = "2.21" description = "C parser in Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -1404,7 +1347,6 @@ files = [ name = "pyerfa" version = "2.0.0.3" description = "Python bindings for ERFA" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1459,21 +1401,19 @@ test = ["pytest", "pytest-doctestplus (>=0.7)"] [[package]] name = "pyflakes" -version = "3.0.1" +version = "3.1.0" description = "passive checker of Python programs" -category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "pyflakes-3.0.1-py2.py3-none-any.whl", hash = "sha256:ec55bf7fe21fff7f1ad2f7da62363d749e2a470500eab1b555334b67aa1ef8cf"}, - {file = "pyflakes-3.0.1.tar.gz", hash = "sha256:ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd"}, + {file = "pyflakes-3.1.0-py2.py3-none-any.whl", hash = "sha256:4132f6d49cb4dae6819e5379898f2b8cce3c5f23994194c24b77d5da2e36f774"}, + {file = "pyflakes-3.1.0.tar.gz", hash = "sha256:a0aae034c444db0071aa077972ba4768d40c830d9539fd45bf4cd3f8f6992efc"}, ] [[package]] name = "pyrsistent" version = "0.20.0" description = "Persistent/Functional/Immutable data structures" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1515,7 +1455,6 @@ files = [ name = "python-dateutil" version = "2.8.2" description = "Extensions to the standard Python datetime module" -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -1530,7 +1469,6 @@ six = ">=1.5" name = "pytz" version = "2023.3.post1" description = "World timezone definitions, modern and historical" -category = "main" optional = false python-versions = "*" files = [ @@ -1542,7 +1480,6 @@ files = [ name = "pyvo" version = "1.4.2" description = "Astropy affiliated package for accessing Virtual Observatory data and services" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1563,7 +1500,6 @@ test = ["pytest-astropy", "pytest-doctestplus (>=0.13)", "requests-mock"] name = "pywin32-ctypes" version = "0.2.2" description = "A (partial) reimplementation of pywin32 using ctypes/cffi" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1575,7 +1511,6 @@ files = [ name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1635,7 +1570,6 @@ files = [ name = "redis" version = "5.0.1" description = "Python client for Redis database and key-value store" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1654,7 +1588,6 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" name = "requests" version = "2.31.0" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1676,7 +1609,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "scipy" version = "1.10.1" description = "Fundamental algorithms for scientific computing in Python" -category = "main" optional = false python-versions = "<3.12,>=3.8" files = [ @@ -1715,7 +1647,6 @@ test = ["asv", "gmpy2", "mpmath", "pooch", "pytest", "pytest-cov", "pytest-timeo name = "secretstorage" version = "3.3.3" description = "Python bindings to FreeDesktop.org Secret Service API" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1731,7 +1662,6 @@ jeepney = ">=0.6" name = "semantic-version" version = "2.10.0" description = "A library implementing the 'SemVer' scheme." -category = "main" optional = false python-versions = ">=2.7" files = [ @@ -1747,7 +1677,6 @@ doc = ["Sphinx", "sphinx-rtd-theme"] name = "setuptools" version = "69.0.2" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1764,7 +1693,6 @@ testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jar name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1776,7 +1704,6 @@ files = [ name = "soupsieve" version = "2.5" description = "A modern CSS selector implementation for Beautiful Soup." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1788,7 +1715,6 @@ files = [ name = "specutils" version = "1.12.0" description = "Package for spectroscopic astronomical data" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1814,7 +1740,6 @@ test = ["coverage", "graphviz", "matplotlib", "pytest-astropy", "pytest-cov", "s name = "sqlparse" version = "0.4.4" description = "A non-validating SQL parser." -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1831,7 +1756,6 @@ test = ["pytest", "pytest-cov"] name = "tenacity" version = "8.2.3" description = "Retry code until it succeeds" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1846,7 +1770,6 @@ doc = ["reno", "sphinx", "tornado (>=4.5)"] name = "tomtoolkit" version = "2.15.14" description = "TOM Toolkit and base modules" -category = "main" optional = false python-versions = ">=3.8.1,<3.12" files = [ @@ -1884,7 +1807,6 @@ specutils = "<2" name = "typing-extensions" version = "4.9.0" description = "Backported and Experimental Type Hints for Python 3.8+" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1896,7 +1818,6 @@ files = [ name = "tzdata" version = "2023.3" description = "Provider of IANA time zone data" -category = "main" optional = false python-versions = ">=2" files = [ @@ -1908,7 +1829,6 @@ files = [ name = "urllib3" version = "2.1.0" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1925,7 +1845,6 @@ zstd = ["zstandard (>=0.18.0)"] name = "watchdog" version = "3.0.0" description = "Filesystem events monitoring" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1965,7 +1884,6 @@ watchmedo = ["PyYAML (>=3.10)"] name = "watchdog-gevent" version = "0.1.1" description = "A gevent-based observer for watchdog." -category = "main" optional = false python-versions = "*" files = [ @@ -1981,7 +1899,6 @@ watchdog = ">=0.8" name = "webencodings" version = "0.5.1" description = "Character encoding aliases for legacy web content" -category = "main" optional = false python-versions = "*" files = [ @@ -1993,7 +1910,6 @@ files = [ name = "zipp" version = "3.17.0" description = "Backport of pathlib-compatible object wrapper for zip files" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2009,7 +1925,6 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p name = "zope-event" version = "5.0" description = "Very basic event publishing system" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2028,7 +1943,6 @@ test = ["zope.testrunner"] name = "zope-interface" version = "6.1" description = "Interfaces for Python" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2081,4 +1995,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8.1,<3.12" -content-hash = "7edb89b6e1d86c46f259af9b9ec6b6c17c7216e8eb361032cdd59ae2bf52902e" +content-hash = "49b384c4fae053851367af6d89670f55c2863d4e1c320636d94dca1ff465e629" diff --git a/pyproject.toml b/pyproject.toml index 44a5906..60cc7b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.8.1,<3.12" tomtoolkit = "^2.15" [tool.poetry.group.lint.dependencies] -flake8 = "~6.0" +flake8 = ">=6.0,<6.2" [tool.poetry-dynamic-versioning] enable = true