This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-11-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-11-test by this push:
     new 8c8ac7ed5bc chore(deps-dev): bump the pip-dependency-updates group 
across 1 directory with 2 updates (#64011)
8c8ac7ed5bc is described below

commit 8c8ac7ed5bc53084eb0358d89e8df9db458f63cf
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 13 00:06:26 2026 +0200

    chore(deps-dev): bump the pip-dependency-updates group across 1 directory 
with 2 updates (#64011)
    
    Bumps the pip-dependency-updates group with 2 updates in the / directory: 
[filelock](https://github.com/tox-dev/py-filelock) and 
[virtualenv](https://github.com/pypa/virtualenv).
    
    
    Updates `filelock` from 3.25.0 to 3.25.2
    - [Release notes](https://github.com/tox-dev/py-filelock/releases)
    - 
[Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
    - [Commits](https://github.com/tox-dev/py-filelock/compare/3.25.0...3.25.2)
    
    Updates `virtualenv` from 21.1.0 to 21.2.0
    - [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/21.1.0...21.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: filelock
      dependency-version: 3.25.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: pip-dependency-updates
    - dependency-name: virtualenv
      dependency-version: 21.2.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: pip-dependency-updates
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 333bc786499..6cb4bb783c3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,7 +23,7 @@
 # pre-commit run --hook-stage manual update-build-dependencies --all-files
 requires = [
     "distlib==0.4.0",
-    "filelock==3.25.0",
+    "filelock==3.25.2",
     "hatchling==1.29.0",
     "packaging==26.0",
     "pathspec==1.0.4",
@@ -32,7 +32,7 @@ requires = [
     "tomli==2.4.0; python_version < '3.11'",
     "trove-classifiers==2026.1.14.14",
     "typing-extensions==4.15.0; python_version < '3.11'",
-    "virtualenv==21.1.0",
+    "virtualenv==21.2.0",
 ]
 build-backend = "hatchling.build"
 

Reply via email to