Skip to content
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

chore(deps-dev): bump filelock from 3.16.1 to 3.17.0 in /requirements #7842

Merged
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ pytest-rerunfailures==14.0; python_version<"3.9"
pytest-metadata==3.1.1
# NOTE (lucashuy): `pytest-json-report` was updated to `pytest-json-report-wip` as the original repository does not seem to be maintained anymore, if `-wip` is updated, validate the changes
pytest-json-report-wip==1.5.1
filelock==3.16.1
filelock==3.17.0; python_version>="3.9"
filelock==3.16.1; python_version<"3.9"

# formatter
black==24.10.0; python_version>="3.9"
Expand Down
Loading