Skip to content

Commit

Permalink
ref: upgrade mypy / django-stubs (#79824)
Browse files Browse the repository at this point in the history
<!-- Describe your PR here. -->
  • Loading branch information
asottile-sentry authored Oct 28, 2024
1 parent 66bd40d commit cfebf45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements-dev-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ django==5.1.1
django-crispy-forms==1.14.0
django-csp==3.8
django-pg-zero-downtime-migrations==0.13
django-stubs-ext==5.1.0
django-stubs-ext==5.1.1
djangorestframework==3.15.2
docker==6.1.3
drf-spectacular==0.26.3
Expand Down Expand Up @@ -101,7 +101,7 @@ mmh3==4.0.0
more-itertools==8.13.0
msgpack==1.1.0
msgpack-types==0.2.0
mypy==1.12.1
mypy==1.13.0
mypy-extensions==1.0.0
nodeenv==1.9.1
oauthlib==3.1.0
Expand Down Expand Up @@ -179,7 +179,7 @@ selenium==4.16.0
sentry-arroyo==2.16.5
sentry-cli==2.16.0
sentry-devenv==1.13.0
sentry-forked-django-stubs==5.1.0.post3
sentry-forked-django-stubs==5.1.1.post1
sentry-forked-djangorestframework-stubs==3.15.1.post2
sentry-kafka-schemas==0.1.114
sentry-ophio==1.0.0
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ pip-tools>=7.1.0
packaging>=21.3

# for type checking
sentry-forked-django-stubs>=5.1.0.post3
sentry-forked-django-stubs>=5.1.1.post1
sentry-forked-djangorestframework-stubs>=3.15.1.post2
lxml-stubs
msgpack-types>=0.2.0
mypy>=1.12.1
mypy>=1.13
types-beautifulsoup4
types-cachetools
types-croniter
Expand Down

0 comments on commit cfebf45

Please sign in to comment.