Skip to content

Commit

Permalink
Update flake8 requirement from ~=6.0 to ~=7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.
- [Commits](PyCQA/flake8@6.0.0...7.0.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 56843fe commit 7ed4712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"diskcache~=5.4",
"fasttext-langdetect~=1.0",
"fastwarc~=0.14.0",
"flake8~=6.0",
"flake8~=7.0",
"fasttext @ git+https://github.com/cfculhane/fastText.git@4a44513",
"joblib~=1.2",
"jupyter~=1.0",
Expand Down Expand Up @@ -60,7 +60,7 @@ dynamic = ["version"]
[project.optional-dependencies]
tests = [
"approvaltests~=10.0",
"flake8~=6.0",
"flake8~=7.0",
"pylint~=2.12",
"pytest~=7.2",
"pytest-cov~=4.0",
Expand Down

0 comments on commit 7ed4712

Please sign in to comment.