chore(deps-dev): update pytest-asyncio requirement from <2,>=1.3.0 to >=1.4.0,<2 in the test group across 1 directory#35
Merged
Conversation
Member
|
@dependabot rebase |
Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. Updates `pytest-asyncio` to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development dependency-group: test ... Signed-off-by: dependabot[bot] <support@github.com>
8b6f285 to
5d15875
Compare
2 tasks
heznpc
added a commit
that referenced
this pull request
May 28, 2026
… a git repository') (#37) PR #36 added `gh label create` + `gh pr merge --disable-auto` + `gh pr edit` to the major-update branch but the workflow has no `actions/checkout` step. Without a `.git` directory in the workdir, `gh` errors out with `fatal: not a git repository (or any of the parent directories): .git` before any subcommand runs. Observed on PR #35's auto-merge run (logged 2026-05-28T21:47:56.2681559Z). Two fixes: - Set `GH_REPO: ${{ github.repository }}` on the env block of BOTH steps (`gh` consults this env var to resolve the target repo when no git context is present). - Leaves the minor/patch branch with the same shielding even though its current single command (`gh pr merge --auto --squash`) already accepts a URL argument; defensive symmetry against future additions. No source code changes; workflow-only fix.
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.
Updates the requirements on pytest-asyncio to permit the latest version.
Updates
pytest-asyncioto 1.4.0Release notes
Sourced from pytest-asyncio's releases.
Commits
6e14cd2chore: Prepare release of v1.4.0.4b900fbBuild(deps): Bump codecov/codecov-action from 6.0.0 to 6.0.1ab9f632Build(deps): Bump zipp from 3.23.1 to 4.1.0a56fc77Build(deps): Bump hypothesis from 6.152.6 to 6.152.8e8bae9bBuild(deps): Bump requests from 2.34.0 to 2.34.2fc43340Build(deps): Bump idna from 3.14 to 3.15762eaf5Build(deps): Bump jaraco-functools from 4.4.0 to 4.5.0b62e222Build(deps): Bump click from 8.3.3 to 8.4.09190447Build(deps): Bump pydantic from 2.13.3 to 2.13.482a393cci: Remove unnecessary debug output.