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 flask-restx from 0.5.1 to 1.0.3 #936

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2022

Bumps flask-restx from 0.5.1 to 1.0.3.

Release notes

Sourced from flask-restx's releases.

1.0.3

Bug Fixes

  • Properly remove six dependency

1.0.1

Breaking

Starting from this release, we only support python versions >= 3.7

Bug Fixes

  • Fix compatibility issue with werkzeug 2.1.0 (#423) [stacywsmith]

Enhancements

  • Drop support for python <3.7
Changelog

Sourced from flask-restx's changelog.

Flask-RestX Changelog

Basic structure is

::

ADD LINK (..) _section-VERSION
VERSION
-------
ADD LINK (..) _bug_fixes-VERSION OR _enhancments-VERSION
Bug Fixes or Enchancements
~~~~~~~~~~~~~~~~~~~~~~~~~~
* Message (TICKET) [CONTRIBUTOR]

Opening a release

If you’re the first contributor, add a new semver release to the document. Place your addition in the correct category, giving a short description (matching something in a git commit), the issue ID (or PR ID if no issue opened), and your Github username for tracking contributors!

Releases prior to 0.3.0 were “best effort” filled out, but are missing some info. If you see your contribution missing info, please open a PR on the Changelog!

.. _section-1.0.2: 1.0.2

.. _bug_fixes-1.0.2 Bug Fixes


::
  • Properly remove six dependency

.. _section-1.0.1: 1.0.1

.. _breaking-1.0.1

Breaking


Starting from this release, we only support python versions &gt;= 3.7

&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/python-restx/flask-restx/commit/19c7fd7eda2ef20122d4072eec1695bc045f3ac2&quot;&gt;&lt;code&gt;19c7fd7&lt;/code&gt;&lt;/a> Bump version 1.0.3</li>
<li><a href="https://github.com/python-restx/flask-restx/commit/cbd0867e5e357fb8b572889acdfa56118602f3cb&quot;&gt;&lt;code&gt;cbd0867&lt;/code&gt;&lt;/a> fix: remove python 3.11 support for now</li>
<li><a href="https://github.com/python-restx/flask-restx/commit/235737f393fba6830508c17ab071441a230bda4f&quot;&gt;&lt;code&gt;235737f&lt;/code&gt;&lt;/a> fix: python 3.11 requirements</li>
<li><a href="https://github.com/python-restx/flask-restx/commit/b58823fd2ca1258e234d22e749a5fe53b2b7aa5a&quot;&gt;&lt;code&gt;b58823f&lt;/code&gt;&lt;/a> properly remove six dependency (closes <a href="https://github-redirect.dependabot.com/python-restx/flask-restx/issues/482&quot;&gt;#482&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/python-restx/flask-restx/commit/1461b0105bbb41a15249fed160a091cc730f9a16&quot;&gt;&lt;code&gt;1461b01&lt;/code&gt;&lt;/a> update CHANGELOG</li>
<li><a href="https://github.com/python-restx/flask-restx/commit/3bc6b8dcc9e900cd75dd213d5d4fdd19ab9f9436&quot;&gt;&lt;code&gt;3bc6b8d&lt;/code&gt;&lt;/a> Update to version 1.0.2.dev for next development cycle</li>
<li><a href="https://github.com/python-restx/flask-restx/commit/a6e10ef859df1e870bdb9d33d1820218c9596755&quot;&gt;&lt;code&gt;a6e10ef&lt;/code&gt;&lt;/a> Bump version 1.0.1</li>
<li><a href="https://github.com/python-restx/flask-restx/commit/a27a9025b172d0061f2584b7664958f5266ccc55&quot;&gt;&lt;code&gt;a27a902&lt;/code&gt;&lt;/a> Bump version 1.0.0</li>
<li><a href="https://github.com/python-restx/flask-restx/commit/4eaf37347b7671a632804fff8024075e619226b5&quot;&gt;&lt;code&gt;4eaf373&lt;/code&gt;&lt;/a> Merge pull request <a href="https://github-redirect.dependabot.com/python-restx/flask-restx/issues/371&quot;&gt;#371&lt;/a> from EtiennePelletier/fix_typo</li>
<li><a href="https://github.com/python-restx/flask-restx/commit/a37126d57dec141134d30e7c311c4b37aa01e883&quot;&gt;&lt;code&gt;a37126d&lt;/code&gt;&lt;/a> fix: properly set pattern in reqparse object list when using option</li>
<li>Additional commits viewable in <a href="https://github.com/python-restx/flask-restx/compare/0.5.1...1.0.3&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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 [flask-restx](https://github.com/python-restx/flask-restx) from 0.5.1 to 1.0.3.
- [Release notes](https://github.com/python-restx/flask-restx/releases)
- [Changelog](https://github.com/python-restx/flask-restx/blob/master/CHANGELOG.rst)
- [Commits](python-restx/flask-restx@0.5.1...1.0.3)

---
updated-dependencies:
- dependency-name: flask-restx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 21, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 16, 2023

Superseded by #942.

@dependabot dependabot bot closed this Jan 16, 2023
@dependabot dependabot bot deleted the dependabot/pip/flask-restx-1.0.3 branch January 16, 2023 21:01
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants