Skip to content

Commit

Permalink
Bump flake8-bugbear from 23.6.5 to 23.7.10 in /glean-core/python
Browse files Browse the repository at this point in the history
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.6.5 to 23.7.10.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](PyCQA/flake8-bugbear@23.6.5...23.7.10)

---
updated-dependencies:
- dependency-name: flake8-bugbear
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and badboy committed Jul 11, 2023
1 parent 25f813d commit b19fc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glean-core/python/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ auditwheel==5.3.0
black==23.3.0; python_version > '3.6'
coverage==7.2.2; python_version > '3.6'
flake8==6.0.0; python_version >= '3.8'
flake8-bugbear==23.6.5; python_version >= '3.8'
flake8-bugbear==23.7.10; python_version >= '3.8'
jsonschema==3.2.0
mypy==1.4.0; python_version > '3.6'
pdoc3==0.10.0
Expand Down

0 comments on commit b19fc95

Please sign in to comment.