diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e769ad3..454225a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,5 +6,6 @@ updates: directory: / schedule: interval: weekly + open-pull-requests-limit: 0 reviewers: - domdfcoding diff --git a/formate.toml b/formate.toml index bf2753a..aa1b80c 100644 --- a/formate.toml +++ b/formate.toml @@ -50,4 +50,4 @@ known_third_party = [ "sqlalchemy", "werkzeug", ] -known_first_party = "repo_helper_bot" +known_first_party = [ "repo_helper_bot",] diff --git a/tox.ini b/tox.ini index 751fe41..196192e 100644 --- a/tox.ini +++ b/tox.ini @@ -61,8 +61,7 @@ changedir = {toxinidir} deps = build[virtualenv]>=0.3.1 check-wheel-contents>=0.1.0 - twine>=3.2.0; python_version < "3.13" - twine@git+https://github.com/pypa/twine; python_version >= "3.13" + twine>=3.2.0 cryptography<40; implementation_name == "pypy" and python_version <= "3.7" commands = python -m build --sdist --wheel "{toxinidir}"