From e0326618ef32fc72b05f633751501e8b990d19fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:21:51 +0000 Subject: [PATCH] build(deps): bump virtualenv in /integration/airflow Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.25.0 to 20.26.6. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.25.0...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- integration/airflow/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/airflow/requirements.txt b/integration/airflow/requirements.txt index dd66cd72e5..c5804286c5 100644 --- a/integration/airflow/requirements.txt +++ b/integration/airflow/requirements.txt @@ -531,7 +531,7 @@ urllib3==2.2.1 # via # requests # twine -virtualenv==20.25.0 +virtualenv==20.26.6 # via # bacalhau-sdk # pre-commit