From 0eb4003a505e5bd3f4f3919b4f2b12c2ac0aaa1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 23:27:04 +0000 Subject: [PATCH] Bump matplotlib from 3.4.3 to 3.6.2 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.4.3 to 3.6.2. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.4.3...v3.6.2) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 882bc3d9..5aa51847 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -matplotlib==3.4.3 ; python_version >= '3.7' # remove once compatibility problem with matplotlib 3.5+ is restored +matplotlib==3.6.2 ; python_version >= '3.7' # remove once compatibility problem with matplotlib 3.5+ is restored pytrip98[remote]~=3.7 # use versions compatible with 3.7 (3.7 and later from 3.x series) PyQt5>=5.15 ; python_version >= '3.8' PyQt5<5.10 ; python_version < '3.8' diff --git a/setup.py b/setup.py index d46be411..33003e19 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def write_version_py(filename=os.path.join('pytripgui', 'VERSION')): # install_requires is list of dependencies needed by pip when running `pip install` install_requires = [ - "matplotlib==3.4.3 ; python_version>='3.7'", + "matplotlib==3.6.2 ; python_version>='3.7'", 'pytrip98[remote]~=3.7', 'anytree~=2.8', 'Events~=0.4',