From b0413fb7d13574750807b66d2a319b05d84e2336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 05:28:49 +0000 Subject: [PATCH] Bump python-box from 4.0.4 to 6.0.2 Bumps [python-box](https://github.com/cdgriffith/Box) from 4.0.4 to 6.0.2. - [Release notes](https://github.com/cdgriffith/Box/releases) - [Changelog](https://github.com/cdgriffith/Box/blob/master/CHANGES.rst) - [Commits](https://github.com/cdgriffith/Box/compare/4.0.4...6.0.2) --- updated-dependencies: - dependency-name: python-box dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build-requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-requirements.txt b/build-requirements.txt index a3e9d901..d9ff9625 100644 --- a/build-requirements.txt +++ b/build-requirements.txt @@ -12,7 +12,7 @@ py3rosmsgs aioredis==1.3.0 redis==3.3.11 pyros-genmsg -python-box==4.0.4 +python-box==6.0.2 deepdiff==4.0.9 miracle-acl==0.0.4.post1 pyjwt==1.7.1 diff --git a/setup.py b/setup.py index c511eb32..6d0ad088 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ classifiers=["Programming Language :: Python :: 3"], install_requires=["jsonschema==3.2.0", "gitpython==3.1.2", "py3rosmsgs", "aioredis==1.3.0", "redis==3.3.11", "Pillow>=5.1.0", - "pyros-genmsg", "python-box==4.0.4", "deepdiff==4.0.9", + "pyros-genmsg", "python-box==6.0.2", "deepdiff==4.0.9", "miracle-acl==0.0.4.post1", "pyjwt==1.7.1"], data_files=data_files, entry_points={},