chore(deps): bump the all group across 1 directory with 7 updates#352
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): bump the all group across 1 directory with 7 updates#352dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the all group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [orjson](https://github.com/ijl/orjson) | `3.11.5` | `3.11.7` | | [cql2](https://github.com/developmentseed/cql2-rs) | `0.5.2` | `0.5.3` | | [uvicorn[standard]](https://github.com/Kludex/uvicorn) | `0.38.0` | `0.40.0` | | [pytest-postgresql](https://github.com/dbfixtures/pytest-postgresql) | `7.0.2` | `8.0.0` | | [mirakuru](https://github.com/dbfixtures/mirakuru) | `2.6.1` | `3.0.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.2` | Updates `orjson` from 3.11.5 to 3.11.7 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](ijl/orjson@3.11.5...3.11.7) Updates `cql2` from 0.5.2 to 0.5.3 - [Release notes](https://github.com/developmentseed/cql2-rs/releases) - [Changelog](https://github.com/developmentseed/cql2-rs/blob/main/CHANGELOG.md) - [Commits](developmentseed/cql2-rs@cql2-v0.5.2...cql2-v0.5.3) Updates `uvicorn[standard]` from 0.38.0 to 0.40.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.38.0...0.40.0) Updates `pytest-postgresql` from 7.0.2 to 8.0.0 - [Changelog](https://github.com/dbfixtures/pytest-postgresql/blob/main/CHANGES.rst) - [Commits](dbfixtures/pytest-postgresql@v7.0.2...v8.0.0) Updates `mirakuru` from 2.6.1 to 3.0.1 - [Changelog](https://github.com/dbfixtures/mirakuru/blob/main/CHANGES.rst) - [Commits](dbfixtures/mirakuru@v2.6.1...v3.0.1) Updates `pytest` from 8.4.2 to 9.0.2 - [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.4.2...9.0.2) Updates `pytest-asyncio` from 1.2.0 to 0.23.3 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.2.0...v0.23.3) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: cql2 dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: uvicorn[standard] dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pytest-postgresql dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: mirakuru dependency-version: 3.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: pytest-asyncio dependency-version: 0.23.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 all group with 6 updates in the / directory:
3.11.53.11.70.5.20.5.30.38.00.40.07.0.28.0.02.6.13.0.18.4.29.0.2Updates
orjsonfrom 3.11.5 to 3.11.7Release notes
Sourced from orjson's releases.
Changelog
Sourced from orjson's changelog.
Commits
ec2b0663.11.71ca01f7zmij1716a22cargo updateec020243.11.6d581687build, clippy misc4105b29writer::num62bb185Fix sporadic crash on serializing object closed860078PyRef idiom refactors343ae2fDeserializer, Utf8Buffer7835f58PyBytesRef and other input refactorUpdates
cql2from 0.5.2 to 0.5.3Changelog
Sourced from cql2's changelog.
Commits
463bb33chore: release v0.5.3 (#162)490b634fix: use flags, not values, for validate and reduce in CLI (#165)bb99253chore(deps): bump the production-dependencies group across 1 directory with 6...e3632b9chore(deps): bump the production-dependencies group across 1 directory with 4...f37fdefchore(deps): bump the production-dependencies group across 1 directory with 9...Updates
uvicorn[standard]from 0.38.0 to 0.40.0Release notes
Sourced from uvicorn[standard]'s releases.
Changelog
Sourced from uvicorn[standard]'s changelog.
Commits
9ff6004Version 0.40.0 (#2773)19df042Drop Python 3.9 (#2772)865ce7cRun strict mypy on test suite (#2771)4f40b84Version 0.39.0 (#2770)5692dfcfix(websockets): Send close frame on ASGI return (#2769)4194764chore(deps): bump the github-actions group with 2 updates (#2763)d94bf28explicitly start ASGI run with empty context (#2742)8ae0bcbchore(deps): bump the github-actions group with 2 updates (#2748)4744ff9Add groups configuration for GitHub Actions (#2747)0391372chore(deps): bump astral-sh/setup-uv from 6.8.0 to 7.1.2 (#2746)Updates
pytest-postgresqlfrom 7.0.2 to 8.0.0Changelog
Sourced from pytest-postgresql's changelog.
... (truncated)
Commits
7b75c7bRelease 8.0.0f478f8fMerge pull request #1259 from dbfixtures/issue-890f6232c8Allow chaining noprocess fixtures - closes #89030687e3build(deps): bump packaging from 25.0 to 26.04de7c32build(deps): bump packaging from 25.0 to 26.02b244db[pre-commit.ci] pre-commit autoupdate21e67bb[pre-commit.ci] pre-commit autoupdate43ecec6build(deps): bump fizyk/actions-reuse/.github/workflows/shared-pre-co…7c17701build(deps): bump fizyk/actions-reuse/.github/workflows/shared-releas…b1cad0ebuild(deps): bump fizyk/actions-reuse/.github/workflows/shared-pre-commit.ymlUpdates
mirakurufrom 2.6.1 to 3.0.1Changelog
Sourced from mirakuru's changelog.
Commits
49b6a09Release 3.0.1d2e9ce5Merge pull request #949 from nsoranzo/patch-1c9d8b5bAdd newsfragment66304f0Update requires-python to 3.106399686Release 3.0.098d245bMerge pull request #947 from dbfixtures/xdistf4ef2d3Merge pull request #948 from dbfixtures/readmeb2cb7e8Speed up tests77ed38dImprove README3905b22Merge pull request #946 from dbfixtures/issue-905Updates
pytestfrom 8.4.2 to 9.0.2Release notes
Sourced from pytest's releases.
... (truncated)
Commits
3d10b51Prepare release version 9.0.2188750bMerge pull request #14030 from pytest-dev/patchback/backports/9.0.x/1e4b01d1f...b7d7befMerge pull request #14014 from bluetech/compat-notebd08e85Merge pull request #14013 from pytest-dev/patchback/backports/9.0.x/922b60377...bc78386Add CLI options reference documentation (#13930)5a4e398Fix docs typo (#14005) (#14008)d7ae6dfMerge pull request #14006 from pytest-dev/maintenance/update-plugin-list-tmpl...556f6a2pre-commit: fix rst-lint after new release (#13999) (#14001)c60fbe6Fix quadratic-time behavior when handlingunittestsubtests in Python 3.10 ...73d9b01Merge pull request #13995 from nicoddemus/patchback/backports/9.0.x/1b5200c0f...Updates
pytest-asynciofrom 1.2.0 to 0.23.3Commits
260b791[docs] Prepare release of v0.23.3.6a253e2[docs] Shorten changelog by combining multiple issues.e2cbb90[docs] Mention correct issue in changelog.0c522bf[fix] Fixes a bug that caused an internal pytest error when using ImportWarni...31c7e6fBuild(deps): Bump coverage from 7.3.3 to 7.3.4 in /dependencies/default38d5c7eBuild(deps): Bump sphinx-rtd-theme in /dependencies/docs650ec58Build(deps): Bump babel from 2.13.1 to 2.14.0 in /dependencies/docs0166a7eBuild(deps): Bump typing-extensions in /dependencies/default3a15f30Build(deps): Bump coverage from 7.3.2 to 7.3.3 in /dependencies/default28e91f0Build(deps): Bump hypothesis in /dependencies/defaultDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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