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 1.2.0 to 1.3.0 #48

Merged
merged 1 commit into from
Jul 21, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps flask-restx from 1.2.0 to 1.3.0.

Release notes

Sourced from flask-restx's releases.

1.3.0

What's Changed

New Contributors

Full Changelog: python-restx/flask-restx@1.2.0...1.3.0

Changelog

Sourced from flask-restx's changelog.

1.3.0

.. _bug_fixes-1.3.0 Bug Fixes


::
  • Fixing werkzeug 3 deprecated version import. Import is replaced by new style version check with importlib (#573) [Ryu-CZ]
  • Fixing flask 3.0+ compatibility of ModuleNotFoundError: No module named 'flask.scaffold' Import error. (#567) [Ryu-CZ]
  • Fix wrong status code and message on responses when handling HTTPExceptions (#569) [lkk7]
  • Add flask 2 and flask 3 to testing matrix. [foarsitter]
  • Update internally pinned pytest-flask to 1.3.0 for Flask >=3.0.0 support. [peter-doggart]
  • Python 3.12 support. [foarsitter]
  • Fix wrong status code and message on responses when handling HTTPExceptions. [ikk7]
  • Update changelog Flask version table. [peter-doggart]
  • Remove temporary package version restrictions for flask < 3.0.0, werkzeug and jsonschema (jsonschema future deprecation warning remains. See #553). [peter-doggart]

.. _section-1.2.0:

Commits
  • b0947be Bump version 1.3.0
  • 0c44114 Prepare release 1.3.0 (#584)
  • 25cb897 Fix wrong status code and message on responses when handling HTTPExceptions...
  • d348495 Add Python 3.12 to pipelines (#563)
  • 7216135 Add flask 2 (<3.0) and flask 3 (>=3.0) to test matrix and do not fast-fail (#...
  • a65dbe7 fix: BaseResponse import - replace wekzeug import version by importlib (...
  • b7d1ded fix: flask import of _endpoint_from_view_func - issue #567 (#572)
  • 3ea4ce1 Update to version 1.2.1.dev for next development cycle
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 1, 2024
@amotl
Copy link
Member

amotl commented Jul 21, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/flask-restx-1.3.0 branch from 817025f to 13e74cc Compare July 21, 2024 00:10
@amotl
Copy link
Member

amotl commented Jul 21, 2024

@dependabot rebase

Bumps [flask-restx](https://github.com/python-restx/flask-restx) from 1.2.0 to 1.3.0.
- [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@1.2.0...1.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/flask-restx-1.3.0 branch from 13e74cc to 522049f Compare July 21, 2024 00:19
@amotl amotl merged commit c095df5 into main Jul 21, 2024
5 checks passed
@amotl amotl deleted the dependabot/pip/flask-restx-1.3.0 branch July 21, 2024 00:21
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.

1 participant