Skip to content

chore(deps): update pytest-asyncio requirement from >=0.21.0 to >=1.3.0#86

Merged
Lewa-Reka merged 1 commit into
mainfrom
dependabot/pip/pytest-asyncio-gte-1.3.0
Apr 25, 2026
Merged

chore(deps): update pytest-asyncio requirement from >=0.21.0 to >=1.3.0#86
Lewa-Reka merged 1 commit into
mainfrom
dependabot/pip/pytest-asyncio-gte-1.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 25, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on pytest-asyncio to permit the latest version.

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 1.3.0

1.3.0 - 2025-11-10

Removed

  • Support for Python 3.9 (#1278)

Added

  • Support for pytest 9 (#1279)

Notes for Downstream Packagers

  • Tested Python versions include free threaded Python 3.14t (#1274)
  • Tests are run in the same pytest process, instead of spawning a subprocess with pytest.Pytester.runpytest_subprocess. This prevents the test suite from accidentally using a system installation of pytest-asyncio, which could result in test errors. (#1275)
Commits
  • 2e9695f docs: Compile changelog for v1.3.0
  • dd0e9ba docs: Reference correct issue in news fragment.
  • 4c31abe Build(deps): Bump nh3 from 0.3.1 to 0.3.2
  • 13e9477 Link to migration guides from changelog
  • 4d2cf3c tests: handle Python 3.14 DefaultEventLoopPolicy deprecation warnings
  • ee3549b test: Remove obsolete test for the event_loop fixture.
  • 7a67c82 tests: Fix failing test by preventing warning conversion to error.
  • a17b689 test: add pytest config to isolated test directories
  • 18afc9d fix(tests): replace runpytest_subprocess with runpytest
  • cdc6bd1 Add support for pytest 9 and drop Python 3.9 support
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.21.0...v1.3.0)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-version: 1.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 25, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 5 0 0 0.05s
✅ JSON jsonlint 5 0 0 0.16s
⚠️ JSON prettier 5 1 0 2.11s
✅ JSON v8r 5 0 0 3.24s
⚠️ MARKDOWN markdownlint 3 31 0 0.94s
⚠️ MARKDOWN markdown-table-formatter 3 1 0 0.3s
✅ PYTHON bandit 43 0 0 4.26s
✅ PYTHON pyright 43 0 0 6.9s
✅ PYTHON ruff 43 0 0 0.03s
✅ REPOSITORY checkov yes no no 22.14s
✅ REPOSITORY gitleaks yes no no 0.46s
✅ REPOSITORY git_diff yes no no 0.02s
✅ REPOSITORY grype yes no no 42.53s
✅ REPOSITORY secretlint yes no no 1.21s
✅ REPOSITORY syft yes no no 2.0s
✅ REPOSITORY trivy yes no no 11.36s
✅ REPOSITORY trivy-sbom yes no no 0.29s
✅ REPOSITORY trufflehog yes no no 4.6s
✅ SPELL lychee 23 0 0 1.1s
⚠️ YAML prettier 14 1 5 0.83s
✅ YAML v8r 14 0 0 8.84s
✅ YAML yamllint 14 0 0 0.75s

Detailed Issues

⚠️ MARKDOWN / markdown-table-formatter - 1 error
2 files contain markdown tables to format:
- README.md
- docs/MIGRACJA-V2.md
⚠️ MARKDOWN / markdownlint - 31 errors
docs/MIGRACJA-V2.md:3:401 error MD013/line-length Line length [Expected: 400; Actual: 524]
docs/MIGRACJA-V2.md:46:160 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:48:160 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:73:21 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:74:21 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:107:401 error MD013/line-length Line length [Expected: 400; Actual: 403]
docs/MIGRACJA-V2.md:107:403 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:108:67 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:108:134 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:108:228 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:108:359 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:109:67 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:109:134 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:109:228 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:109:360 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:110:96 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:110:149 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:110:204 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:110:335 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:112:401 error MD013/line-length Line length [Expected: 400; Actual: 486]
docs/MIGRACJA-V2.md:154:320 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:159:274 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:160:274 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:161:274 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/MIGRACJA-V2.md:163:274 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
README.md:74:401 error MD013/line-length Line length [Expected: 400; Actual: 472]
README.md:78:401 error MD013/line-length Line length [Expected: 400; Actual: 466]
README.md:82:401 error MD013/line-length Line length [Expected: 400; Actual: 418]
README.md:88:401 error MD013/line-length Line length [Expected: 400; Actual: 467]
README.md:120:401 error MD013/line-length Line length [Expected: 400; Actual: 465]
README.md:276 error MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
⚠️ JSON / prettier - 1 error
Checking formatting...
[warn] custom_components/rce_pse/translations/en.json
[warn] custom_components/rce_pse/translations/pl.json
[warn] Code style issues found in 2 files. Run Prettier with --write to fix.
⚠️ YAML / prettier - 1 error
Checking formatting...
[warn] .github/ISSUE_TEMPLATE/01-bug.yml
[warn] .github/ISSUE_TEMPLATE/02-feature-request.yml
[warn] .github/ISSUE_TEMPLATE/03-question.yml
[warn] examples/dashboard-lovelace-EN.yaml
[warn] Code style issues found in 4 files. Run Prettier with --write to fix.

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security

@Lewa-Reka Lewa-Reka merged commit 24c79a1 into main Apr 25, 2026
4 checks passed
@Lewa-Reka Lewa-Reka deleted the dependabot/pip/pytest-asyncio-gte-1.3.0 branch April 25, 2026 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant