Skip to content

Commit a7229ff

Browse files
Bump the third-party-airflow group
Bumps the third-party-airflow group in /third_party/airflow with 2 updates: [coverage](https://github.com/coveragepy/coveragepy) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `coverage` from 6.5.0 to 7.3.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@6.5.0...7.3.2) Updates `pytest-asyncio` from 0.21.1 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.21.1...v1.3.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.3.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: third-party-airflow - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: third-party-airflow ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7fc7c18 commit a7229ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/airflow/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers=[
2525

2626
[project.optional-dependencies]
2727
format = ["black>=24.0.0", "flake8>=7.0.0", "pylint>=2.17.5"]
28-
test = ["pytest==7.3.1", "coverage==6.5.0", "pytest-asyncio==0.21.1",
28+
test = ["pytest==7.3.1", "coverage==7.3.2", "pytest-asyncio==1.3.0",
2929
"pytest-mock>=3.14.0"]
3030
# note(JayF): sphinx-jekyll-builder was broken by sphinx-markdown-builder 0.6 -- so pin to 0.5.5
3131
docs = ["sphinx==7.1.2", "sphinx-jekyll-builder==0.3.0", "sphinx-toolbox==3.2.0b1", "sphinx-markdown-builder==0.5.5"]

0 commit comments

Comments
 (0)