openfoodfacts / robotoff-ann

GNU Affero General Public License v3.0
0 stars 0 forks source link

build(deps): bump falcon from 2.0.0 to 3.1.1 #177

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps falcon from 2.0.0 to 3.1.1.

Release notes

Sourced from falcon's releases.

3.1.1

Falcon 3.1.1 is a minor point release addressing a couple of high impact bugs, and enabling the framework on the recently released CPython 3.11.

3.1.1rc1

Falcon 3.1.1 is a minor point release addressing a couple of high impact bugs, and enabling the framework on the recently released CPython 3.11.

This is the first release candidate of Falcon 3.1.1.

3.1.1b3

https://falcon.readthedocs.io/en/3.1.1b3/changes/3.1.1.html

b3 attempts to fix a yet another wheel build issue discovered in b2. :sweat_smile:

3.1.1b2

Falcon 3.1.1 is a minor point release addressing a couple of high impact bugs, and enabling the framework on the recently released CPython 3.11.

b2 attempts to fix a wheel build issue on CPython 3.11 discovered in b1.

3.1.1b1

Falcon 3.1.1 is a minor point release addressing a couple of high impact bugs, and enabling the framework on the recently released CPython 3.11.

This is the first beta release of Falcon 3.1.1.

3.1.0

This release contains several refinements to request validation and error handling, along with some tweaks to response handling for static and downloadable files.

Due to popular demand, TestClient and ASGIConductor now expose convenience shorthand aliases for the simulate_* methods, i.e., simulate_get() is now also available as get(), etc.

Some important bugs were also fixed to ensure applications properly clean up response streams and do not hang when reading request bodies that are streamed using chunked transfer encoding.

This release also adds support for CPython 3.10 and deprecates CPython 3.6.

3.1.0rc3

Changes: falcon.readthedocs.io/en/latest/changes/3.1.0.html

3.1.0rc2

Changes: https://falcon.readthedocs.io/en/latest/changes/3.1.0.html

3.0.1

This is a minor point release to take care of a couple of bugs that we did not catch for 3.0.0.

Fixed

  • The api_helpers module was re-added, since it was renamed to app_helpers (and effectively removed) without announcing a corresponding breaking change. This module is now considered deprecated, and will be removed in a future Falcon version. (#1902)
  • ASGI HTTP headers were treated as UTF-8 encoded, not taking the incompatibility with WSGI and porting of WSGI applications into consideration. This was fixed, and ASGI headers are now decoded and encoded as ISO-8859-1. (#1911)

... (truncated)

Changelog

Sourced from falcon's changelog.

Release Manager's Guide

Release Process:

  1. Bump version and update tag.
  2. Update changelog and render towncrier fragments.
  3. Release beta or rc.
  4. Run benchmark and check for regressions.
  5. Review and edit doc changes since the last release for clarity and consistency.
  6. Publish final version and add a release note.
  7. Run benchmark and update falconframework.org with latest numbers.
  8. Announce the new version in Gitter channels and on the socials.
  9. Improve this document.

Bump version and update tag

Modify falcon/version.py if it has not been updated since the previous release. Examine the rendered changelog to determine the appropriate SEMVER field to modify.

Update changelog filename in pyproject.toml to suit.

Update the build tag in setup.cfg under [egg_info] for pre-release builds, or remove it (leaving it blank as in tag_build =) for a final release.

Update changelog and render towncrier fragments

If a changelog RST has not yet been created, add one under docs/changes using the following template, and update the summary and changes to supported platforms to suit:

Changelog for Falcon 3.0.1
==========================

Summary

This is a minor point release to take care of a couple of bugs that we did not catch for 3.0.0.

Changes to Supported Platforms

  • CPython 3.10 is now fully supported. ([#1966](https://github.com/falconry/falcon/issues/1966) <https://github.com/falconry/falcon/issues/1966>__)
  • Support for Python 3.6 is now deprecated and will be removed in Falcon 4.0.
  • As with the previous release, Python 3.5 support remains deprecated and will no longer be supported in Falcon 4.0.

</tr></table>

... (truncated)

Commits
  • 17dcb99 chore: release 3.1.1 final
  • 25e01ef chore: bump tag to rc1
  • ba56c46 chore: bump tag to b3, fix an Actions PEBCAK
  • 1f2ba9c chore: bump tag to b2
  • f310689 chore(3.1.1): misc polish post-3.1.1b1 (#2126)
  • 4561f15 chore(3.1.1): render towncrier newsfragments
  • 9a1eabc chore(3.1.1): prepare first beta release of 3.1.1 (#2123)
  • d30c776 pipelines with py3.11 on 3.1.1 branch (#2105)
  • 89660bf fix(Cython): re-enable cythonization in Cython gates, do not enforce typing (...
  • 4e177fd fix(asgi.App): correctly pass params when using orjson.dumps (#2102)
  • 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)
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

codecov-commenter commented 1 year ago

Codecov Report

Merging #177 (bc04aad) into main (0bab631) will increase coverage by 0.00%. The diff coverage is 0.00%.

@@          Coverage Diff          @@
##            main    #177   +/-   ##
=====================================
  Coverage   0.51%   0.51%           
=====================================
  Files          8       8           
  Lines        392     385    -7     
=====================================
  Hits           2       2           
+ Misses       390     383    -7     
Impacted Files Coverage Δ
api.py 0.00% <0.00%> (ø)
embeddings.py 0.00% <0.00%> (ø)
manage.py 0.00% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.