Browse Source

ref: upgrade flake8 / pyupgrade (#64352)

I made sure getsentry is already lint / format consistent as well

<!-- Describe your PR here. -->
anthony sottile 1 year ago
parent
commit
e11a232970
2 changed files with 6 additions and 6 deletions
  1. 4 4
      requirements-dev-frozen.txt
  2. 2 2
      requirements-dev.txt

+ 4 - 4
requirements-dev-frozen.txt

@@ -52,7 +52,7 @@ execnet==1.9.0
 fastjsonschema==2.16.2
 fido2==0.9.2
 filelock==3.7.0
-flake8==6.1.0
+flake8==7.0.0
 flake8-bugbear==22.10.27
 flake8-logging==1.5.0
 google-api-core==2.15.0
@@ -135,7 +135,7 @@ pycodestyle==2.11.0
 pycountry==17.5.14
 pycparser==2.21
 pydantic==1.10.9
-pyflakes==3.1.0
+pyflakes==3.2.0
 pyjwt==2.4.0
 pymemcache==4.0.0
 pyparsing==3.0.9
@@ -153,7 +153,7 @@ python-u2flib-server==5.0.0
 python-utils==3.3.3
 python3-saml==1.15.0
 pytz==2018.9
-pyupgrade==3.2.3
+pyupgrade==3.15.0
 pyuwsgi==2.0.23
 pyvat==1.3.15
 pyyaml==5.4
@@ -195,7 +195,7 @@ stripe==3.1.0
 structlog==22.1.0
 symbolic==12.8.0
 time-machine==2.13.0
-tokenize-rt==5.0.0
+tokenize-rt==5.2.0
 tomli==2.0.1
 toronado==0.1.0
 tqdm==4.64.1

+ 2 - 2
requirements-dev.txt

@@ -22,10 +22,10 @@ sentry-cli>=2.16.0
 # pre-commit dependencies
 pre-commit>=3.3
 black>=22.10.0
-flake8>=6.1
+flake8>=7
 flake8-bugbear>=22.10
 flake8-logging>=1.5
-pyupgrade>=3.2.3
+pyupgrade>=3.15
 isort>=5.10.1
 
 # For tools/. To be moved into redistributable dev environments.