From 880011ce1317f6329520c318290c9dc1895e244c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 10:24:33 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 2 updates Bumps the pip group with 1 update in the /misc/codegen directory: [pytest](https://github.com/pytest-dev/pytest). Bumps the pip group with 1 update in the /python/ql/test/query-tests/Security/CWE-943-NoSqlInjection/PoC directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Updates `pytest` from 8.3.5 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.5...9.0.3) Updates `pymongo` from 3.9 to 4.6.3 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/3.9.0...4.6.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip - dependency-name: pymongo dependency-version: 4.6.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- misc/codegen/requirements_lock.txt | 2 +- .../Security/CWE-943-NoSqlInjection/PoC/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/codegen/requirements_lock.txt b/misc/codegen/requirements_lock.txt index d29fbd560769..7a2021a364a9 100644 --- a/misc/codegen/requirements_lock.txt +++ b/misc/codegen/requirements_lock.txt @@ -14,7 +14,7 @@ pluggy==1.5.0 # via pytest pystache==0.6.8 # via -r misc/codegen/requirements_in.txt -pytest==8.3.5 +pytest==9.0.3 # via -r misc/codegen/requirements_in.txt pyyaml==6.0.2 # via -r misc/codegen/requirements_in.txt diff --git a/python/ql/test/query-tests/Security/CWE-943-NoSqlInjection/PoC/requirements.txt b/python/ql/test/query-tests/Security/CWE-943-NoSqlInjection/PoC/requirements.txt index 36b236179535..eb25fa908ce2 100644 --- a/python/ql/test/query-tests/Security/CWE-943-NoSqlInjection/PoC/requirements.txt +++ b/python/ql/test/query-tests/Security/CWE-943-NoSqlInjection/PoC/requirements.txt @@ -1,2 +1,2 @@ flask -pymongo==3.9 +pymongo==4.6.3