-
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
Bump the allpip group across 1 directory with 7 updates #27
Conversation
Bumps the allpip group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/tiangolo/fastapi) | `0.110.3` | `0.111.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.7.1` | `2.7.2` | | [uvicorn](https://github.com/encode/uvicorn) | `0.29.0` | `0.30.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.2.1` | | [coverage](https://github.com/nedbat/coveragepy) | `7.5.1` | `7.5.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.4` | `0.4.6` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.363` | `1.1.364` | Updates `fastapi` from 0.110.3 to 0.111.0 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.110.3...0.111.0) Updates `pydantic` from 2.7.1 to 2.7.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.7.1...v2.7.2) Updates `uvicorn` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.29.0...0.30.0) Updates `pytest` from 8.2.0 to 8.2.1 - [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.2.0...8.2.1) Updates `coverage` from 7.5.1 to 7.5.3 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.5.1...7.5.3) Updates `ruff` from 0.4.4 to 0.4.6 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.4.4...v0.4.6) Updates `pyright` from 1.1.363 to 1.1.364 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.363...v1.1.364) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: allpip - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: allpip - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: allpip - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: allpip - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: allpip - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: allpip - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch dependency-group: allpip ... Signed-off-by: dependabot[bot] <[email protected]>
cf74136
to
37461d6
Compare
Quality Gate passedIssues Measures |
@dependabot rebase |
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the allpip group with 7 updates in the / directory:
0.110.3
0.111.0
2.7.1
2.7.2
0.29.0
0.30.0
8.2.0
8.2.1
7.5.1
7.5.3
0.4.4
0.4.6
1.1.363
1.1.364
Updates
fastapi
from 0.110.3 to 0.111.0Release notes
Sourced from fastapi's releases.
Commits
1c3e691
📝 Update release notesab8f557
📝 Update release notes67da3bb
🔖 Release version 0.111.09ed94e4
📝 Update release notesd71be59
✨ Add FastAPI CLI, the newfastapi
command (#11522)a94ef33
📝 Update release notesea1f219
🔧 Add configs and setup forfastapi-slim
including optional extras `fastapi...Updates
pydantic
from 2.7.1 to 2.7.2Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
70ac7a0
fix version08d6ed2
Merge branch '2.7' of https://github.com/pydantic/pydantic into 2.742f544a
fix versiona20da21
2.7.2 prep (#9515)f42ae9b
Logfire annoucement (#9362)451f780
Replace__spec__.parent
with__package__
(#9331)Updates
uvicorn
from 0.29.0 to 0.30.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
9a6b3a8
Version 0.30.0 (#2348)53fa273
New multiprocess manager (#2183)22873a9
Suppress side-effects of signal propagation (#2317)14ffba8
Simplify CHANGELOG (#2337)5c78192
Add favicon and logo to the documentation (#2336)b9c03a8
Improve type hints on WebSockets implementations (#2335)14bdf04
Usepytestmark
to simplify test suite (#2334)0efd383
Sendcontent-length
header on 5xx (#2304)772c24b
Deprecate theuvicorn.workers
module (#2302)12c9ee3
AllowConfigParser
or aio.IO[Any]
onlog_config
(#1976)Updates
pytest
from 8.2.0 to 8.2.1Release notes
Sourced from pytest's releases.
Commits
66ff8df
Prepare release version 8.2.13ffcfd1
Merge pull request #12340 from pytest-dev/backport-12334-to-8.2.x0b28313
[8.2.x] Add Python 3.13 (beta) supportf3dd93a
[8.2.x] Attest package provenance (#12335)bb5a125
[8.2.x] Spelling (#12331)f179bf2
Merge pull request #12327 from pytest-dev/backport-12325-to-8.2.x2b671b5
[8.2.x] cacheprovider: fix.pytest_cache
not being world-readable65ab7cb
Merge pull request #12324 from pytest-dev/backport-12320-to-8.2.x4d5fb7d
Merge pull request #12319 from pytest-dev/backport-12311-to-8.2.xcbe5996
[8.2.x] changelog: document unittest 8.2 change as breakingUpdates
coverage
from 7.5.1 to 7.5.3Changelog
Sourced from coverage's changelog.
Commits
f310d7e
docs: sample HTML for 7.5.3a51d52f
docs: prep for 7.5.3b666f3a
perf: it's faster in all versions if we don't cache tokenize #1791a2b4929
docs: changelog entry forcombine
performance improvementsb9aff50
perf: don't read full line_bits table each timec45ebac
perf: cache alias mapping390cb97
perf: avoid quadratic behavior when combining line coveraged3caf53
docs(build): tweaks to howto909e887
build: bump version242adea
build: don't claim pre-alpha-1 in classifiersUpdates
ruff
from 0.4.4 to 0.4.6Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
49a5a9c
Bump version to v0.4.6 (#11585)69d9212
Propagate reads on global variables (#11584)4a30558
[flake8-bandit
]request-without-timeout
should warn for `requests.request...16acd49
Remove some unusedpub
functions (#11576)3989cb8
Makeruff_notebook
a workspace dependency inruff_server
(#11572)a38c05b
Avoid recommending context manager in__enter__
implementations (#11575)ab107ef
Avoid recomending operator.itemgetter with dependence on lambda arg (#11574)b36c713
Consider irrefutable pattern similar toif .. else
forC901
(#11565)34a5063
Respect excludes inruff server
configuration discovery (#11551)adc0a5d
Rename document module to text_document (#11571)Updates
pyright
from 1.1.363 to 1.1.364Commits
c5d4928
[pyright updated to 1.1.364] Update Version (#274)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 <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name>
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 <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions