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

⬆️ deps: Update dependencies (non-major) #73

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
anyio (changelog) 4.6.0 -> 4.8.0 age adoption passing confidence dev-dependencies minor
bcrypt 4.2.0 -> 4.2.1 age adoption passing confidence dependencies patch
fastapi (changelog) 0.115.0 -> 0.115.6 age adoption passing confidence dependencies patch
httptools 0.6.1 -> 0.6.4 age adoption passing confidence dependencies patch
httpx (changelog) ^0.27.0 -> ^0.28.0 age adoption passing confidence dev-dependencies minor
loguru (changelog) 0.7.2 -> 0.7.3 age adoption passing confidence dependencies patch
mjml-python 1.3.3 -> 1.3.4 age adoption passing confidence dependencies patch
psycopg (source, changelog) 3.2.3 -> 3.2.4 age adoption passing confidence dependencies patch
pydantic (changelog) 2.9.2 -> 2.10.5 age adoption passing confidence dependencies minor
pydantic-settings (changelog) 2.5.2 -> 2.7.1 age adoption passing confidence dependencies minor
pytest (changelog) 8.3.3 -> 8.3.4 age adoption passing confidence dev-dependencies patch
python >=3.12,<3.13 -> >=3.13,<3.14 age adoption passing confidence dependencies minor
python 3.12 -> 3.13 age adoption passing confidence final minor
python-multipart (changelog) ^0.0.18 -> ^0.0.20 age adoption passing confidence dependencies patch
rectools ^0.8.0 -> ^0.9.0 age adoption passing confidence dependencies minor
scrapy (source) 2.11.2 -> 2.12.0 age adoption passing confidence dependencies minor
uvicorn (changelog) ^0.31.0 -> ^0.34.0 age adoption passing confidence dependencies minor
yarl 1.13.1 -> 1.18.3 age adoption passing confidence dependencies minor

Release Notes

agronholm/anyio (anyio)

v4.8.0

Compare Source

  • Added experimental support for running functions in subinterpreters on Python 3.13 and later
  • Added support for the copy(), copy_into(), move() and move_into() methods in anyio.Path, available in Python 3.14
  • Changed TaskGroup on asyncio to always spawn tasks non-eagerly, even if using a task factory created via asyncio.create_eager_task_factory(), to preserve expected Trio-like task scheduling semantics (PR by @​agronholm and @​graingert)
  • Configure SO_RCVBUF, SO_SNDBUF and TCP_NODELAY on the selector thread waker socket pair (this should improve the performance of wait_readable() and wait_writable() when using the ProactorEventLoop) (#​836; PR by @​graingert)
  • Fixed AssertionError when using nest-asyncio (#​840)
  • Fixed return type annotation of various context managers' __exit__ method (#​847; PR by @​Enegg)

v4.7.0

Compare Source

  • Updated TaskGroup to work with asyncio's eager task factories (#​764)
  • Added the wait_readable() and wait_writable() functions which will accept an object with a .fileno() method or an integer handle, and deprecated their now obsolete versions (wait_socket_readable() and wait_socket_writable()) (PR by @​davidbrochart)
  • Changed EventAdapter (an Event with no bound async backend) to allow set() to work even before an async backend is bound to it (#​819)
  • Added support for wait_readable() and wait_writable() on ProactorEventLoop (used on asyncio + Windows by default)
  • Fixed a misleading ValueError in the context of DNS failures (#​815; PR by @​graingert)
  • Fixed the return type annotations of readinto() and readinto1() methods in the anyio.AsyncFile class (#​825)
  • Fixed TaskInfo.has_pending_cancellation() on asyncio returning false positives in cleanup code on Python >= 3.11 (#​832; PR by @​gschaffner)
  • Fixed cancelled cancel scopes on asyncio calling asyncio.Task.uncancel when propagating a CancelledError on exit to a cancelled parent scope (#​790; PR by @​gschaffner)

v4.6.2

Compare Source

  • Fixed regression caused by (#​807) that prevented the use of parametrized async fixtures

v4.6.1

Compare Source

This release contains all the changes from both v4.5.1 and v4.6.0, plus:

  • Fixed TaskGroup and CancelScope producing cyclic references in tracebacks when raising exceptions (#​806) (PR by @​graingert)
fastapi/fastapi (fastapi)

v0.115.6

Compare Source

Fixes
  • 🐛 Preserve traceback when an exception is raised in sync dependency with yield. PR #​5823 by @​sombek.
Refactors
  • ♻️ Update tests and internals for compatibility with Pydantic >=2.10. PR #​12971 by @​tamird.
Docs
Translations
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/async.md. PR #​12990 by @​ILoveSorasakiHina.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/tutorial/query-param-models.md. PR #​12932 by @​Vincy1230.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/testing-dependencies.md. PR #​12992 by @​Limsunoh.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/websockets.md. PR #​12991 by @​kwang1215.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/response-model.md. PR #​12933 by @​AndreBBM.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/middlewares.md. PR #​12753 by @​nahyunkeem.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/openapi-webhooks.md. PR #​12752 by @​saeye.
  • 🌐 Add Chinese translation for docs/zh/docs/tutorial/query-param-models.md. PR #​12931 by @​Vincy1230.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/query-param-models.md. PR #​12445 by @​gitgernit.
  • 🌐 Add Korean translation for docs/ko/docs/tutorial/query-param-models.md. PR #​12940 by @​jts8257.
  • 🔥 Remove obsolete tutorial translation to Chinese for docs/zh/docs/tutorial/sql-databases.md, it references files that are no longer on the repo. PR #​12949 by @​tiangolo.
Internal

v0.115.5

Compare Source

Refactors
Docs
Translations
Internal

v0.115.4

Compare Source

Refactors
  • ♻️ Update logic to import and check python-multipart for compatibility with newer version. PR #​12627 by @​tiangolo.
Docs
Translations
Internal

v0.115.3

Compare Source

Upgrades
Docs
  • 📝 Fix broken lin

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 14, 2024
Copy link
Contributor Author

renovate bot commented Oct 14, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: backend/app/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv app-2iWHue-a-py3.13 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.13,<3.14) is not compatible with some of the required packages Python requirement:
  - rectools requires Python <3.13,>=3.9, so it will not be satisfied for Python >=3.13,<3.14

Because no versions of rectools match >0.9.0,<0.10.0
 and rectools (0.9.0) requires Python <3.13,>=3.9, rectools is forbidden.
So, because app depends on rectools (^0.9.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For rectools, a possible solution would be to set the `python` property to "<empty>"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 9 times, most recently from bd7b6d3 to 02c2901 Compare October 21, 2024 12:57
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 9 times, most recently from 605cf63 to 1ec3e69 Compare October 28, 2024 21:49
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from 5bcee01 to 542c172 Compare November 3, 2024 10:43
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 5 times, most recently from d5a1e5d to dd1b369 Compare November 18, 2024 09:04
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from dd1b369 to e81b6bc Compare November 19, 2024 22:29
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from 44600af to 73aa493 Compare November 28, 2024 21:40
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 11 times, most recently from 658d7cf to 6be5507 Compare December 6, 2024 16:01
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 5 times, most recently from d457f1b to 2ac35eb Compare December 16, 2024 23:57
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from cf44de3 to 3b1e4f4 Compare December 24, 2024 04:03
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from 0a68f2b to d581b13 Compare January 5, 2025 16:36
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from 718f10e to 6c83453 Compare January 14, 2025 17:58
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 6c83453 to 3166ff5 Compare January 15, 2025 21:04
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.

0 participants