Skip to content

chore(deps): bump flake8-print from 4.0.0 to 5.0.0 in /dev_requirements #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.3.0
uses: dependabot/fetch-metadata@v1.3.6
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements/linter-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ doc8==0.10.1
flake8==4.0.1
flake8-bugbear==22.9.11
flake8-docstrings==1.6.0
flake8-print==4.0.0
flake8-print==5.0.0
isort==5.10.1
pyflakes==2.4.0
pylint==2.13.5
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mock==4.0.3
pytest==7.2.0
pytest==7.2.2
pytest-cov==3.0.0
pytest-mock==3.6.1