Skip to content

Commit

Permalink
Update flake and pycodestyle together (due to version dependency) (#2004
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jwkaltz committed Jun 19, 2024
1 parent 033f33d commit 8946f27
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 @@ -83,10 +83,10 @@ testing = [
"webtest==3.0.0",
"pillow==10.3.0"]
dev = [
"flake8==7.0.0",
"flake8==7.1.0",
"Flake8-pyproject==1.2.3",
"pyflakes==3.2.0",
"pycodestyle==2.11.1",
"pycodestyle==2.12.0",
"Sphinx==7.3.7",
"sphinx_rtd_theme==2.0.0",
"psycopg2==2.9.9",
Expand Down

0 comments on commit 8946f27

Please sign in to comment.