From 26044648db761c73a5b6e947144210336a732ae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 01:37:13 +0000 Subject: [PATCH] Bump matplotlib from 3.4.3 to 3.6.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.4.3 to 3.6.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.4.3...v3.6.1) --- 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..f63d3bde 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.1 ; 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..76339dc1 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.1 ; python_version>='3.7'", 'pytrip98[remote]~=3.7', 'anytree~=2.8', 'Events~=0.4',