diff --git a/.circleci/config.yml b/.circleci/config.yml index 10b9ec436..d0f962ad6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -340,6 +340,7 @@ workflows: filters: branches: only: + - "/dependabot.pip.*/" - "develop" - "/.*dry-run.*/" - "/hotfix.*/" diff --git a/requirements/pypi-deploy.txt b/requirements/pypi-deploy.txt index a8511878a..52786eb56 100644 --- a/requirements/pypi-deploy.txt +++ b/requirements/pypi-deploy.txt @@ -1,3 +1,3 @@ setuptools==70.1.0 -twine==5.1.0 +twine==5.1.1 wheel==0.43.0