equinor / mercury

Mercury calculator - API and Webapp
https://mercury.app.radix.equinor.com
MIT License
1 stars 0 forks source link

chore(deps): bump the back-end group in /api with 4 updates #504

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the back-end group in /api with 4 updates: numpy, fastapi, uvicorn and httpx.

Updates numpy from 1.25.2 to 1.26.2

Release notes

Sourced from numpy's releases.

1.26.2 release

NumPy 1.26.2 Release Notes

NumPy 1.26.2 is a maintenance release that fixes bugs and regressions discovered after the 1.26.1 release. The 1.26.release series is the last planned minor release series before NumPy 2.0. The Python versions supported by this release are 3.9-3.12.

Contributors

A total of 13 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • @​stefan6419846
  • @​thalassemia +
  • Andrew Nelson
  • Charles Bousseau +
  • Charles Harris
  • Marcel Bargull +
  • Mark Mentovai +
  • Matti Picus
  • Nathan Goldbaum
  • Ralf Gommers
  • Sayed Adel
  • Sebastian Berg
  • William Ayd +

Pull requests merged

A total of 25 pull requests were merged for this release.

  • #24814: MAINT: align test_dispatcher s390x targets with _umath_tests_mtargets
  • #24929: MAINT: prepare 1.26.x for further development
  • #24955: ENH: Add Cython enumeration for NPY_FR_GENERIC
  • #24962: REL: Remove Python upper version from the release branch
  • #24971: BLD: Use the correct Python interpreter when running tempita.py
  • #24972: MAINT: Remove unhelpful error replacements from import_array()
  • #24977: BLD: use classic linker on macOS, the new one in XCode 15 has...
  • #25003: BLD: musllinux_aarch64 [wheel build]
  • #25043: MAINT: Update mailmap
  • #25049: MAINT: Update meson build infrastructure.
  • #25071: MAINT: Split up .github/workflows to match main
  • #25083: BUG: Backport fix build on ppc64 when the baseline set to Power9...
  • #25093: BLD: Fix features.h detection for Meson builds [1.26.x Backport]
  • #25095: BUG: Avoid intp conversion regression in Cython 3 (backport)
  • #25107: CI: remove obsolete jobs, and move macOS and conda Azure jobs...
  • #25108: CI: Add linux_qemu action and remove travis testing.
  • #25112: MAINT: Update .spin/cmds.py from main.
  • #25113: DOC: Visually divide main license and bundled licenses in wheels
  • #25115: MAINT: Add missing noexcept to shuffle helpers

... (truncated)

Commits
  • 03b6260 Merge pull request #25128 from charris/prepare-1.26.2
  • 6961f60 REL: Prepare for the NumPy 1.26.2 release
  • d81f0ae Merge pull request #25121 from charris/backport-25042
  • 766d5a8 BUG: ensure passing np.dtype to itself doesn't crash
  • cefdd34 Merge pull request #25120 from charris/backport-25063
  • ae77d67 Merge pull request #25119 from charris/backport-25090
  • 0035b44 BLD: change default of the allow-noblas option to true.
  • 12b7b35 BUG: Make n a long int for np.random.multinomial
  • 9887c9c Merge pull request #25118 from charris/backport-25051
  • 2359aec MAINT: Make bitfield integers unsigned
  • Additional commits viewable in compare view


Updates fastapi from 0.103.2 to 0.104.1

Release notes

Sourced from fastapi's releases.

0.104.1

Fixes

  • 📌 Pin Swagger UI version to 5.9.0 temporarily to handle a bug crashing it in 5.9.1. PR #10529 by @​alejandraklachquin.
    • This is not really a bug in FastAPI but in Swagger UI, nevertheless pinning the version will work while a solution is found on the Swagger UI side.

Docs

  • 📝 Update data structure and render for external-links. PR #10495 by @​tiangolo.
  • ✏️ Fix link to SPDX license identifier in docs/en/docs/tutorial/metadata.md. PR #10433 by @​worldworm.
  • 📝 Update example validation error from Pydantic v1 to match Pydantic v2 in docs/en/docs/tutorial/path-params.md. PR #10043 by @​giuliowaitforitdavide.
  • ✏️ Fix typos in emoji docs and in some source examples. PR #10438 by @​afuetterer.
  • ✏️ Fix typo in docs/en/docs/reference/dependencies.md. PR #10465 by @​suravshresth.
  • ✏️ Fix typos and rewordings in docs/en/docs/tutorial/body-nested-models.md. PR #10468 by @​yogabonito.
  • 📝 Update docs, remove references to removed pydantic.Required in docs/en/docs/tutorial/query-params-str-validations.md. PR #10469 by @​yogabonito.
  • ✏️ Fix typo in docs/en/docs/reference/index.md. PR #10467 by @​tarsil.
  • 🔥 Remove unnecessary duplicated docstrings. PR #10484 by @​tiangolo.

Internal

0.104.0

Features

Upgrades

  • ⬆️ Drop support for Python 3.7, require Python 3.8 or above. PR #10442 by @​tiangolo.

Internal

Commits
  • 7e5afe2 🔖 Release version 0.104.1
  • 6c53ddd 📝 Update release notes
  • 0f1ddf5 📝 Update release notes
  • 758a8f2 📌 Pin Swagger UI version to 5.9.0 temporarily to handle a bug crashing it in ...
  • e4b21c6 📝 Update release notes
  • 759378d ✏️ Update Pydantic links to dotenv support (#10511)
  • e7204ac 📝 Update release notes
  • 7702c5a 📝 Update release notes
  • 0066578 📝 Update release notes
  • 6b903ff ✏️ Update links in docs/en/docs/async.md and docs/zh/docs/async.md to mak...
  • Additional commits viewable in compare view


Updates uvicorn from 0.22.0 to 0.24.0.post1

Release notes

Sourced from uvicorn's releases.

Version 0.24.0.post1

Fixed

  • Revert mkdocs-material from 9.1.21 to 9.2.6 (#2148) 05/11/23

Version 0.24.0

Added

  • Support Python 3.12 (#2145) 04/11/23
  • Allow setting app via environment variable UVICORN_APP (#2106)

Full Changelog: https://github.com/encode/uvicorn/compare/0.23.2...0.24.0

Version 0.23.2

Fixed

  • Maintain the same behavior of websockets from 10.4 on 11.0 (#2061) 30/07/23

Full Changelog: https://github.com/encode/uvicorn/compare/0.23.1...0.23.2

Version 0.23.1

Fixed

  • Add typing_extensions for Python 3.10 and lower (#2053) 18/07/23

Full Changelog: https://github.com/encode/uvicorn/compare/0.23.0...0.23.1

Version 0.23.0

Added

  • Add --ws-max-queue parameter WebSockets (#2033) 10/07/23

Removed

  • Drop support for Python 3.7 (#1996) 19/06/23
  • Remove asgiref as typing dependency (#1999) 08/06/23

Fixed

  • Set scope["scheme"] to ws or wss instead of http or https on ProxyHeadersMiddleware for WebSockets (#2043) 12/07/23

Changed

  • Raise ImportError on circular import (#2040) 09/07/23
  • Use logger.getEffectiveLevel() instead of logger.level to check if log level is TRACE (#1966) 01/06/23

... (truncated)

Changelog

Sourced from uvicorn's changelog.

0.24.0.post1 - 2023-11-06

Fixed

  • Revert mkdocs-material from 9.1.21 to 9.2.6 (#2148) 05/11/23

0.24.0 - 2023-11-04

Added

  • Support Python 3.12 (#2145) 04/11/23
  • Allow setting app via environment variable UVICORN_APP (#2106) 21/09/23

0.23.2 - 2023-07-31

Fixed

  • Maintain the same behavior of websockets from 10.4 on 11.0 (#2061) 30/07/23

0.23.1 - 2023-07-18

Fixed

  • Add typing_extensions for Python 3.10 and lower (#2053) 18/07/23

0.23.0 - 2023-07-10

Added

  • Add --ws-max-queue parameter WebSockets (#2033) 10/07/23

Removed

  • Drop support for Python 3.7 (#1996) 19/06/23
  • Remove asgiref as typing dependency (#1999) 08/06/23

Fixed

  • Set scope["scheme"] to ws or wss instead of http or https on ProxyHeadersMiddleware for WebSockets (#2043) 12/07/23

Changed

  • Raise ImportError on circular import (#2040) 09/07/23
  • Use logger.getEffectiveLevel() instead of logger.level to check if log level is TRACE (#1966) 01/06/23
Commits


Updates httpx from 0.24.1 to 0.25.1

Release notes

Sourced from httpx's releases.

Version 0.25.1

0.25.1 (3rd November, 2023)

  • Add support for Python 3.12. (#2854)
  • Add support for httpcore 1.0 (#2885)

Fixed

  • Raise ValueError on Response.encoding being set after Response.text has been accessed. (#2852)

Version 0.25.0

0.25.0 (11th Sep, 2023)

Removed

  • Drop support for Python 3.7. (#2813)

Added

  • Support HTTPS proxies. (#2845)
  • Change the type of Extensions from Mapping[Str, Any] to MutableMapping[Str, Any]. (#2803)
  • Add socket_options argument to httpx.HTTPTransport and httpx.AsyncHTTPTransport classes. (#2716)
  • The Response.raise_for_status() method now returns the response instance. For example: data = httpx.get('...').raise_for_status().json(). (#2776)

Fixed

  • Return 500 error response instead of exceptions when raise_app_exceptions=False is set on ASGITransport. (#2669)
  • Ensure all WSGITransport environs have a SERVER_PROTOCOL. (#2708)
  • Always encode forward slashes as %2F in query parameters (#2723)
  • Use Mozilla documentation instead of httpstatuses.com for HTTP error reference (#2768)
Changelog

Sourced from httpx's changelog.

0.25.1 (3rd November, 2023)

  • Add support for Python 3.12. (#2854)
  • Add support for httpcore 1.0 (#2885)

Fixed

  • Raise ValueError on Response.encoding being set after Response.text has been accessed. (#2852)

0.25.0 (11th September, 2023)

Removed

  • Drop support for Python 3.7. (#2813)

Added

  • Support HTTPS proxies. (#2845)
  • Change the type of Extensions from Mapping[Str, Any] to MutableMapping[Str, Any]. (#2803)
  • Add socket_options argument to httpx.HTTPTransport and httpx.AsyncHTTPTransport classes. (#2716)
  • The Response.raise_for_status() method now returns the response instance. For example: data = httpx.get('...').raise_for_status().json(). (#2776)

Fixed

  • Return 500 error response instead of exceptions when raise_app_exceptions=False is set on ASGITransport. (#2669)
  • Ensure all WSGITransport environs have a SERVER_PROTOCOL. (#2708)
  • Always encode forward slashes as %2F in query parameters (#2723)
  • Use Mozilla documentation instead of httpstatuses.com for HTTP error reference (#2768)
Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
mariuswinger commented 9 months ago

@dependabot rebase

dependabot[bot] commented 9 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.