Bump djangorestframework-stubs from 1.7.0 to 1.8.0
Bumps djangorestframework-stubs from 1.7.0 to 1.8.0.
Release notes
Sourced from djangorestframework-stubs's releases.
Version 1.8.0
What's Changed
Now testing compatibility with django-stubs 1.13.0, Python 3.10 and mypy 0.991
Use ImmutableQueryDict for request params by
@intgrin typeddjango/djangorestframework-stubs#237Make coreapi & markdown requirements optional by
@intgrin typeddjango/djangorestframework-stubs#243Preserve generic in extended generic views and viewsets by
@henribruin typeddjango/djangorestframework-stubs#215Add missing PageNumberPagination.get_page_number() method by
@intgrin typeddjango/djangorestframework-stubs#263Fixes #230 - Add missing attributes to APIClient method Response objects by
@mattwwarrenin typeddjango/djangorestframework-stubs#283Introduce
flake8-pyiinpre-commitchecks by@hoeflingin typeddjango/djangorestframework-stubs#286This converts our
.pyifiles to follow mostly the same conventions as typeshed project, such as new|union syntax and using lowercase types dict/list.https://github.com/python/typeshed/blob/main/CONTRIBUTING.md#conventions
Add 'HEAD' to accepted HTTP verbs list by
@mvandenburghin typeddjango/djangorestframework-stubs#249Add DecimalField(normalize_output=) from DRF master by
@intgrin typeddjango/djangorestframework-stubs#294Continuous integration
- Fix errors in CI by
@intgrin typeddjango/djangorestframework-stubs#273- Fix CI: Use flake8 from GitHub not GitLab by
@intgrin typeddjango/djangorestframework-stubs#289- CI: Enable testing with Python 3.10 by
@intgrin typeddjango/djangorestframework-stubs#292- CI: Remove unused typecheck ignores by
@intgrin typeddjango/djangorestframework-stubs#295Dependency updates
- Bump types-pytz from 2022.1.0 to 2022.1.1 by
@dependabotin typeddjango/djangorestframework-stubs#240- Bump actions/setup-python from 3 to 4 by
@dependabotin typeddjango/djangorestframework-stubs#231- Bump pre-commit from 2.19.0 to 2.20.0 by
@dependabotin typeddjango/djangorestframework-stubs#241- Bump types-pytz from 2022.1.1 to 2022.1.2 by
@dependabotin typeddjango/djangorestframework-stubs#245- Update django-stubs, mypy, pytest-mypy-plugins & fix tests by
@intgrin typeddjango/djangorestframework-stubs#279- Update to mypy 0.991 for compatible-mypy & CI by
@intgrin typeddjango/djangorestframework-stubs#280- Bump types-pytz from 2022.1.2 to 2022.6.0.1 by
@dependabotin typeddjango/djangorestframework-stubs#272- Bump gitpython from 3.1.27 to 3.1.29 by
@dependabotin typeddjango/djangorestframework-stubs#266- Bump pytest from 7.1.2 to 7.2.0 by
@dependabotin typeddjango/djangorestframework-stubs#269- Bump djangorestframework from 3.13.1 to 3.14.0 by
@dependabotin typeddjango/djangorestframework-stubs#256- Version 1.8.0 release by
@intgrin typeddjango/djangorestframework-stubs#293New Contributors
@github-actionsmade their first contribution in typeddjango/djangorestframework-stubs#246@mattwwarrenmade their first contribution in typeddjango/djangorestframework-stubs#283@hoeflingmade their first contribution in typeddjango/djangorestframework-stubs#286@mvandenburghmade their first contribution in typeddjango/djangorestframework-stubs#249Full Changelog: https://github.com/typeddjango/djangorestframework-stubs/compare/1.7.0...1.8.0
Commits
2584ad3Version 1.8.0 release (#293)d3067ddCI: Remove unused typecheck ignores (#295)11ecec9Add DecimalField(normalize_output=) from DRF master (#294)95b370fAdd 'HEAD' to accepted HTTP verbs list (#249)76b55daBump djangorestframework from 3.13.1 to 3.14.0 (#256)b0b3577Bump pytest from 7.1.2 to 7.2.0 (#269)a3022eaBump gitpython from 3.1.27 to 3.1.29 (#266)e46bc6eBump types-pytz from 2022.1.2 to 2022.6.0.1 (#272)56a8915CI: Enable testing with Python 3.10 (#292)158fd4fIntroduceflake8-pyiinpre-commitchecks (#286)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)