diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 87a570f3..b37ec7c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: check-case-conflict - id: check-json @@ -36,7 +36,7 @@ repos: args: [ '--remove' ] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 2.4.0 + rev: 2.7.1 hooks: - id: editorconfig-checker exclude: | @@ -49,12 +49,13 @@ repos: ) - repo: https://github.com/asottile/pyupgrade - rev: v2.34.0 + rev: v3.3.1 hooks: - id: pyupgrade args: [ --py38-plus ] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.20.1 + rev: v2.2.0 hooks: - id: setup-cfg-fmt + args: [ --include-version-classifiers ] diff --git a/setup.cfg b/setup.cfg index 72d0d059..f151c92c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifiers = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 3 + Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 @@ -36,13 +37,13 @@ packages = find_namespace: install_requires = bcrypt beautifulsoup4 - celery>=5.2.0,<6.0.0 + celery>=5.2.0,<6 celery-once>=3.0.1 django>=4.0.9,<4.1.0 django-bootstrap-form django-celery-beat>=2.3.0 django-esi>=4.0.1 - django-redis>=5.2.0,<6.0.0 + django-redis>=5.2.0 django-registration>=3.3 django-sortedm2m dnspython @@ -52,12 +53,12 @@ install_requires = passlib pydiscourse python-slugify>=1.2 - redis>=4.0.0,<5.0.0 - requests>=2.9.1,<3.0.0 + redis>=4.0.0 + requests>=2.9.1 requests-oauthlib semantic-version slixmpp -python_requires = ~=3.8 +python_requires = >=3.8 include_package_data = True zip_safe = False