From 6e710e7aff0baaaadb417d0d0041dad19547fba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:54:05 +0000 Subject: [PATCH] chore(deps): bump python-box from 7.3.2 to 7.3.3 Bumps [python-box](https://github.com/cdgriffith/Box) from 7.3.2 to 7.3.3. - [Release notes](https://github.com/cdgriffith/Box/releases) - [Changelog](https://github.com/cdgriffith/Box/blob/master/CHANGES.rst) - [Commits](https://github.com/cdgriffith/Box/commits) --- updated-dependencies: - dependency-name: python-box dependency-version: 7.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c0a7d038..eec647eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ jwcrypto==1.5.6 ; python_full_version >= "3.9.2" and python_version < "4.0" pycparser==2.23 ; python_full_version >= "3.9.2" and platform_python_implementation != "PyPy" and python_version < "4.0" and implementation_name != "PyPy" pydash==8.0.6 ; python_full_version >= "3.9.2" and python_version < "4.0" pyjwt==2.11.0 ; python_full_version >= "3.9.2" and python_version < "4.0" -python-box==7.3.2 ; python_full_version >= "3.9.2" and python_version < "4.0" +python-box==7.3.3 ; python_full_version >= "3.9.2" and python_version < "4.0" python-dateutil==2.9.0.post0 ; python_full_version >= "3.9.2" and python_version < "4.0" pytz==2025.2 ; python_full_version >= "3.9.2" and python_version < "4.0" pyyaml==6.0.3 ; python_full_version >= "3.9.2" and python_version < "4.0"