diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b5d5685..39e8a24 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.9.4 +current_version = 3.10.8 [bumpversion:file:./check-matplotlib-version.py] search = __version__ == '{current_version}' diff --git a/cheatsheets.tex b/cheatsheets.tex index 43c2467..4614e45 100644 --- a/cheatsheets.tex +++ b/cheatsheets.tex @@ -264,7 +264,7 @@ \begin{multicols*}{5} \begin{overpic}[width=\columnwidth,tics=6,trim=12 6 18 6, clip]{logo2.png} \put (16.5,1.5) {\scriptsize\RobotoCon \textcolor[HTML]{11557c}{Cheat sheet}} - \put (80,1.5) {\tiny\Roboto \textcolor[HTML]{11557c}{Version 3.9.4}} + \put (80,1.5) {\tiny\Roboto \textcolor[HTML]{11557c}{Version 3.10.8}} \end{overpic} %\textbf{\Large \RobotoCon Matplotlib 3.2 cheat sheet}\\ %{\ttfamily https://matplotlib.org} \hfill CC-BY 4.0 diff --git a/check-matplotlib-version.py b/check-matplotlib-version.py index 1c152ae..59211fc 100755 --- a/check-matplotlib-version.py +++ b/check-matplotlib-version.py @@ -2,4 +2,4 @@ import matplotlib as mpl -assert mpl.__version__ == '3.9.4' +assert mpl.__version__ == '3.10.8' diff --git a/handout-beginner.tex b/handout-beginner.tex index 870ddfe..05e2e5f 100644 --- a/handout-beginner.tex +++ b/handout-beginner.tex @@ -297,7 +297,7 @@ \subsection*{\rmfamily Save \mdseries (bitmap or vector format)} \vfill % {\scriptsize - Matplotlib 3.9.4 handout for beginners. + Matplotlib 3.10.8 handout for beginners. Copyright (c) 2021 Matplotlib Development Team. Released under a CC-BY 4.0 International License. Supported by NumFOCUS. diff --git a/handout-intermediate.tex b/handout-intermediate.tex index 0663fba..286f3fc 100644 --- a/handout-intermediate.tex +++ b/handout-intermediate.tex @@ -198,7 +198,7 @@ \subsection*{\rmfamily Size \& DPI} \vfill % {\scriptsize - Matplotlib 3.9.4 handout for intermediate users. + Matplotlib 3.10.8 handout for intermediate users. Copyright (c) 2021 Matplotlib Development Team. Released under a CC-BY 4.0 International License. Supported by NumFOCUS. diff --git a/handout-tips.tex b/handout-tips.tex index ad97b3e..7ce23ef 100644 --- a/handout-tips.tex +++ b/handout-tips.tex @@ -243,7 +243,7 @@ \subsection*{\rmfamily Read the documentation} \vfill % {\scriptsize - Matplotlib 3.9.4 handout for tips \& tricks. + Matplotlib 3.10.8 handout for tips \& tricks. Copyright (c) 2021 Matplotlib Development Team. Released under a CC-BY 4.0 International License. Supported by NumFOCUS. diff --git a/requirements/requirements.in b/requirements/requirements.in index a92727b..c5a907f 100644 --- a/requirements/requirements.in +++ b/requirements/requirements.in @@ -2,7 +2,7 @@ autopep8 bump2version cartopy==0.22.0 flake8 -matplotlib==3.9.4 +matplotlib==3.10.8 pillow>=9 pdfx pip-tools diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 9813dab..f920917 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -4,71 +4,71 @@ # # pip-compile requirements.in # -accessible-pygments==0.0.4 +accessible-pygments==0.0.5 # via pydata-sphinx-theme -alabaster==0.7.16 +alabaster==1.0.0 # via sphinx -autopep8==2.0.4 +autopep8==2.3.2 # via -r requirements.in -babel==2.14.0 +babel==2.18.0 # via # pydata-sphinx-theme # sphinx -beautifulsoup4==4.12.3 +beautifulsoup4==4.14.3 # via pydata-sphinx-theme -build==1.0.3 +build==1.4.0 # via pip-tools bump2version==1.0.1 # via -r requirements.in cartopy==0.22.0 # via -r requirements.in -certifi==2024.7.4 +certifi==2026.1.4 # via # pyproj # requests -cffi==1.16.0 +cffi==2.0.0 # via cryptography -cfgv==3.4.0 +cfgv==3.5.0 # via pre-commit chardet==4.0.0 # via # pdfminer-six # pdfx -charset-normalizer==3.3.2 +charset-normalizer==3.4.4 # via requests -click==8.1.7 +click==8.3.1 # via pip-tools -contourpy==1.2.0 +contourpy==1.3.2 # via matplotlib -cryptography==44.0.1 +cryptography==46.0.5 # via pdfminer-six cycler==0.12.1 # via matplotlib -distlib==0.3.8 +distlib==0.4.0 # via virtualenv -docutils==0.20.1 +docutils==0.21.2 # via # pydata-sphinx-theme # sphinx -filelock==3.13.1 +filelock==3.20.3 # via virtualenv -flake8==7.0.0 +flake8==7.3.0 # via -r requirements.in -fonttools==4.47.2 +fonttools==4.61.1 # via matplotlib -identify==2.5.33 +identify==2.6.16 # via pre-commit -idna==3.7 +idna==3.11 # via requests imagesize==1.4.1 # via sphinx -jinja2==3.1.5 +jinja2==3.1.6 # via sphinx -kiwisolver==1.4.5 +kiwisolver==1.4.9 # via matplotlib -markupsafe==2.1.4 +markupsafe==3.0.3 # via jinja2 -matplotlib==3.9.4 +matplotlib==3.10.8 # via # -r requirements.in # cartopy @@ -77,111 +77,118 @@ mccabe==0.7.0 # via flake8 mpl-sphinx-theme==3.9.0 # via -r requirements.in -nodeenv==1.8.0 +nodeenv==1.10.0 # via pre-commit -numpy==1.26.3 +numpy==2.2.6 # via # cartopy # contourpy # matplotlib # scipy # shapely -packaging==23.2 +packaging==26.0 # via # build # cartopy # matplotlib # pydata-sphinx-theme # sphinx + # wheel pdfminer-six==20201018 # via pdfx pdfx==1.4.1 # via -r requirements.in -pillow==10.3.0 +pillow==12.1.1 # via # -r requirements.in # matplotlib -pip-tools==7.3.0 +pip-tools==7.5.3 # via -r requirements.in -platformdirs==4.2.0 +platformdirs==4.5.1 # via virtualenv -pre-commit==3.6.0 +pre-commit==4.5.1 # via -r requirements.in -pycodestyle==2.11.1 +pycodestyle==2.14.0 # via # autopep8 # flake8 -pycparser==2.21 +pycparser==3.0 # via cffi pydata-sphinx-theme==0.13.3 # via # -r requirements.in # mpl-sphinx-theme -pyflakes==3.2.0 +pyflakes==3.4.0 # via flake8 -pygments==2.17.2 +pygments==2.19.2 # via # accessible-pygments # pydata-sphinx-theme # sphinx -pyparsing==3.1.1 +pyparsing==3.3.2 # via matplotlib -pyproj==3.6.1 +pyproj==3.7.1 # via cartopy -pyproject-hooks==1.0.0 - # via build -pyshp==2.3.1 +pyproject-hooks==1.2.0 + # via + # build + # pip-tools +pyshp==3.0.3 # via cartopy -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via matplotlib -pyyaml==6.0.1 +pyyaml==6.0.3 # via pre-commit -requests==2.32.4 +requests==2.32.5 # via sphinx -scipy==1.12.0 +scipy==1.15.3 # via -r requirements.in -shapely==2.0.2 +shapely==2.1.2 # via cartopy -six==1.16.0 +six==1.17.0 # via python-dateutil -snowballstemmer==2.2.0 +snowballstemmer==3.0.1 # via sphinx sortedcontainers==2.4.0 # via pdfminer-six -soupsieve==2.5 +soupsieve==2.8.3 # via beautifulsoup4 -sphinx==7.2.6 +sphinx==8.1.3 # via # -r requirements.in # pydata-sphinx-theme # sphinx-design -sphinx-design==0.5.0 +sphinx-design==0.6.1 # via -r requirements.in -sphinxcontrib-applehelp==1.0.8 +sphinxcontrib-applehelp==2.0.0 # via sphinx -sphinxcontrib-devhelp==1.0.6 +sphinxcontrib-devhelp==2.0.0 # via sphinx -sphinxcontrib-htmlhelp==2.0.5 +sphinxcontrib-htmlhelp==2.1.0 # via sphinx sphinxcontrib-jsmath==1.0.1 # via sphinx -sphinxcontrib-qthelp==1.0.7 +sphinxcontrib-qthelp==2.0.0 # via sphinx -sphinxcontrib-serializinghtml==1.1.10 +sphinxcontrib-serializinghtml==2.0.0 # via sphinx -tomli==2.0.1 +tomli==2.4.0 # via # autopep8 # build # pip-tools - # pyproject-hooks -typing-extensions==4.9.0 - # via pydata-sphinx-theme -urllib3==2.5.0 + # sphinx +typing-extensions==4.15.0 + # via + # beautifulsoup4 + # cryptography + # pydata-sphinx-theme + # virtualenv +urllib3==2.6.3 # via requests -virtualenv==20.26.6 +virtualenv==20.36.1 # via pre-commit -wheel==0.42.0 +wheel==0.46.3 # via pip-tools # The following packages are considered to be unsafe in a requirements file: