Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump drf-yasg from 1.17.0 to 1.21.3 #207

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 19, 2022

Bumps drf-yasg from 1.17.0 to 1.21.3.

Release notes

Sourced from drf-yasg's releases.

1.21.3

FIXED: Set generator url for swagger_settings.DEFAULT_API_URL (#682) FIXED: Check fields for allow_null attribute (#688) FIXED: Encode pytz object field as a string by default (#717) FIXED: Handle errors rendering with TemplateHTMLRenderer (#742)

1.21.2

FIXED: Fixed code block rst syntax in README.rst (#797)

1.21.1

FIXED: Refer to permission_classes as a tuple (#678) IMPROVED: Document drf-extra-fields base64 integration (#445) ADDED: Added many support to example code (#695) ADDED: Allow specifying response as a reference (#757) FIXED: Fix old spelling errors and add a cspell configuration (#796) FIXED: Remove universal wheel, python 2 is unsupported (#782) FIXED: Fix duration field inspector (#549)

1.21.0

  • IMPROVED: Add utf-8 support to yaml loaders (#692)

1.20.3

  • FIXED: Source mapping in redoc.min.js (#778)
  • FIXED: Publish action tag pattern in publish.yml (#794)

1.20.0

  • IMPROVED: updated swagger-ui to version 3.36.0
  • IMPROVED: updated ReDoc to version 2.0.0-rc.40
  • FIXED: fixed compatibility with Django Rest Framework 3.12
  • FIXED: fixed compatibility with Python 3.9 typing generics
  • FIXED: dropped support for obsolete django.conf.settings.LOGOUT_URL (#646)

Support was dropped for Python 2.7, DRF 3.8, DRF 3.9. Requirements are now: Python>=3.6, Django>=2.2, DRF>=3.10

The 1.18 and 1.19 series was skipped to avoid confusion with the drf-yasg2 fork. I would also like to take this opportunity to extend my apologies to the community at large for the large gap in the maintenance of drf-yasg and the problems it has caused.

1.17.1

Release date: Feb 17, 2020

  • FIXED: fixed compatibility issue with CurrentUserDefault in Django Rest Framework 3.11
  • FIXED: respect USERNAME_FIELD in generate_swagger command (#486)

Support was dropped for Python 3.5, Django 2.0, Django 2.1, DRF 3.7

Changelog

Sourced from drf-yasg's changelog.

######### Changelog #########


1.21.3


Release date: Jul 18, 2022

FIXED: Set generator url for swagger_settings.DEFAULT_API_URL (:pr:682) FIXED: Check fields for allow_null attribute (:pr:688) FIXED: Encode pytz object field as a string by default (:pr:717) FIXED: Handle errors rendering with TemplateHTMLRenderer (:pr:742)


1.21.2


Release date: Jul 18, 2022

FIXED: Fixed code block rst syntax in README.rst


1.21.1


Release date: Jul 17, 2022

FIXED: Refer to permission_classes as a tuple (:pr:678) IMPROVED: Document drf-extra-fields base64 integration (:pr:445) ADDED: Added many support to example code (:pr:695) ADDED: Allow specifying response as a reference (:pr:757) FIXED: Fix old spelling errors and add a cspell configuration (:pr:796) FIXED: Remove universal wheel, python 2 is unsupported (:pr:782) FIXED: Fix duration field inspector (:pr:549)


1.21.0


Release date: Jul 14, 2022

  • IMPROVED: Add utf-8 support to yaml loaders (:pr:692)

1.20.3


Release date: Jul 14, 2022

... (truncated)

Commits
  • 00b042b Update changelog
  • 0e09cbe Merge pull request #682 from CoreJa/master
  • cb03608 Merge pull request #688 from krectra/master
  • 13f0af2 Merge pull request #717 from MilanPecov/add-support-for-timezone-field
  • f87dbd5 Merge pull request #742 from terencehonles/handle-errors-rendering-with-Templ...
  • f4bf7ba Merge pull request #797 from axnsan12/prepublish
  • a000102 Update changelog
  • d7314b6 Add py prefix to toxenvs
  • 822f66d Specify all tox targets
  • fe53426 Specify toxenv explicitly
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [drf-yasg](https://github.com/axnsan12/drf-yasg) from 1.17.0 to 1.21.3.
- [Release notes](https://github.com/axnsan12/drf-yasg/releases)
- [Changelog](https://github.com/axnsan12/drf-yasg/blob/1.21.3/docs/changelog.rst)
- [Commits](axnsan12/drf-yasg@1.17.0...1.21.3)

---
updated-dependencies:
- dependency-name: drf-yasg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 19, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 27, 2022

Superseded by #237.

@dependabot dependabot bot closed this Sep 27, 2022
@dependabot dependabot bot deleted the dependabot/pip/dev/drf-yasg-1.21.3 branch September 27, 2022 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants