-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): bump the poetry group across 1 directory with 12 updates #82
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/pip/poetry-6e44bdc29a
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the poetry group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.13.3` | `1.14.0` | | [asyncpg](https://github.com/MagicStack/asyncpg) | `0.29.0` | `0.30.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.2` | `0.115.6` | | [httpx](https://github.com/encode/httpx) | `0.27.2` | `0.28.1` | | [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.5` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.5.2` | `2.7.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `0.25.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.9` | `0.9.0` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.35` | `2.0.37` | | [uvicorn](https://github.com/encode/uvicorn) | `0.31.1` | `0.34.0` | | [wheel](https://github.com/pypa/wheel) | `0.44.0` | `0.45.1` | Updates `alembic` from 1.13.3 to 1.14.0 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `asyncpg` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](MagicStack/asyncpg@v0.29.0...v0.30.0) Updates `fastapi` from 0.115.2 to 0.115.6 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.2...0.115.6) Updates `httpx` from 0.27.2 to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.27.2...0.28.1) Updates `pydantic` from 2.9.2 to 2.10.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.9.2...v2.10.5) Updates `pydantic-settings` from 2.5.2 to 2.7.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.5.2...v2.7.1) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.3...8.3.4) Updates `pytest-asyncio` from 0.24.0 to 0.25.2 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.25.2) Updates `ruff` from 0.6.9 to 0.9.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.6.9...0.9.0) Updates `sqlalchemy` from 2.0.35 to 2.0.37 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `uvicorn` from 0.31.1 to 0.34.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](encode/uvicorn@0.31.1...0.34.0) Updates `wheel` from 0.44.0 to 0.45.1 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.44.0...0.45.1) --- updated-dependencies: - dependency-name: alembic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: asyncpg dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry ... Signed-off-by: dependabot[bot] <support@github.com>
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
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the poetry group with 12 updates in the / directory:
1.13.3
1.14.0
0.29.0
0.30.0
0.115.2
0.115.6
0.27.2
0.28.1
2.9.2
2.10.5
2.5.2
2.7.1
8.3.3
8.3.4
0.24.0
0.25.2
0.6.9
0.9.0
2.0.35
2.0.37
0.31.1
0.34.0
0.44.0
0.45.1
Updates
alembic
from 1.13.3 to 1.14.0Release notes
Sourced from alembic's releases.
Commits
Updates
asyncpg
from 0.29.0 to 0.30.0Release notes
Sourced from asyncpg's releases.
... (truncated)
Commits
bae282e
asyncpg v0.30.0965fb08
Fix release workflowf6ec755
Allow customizing connection state reset (#1191)3ef884e
Upgrade Sphinx3ee19ba
Add connect_fn kwarg to Pool to better support GCP's CloudSQL (#1170)73f2209
Addfetchmany
to execute many and return rows (#1175)b732b4f
tests: Attempt to inhibit spurious ConnectionResetError on Windows (#1190)cee97e1
Test on PostgreSQL 17 (#1189)3aa9894
Test and build on Python 3.13 (#1188)afdb05c
Add support for thesslnegotiation
parameter (#1187)Updates
fastapi
from 0.115.2 to 0.115.6Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
bb8c2a6
🔖 Release version 0.115.6905ec1e
📝 Update release notes4f81575
🐛 Preserve traceback when exception is raised in sync dependency withyield
...8255edf
📝 Update release notes53c8784
🌐 Add Traditional Chinese translation fordocs/zh-hant/docs/async.md
(#12990)2971352
📝 Update release notes8376228
🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/tutorial/query-p...6c7873c
📝 Update release notesd75b81c
🌐 Add Korean translation fordocs/ko/docs/advanced/testing-dependencies.md
...206037c
📝 Update release notesUpdates
httpx
from 0.27.2 to 0.28.1Release notes
Sourced from httpx's releases.
Changelog
Sourced from httpx's changelog.
Commits
26d48e0
Version 0.28.1 (#3445)89599a9
Fixverify=False
,cert=...
case. (#3442)8ecb86f
Add test for request params behavior changes (#3364) (#3440)0cb7e5a
Bump the python-packages group with 11 updates (#3434)15e21e9
Updating deprecated docstring Client() class (#3426)80960fa
Version 0.28.0. (#3419)a33c878
Fixextensions
type annotation. (#3380)ce7e14d
Error on verify as str. (#3418)47f4a96
Handle empty zstd responses (#3412)189fc4b
Update CHANGELOG.md, fix typo(s) (#3406)Updates
pydantic
from 2.9.2 to 2.10.5Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
5d34efd
Prepare release v2.10.5 (#11237)6e585f9
Fix url serialization for unions (#11233)5a22e02
Remove custom MRO implementation of Pydantic models (#11195)5bd3a65
fix history.md46f0945
Prepare for v2.10.4 (#11144)ea69e69
Make sure the type reference is removed from the seen references (#11145)a07c31e
Include JSON Schema input core schema in function schemas (#11142)9166d55
UpdateWithJsonSchema
documentation, add usage documentation for `json_sche...572f57d
Rewrite validators documentation (#11060)9faa8d9
Fix for comaparison of AnyUrl objects (#11082)Updates
pydantic-settings
from 2.5.2 to 2.7.1Release notes
Sourced from pydantic-settings's releases.
... (truncated)
Commits
c989335
Prepare release 2.7.1 (#511)66ecc3a
Move preferred alias resolution to private method (#507)95fae54
Prepare release 2.7.0 (#499)b8968a7
Fix attribute error on Python 3.9 with typing.Sequence (#497)3667aed
Improve field value parsing by addingNoDecode
andForceDecode
annotation...2f498fe
Change reference of default values validation in documentation (#496)7bcb6ed
Add support for CLI kebab case flag. (#489)0b3e73d
Relax default protected_namespaces (#483)3f831e9
Removing return type from the function in test (#491)a903697
Strip annotated when getting submodels during CLI parsing. (#490)Updates
pytest
from 8.3.3 to 8.3.4Release notes
Sourced from pytest's releases.
Commits
53f8b4e
Update pypa/gh-action-pypi-publish to v1.12.298dff36
Prepare release version 8.3.41b474e2
approx: use exact comparison for bool (#13013)b541721
docs: Fix wrong statement about sys.modules with importlib import mode (#1298...16cb87b
pytest.fail: fix ANSI escape codes for colored output (#12959) (#12990)be6bc81
Issue #12966 Clarify filterwarnings docs on precedence when using multiple ma...7aeb72b
Improve docs on basetemp and retention (#12912) (#12928)c875841
Merge pull request #12917 from pytest-dev/patchback/backports/8.3.x/ded1f44e5...6502816
Merge pull request #12913 from jakkdl/dontfailonbadpath52135b0
Merge pull request #12885 from The-Compiler/pdb-py311 (#12887)Updates
pytest-asyncio
from 0.24.0 to 0.25.2Release notes
Sourced from pytest-asyncio's releases.
Commits
2188cdb
build: Prepare release of v0.25.2.c3ad634
fix: Shutdown generators before closing event loops.e8ffb10
[pre-commit.ci] pre-commit autoupdateaae43d4
Build(deps): Bump hypothesis in /dependencies/default941e8b5
Build(deps): Bump pygments from 2.18.0 to 2.19.1 in /dependencies/docs623ab74
docs: Prepare release of v0.25.1.c236550
docs: Fix broken link to the pytest.mark.asyncio reference.41c645b
fix: Correct warning message when redefining the event_loop fixture.2fd10f8
docs: Clarify deprecation of event_loop fixture.a4e82ab
docs: Added changelog entry for #1020.Updates
ruff
from 0.6.9 to 0.9.0Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.