diff --git a/noxfile.py b/noxfile.py index f338b6e..86a34d9 100644 --- a/noxfile.py +++ b/noxfile.py @@ -26,10 +26,7 @@ import nox -# Pin flake8 to 6.0.0 -# See https://github.com/googleapis/python-db-dtypes-pandas/issues/199 -FLAKE8_VERSION = "flake8==6.0.0" - +FLAKE8_VERSION = "flake8==6.1.0" BLACK_VERSION = "black==22.3.0" ISORT_VERSION = "isort==5.10.1" LINT_PATHS = ["docs", "db_dtypes", "tests", "noxfile.py", "setup.py"] diff --git a/owlbot.py b/owlbot.py index edac6bf..4b89096 100644 --- a/owlbot.py +++ b/owlbot.py @@ -56,14 +56,6 @@ ["noxfile.py"], "--cov=google", "--cov=db_dtypes", ) -s.replace(["noxfile.py"], - """FLAKE8_VERSION = \"flake8==6.1.0\"""", - """# Pin flake8 to 6.0.0 -# See https://github.com/googleapis/python-db-dtypes-pandas/issues/199 -FLAKE8_VERSION = "flake8==6.0.0" -""" -) - # There are no system tests for this package. old_sessions = """ "unit",