Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Bump drf-yasg from 1.21.3 to 1.21.4 in /api #949

Merged
merged 1 commit into from
Sep 29, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Bumps drf-yasg from 1.21.3 to 1.21.4.

Changelog

Sourced from drf-yasg's changelog.

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


1.21.4


Release date: Sep 26, 2022

FIXED: Remove NullBooleanFields if the django-rest-framework version >= 3.14.0 (:pr:814)


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

... (truncated)

Commits
  • 0cdc4bd Update changelog
  • a58f098 Merge pull request #814 from axnsan12/fix/drf-3.14.0
  • 2646dfa Swap back BooleanField and NullBooleanField
  • 5420475 Dont use NullBooleanField if drf version >= 3.14.0
  • d73cffc Merge pull request #802 from DavidCain/dcain-contributing
  • 44fed4b Merge pull request #803 from DavidCain/dcain-django32
  • 611594d Fix pip install command for contributors on zsh
  • 7adddf7 Declare Django 3.2 support in README, classifiers
  • See full diff 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.21.3 to 1.21.4.
- [Release notes](https://github.com/axnsan12/drf-yasg/releases)
- [Changelog](https://github.com/axnsan12/drf-yasg/blob/1.21.4/docs/changelog.rst)
- [Commits](axnsan12/drf-yasg@1.21.3...1.21.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 26, 2022 16:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file 🐍 tech: python Requires familiarity with Python 💻 aspect: code Concerns the software code in the repository 🟩 priority: low Low priority and doesn't need to be rushed 🧰 goal: internal improvement Improvement that benefits maintainers, not users labels Sep 26, 2022
Copy link
Contributor

@AetherUnbound AetherUnbound left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Conditional removal of a class which has been removed from DRF, should be fine to merge

@sarayourfriend sarayourfriend merged commit 1549f0a into main Sep 29, 2022
@sarayourfriend sarayourfriend deleted the dependabot/pip/api/drf-yasg-1.21.4 branch September 29, 2022 02:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
💻 aspect: code Concerns the software code in the repository dependencies Pull requests that update a dependency file 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🟩 priority: low Low priority and doesn't need to be rushed 🐍 tech: python Requires familiarity with Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants