From bc1a5cfff24084cdab9fbabcaed875932c3dbc4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:44:53 +0000 Subject: [PATCH] Bump pygments from 2.6.1 to 2.15.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.6.1 to 2.15.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.6.1...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: indirect ... Signed-off-by: dependabot[bot] --- poetry.lock | 85 +++++------------------------------------------------ 1 file changed, 8 insertions(+), 77 deletions(-) diff --git a/poetry.lock b/poetry.lock index adfd4087..9c5a4050 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "alabaster" version = "0.7.12" description = "A configurable sidebar-enabled Sphinx theme" -category = "dev" optional = false python-versions = "*" files = [ @@ -16,7 +15,6 @@ files = [ name = "appdirs" version = "1.4.4" description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = "*" files = [ @@ -28,7 +26,6 @@ files = [ name = "asteval" version = "0.9.18" description = "Safe, minimalistic evaluator of python expression using ast module" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -39,7 +36,6 @@ files = [ name = "atomicwrites" version = "1.4.0" description = "Atomic file writes." -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -51,7 +47,6 @@ files = [ name = "attrs" version = "19.3.0" description = "Classes Without Boilerplate" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -69,7 +64,6 @@ tests = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.i name = "babel" version = "2.8.0" description = "Internationalization utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -84,7 +78,6 @@ pytz = ">=2015.7" name = "black" version = "19.10b0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -108,7 +101,6 @@ d = ["aiohttp (>=3.3.2)", "aiohttp-cors"] name = "certifi" version = "2020.4.5.2" description = "Python package for providing Mozilla's CA Bundle." -category = "dev" optional = false python-versions = "*" files = [ @@ -120,7 +112,6 @@ files = [ name = "chardet" version = "3.0.4" description = "Universal encoding detector for Python 2 and 3" -category = "dev" optional = false python-versions = "*" files = [ @@ -132,7 +123,6 @@ files = [ name = "click" version = "7.1.2" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -144,7 +134,6 @@ files = [ name = "codecov" version = "2.1.13" description = "Hosted coverage reports for GitHub, Bitbucket and Gitlab" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -160,7 +149,6 @@ requests = ">=2.7.9" name = "colorama" version = "0.4.3" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -172,7 +160,6 @@ files = [ name = "coverage" version = "5.1" description = "Code coverage measurement for Python" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" files = [ @@ -219,7 +206,6 @@ toml = ["toml"] name = "cycler" version = "0.10.0" description = "Composable style cycles" -category = "main" optional = false python-versions = "*" files = [ @@ -234,7 +220,6 @@ six = "*" name = "docutils" version = "0.16" description = "Docutils -- Python Documentation Utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -246,7 +231,6 @@ files = [ name = "flake8" version = "3.8.3" description = "the modular source code checker: pep8 pyflakes and co" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" files = [ @@ -264,7 +248,6 @@ pyflakes = ">=2.2.0,<2.3.0" name = "flake8-annotations" version = "2.1.0" description = "Flake8 Type Annotation Checks" -category = "dev" optional = false python-versions = ">=3.6.1,<4.0.0" files = [ @@ -280,7 +263,6 @@ typed-ast = {version = ">=1.4,<2.0", markers = "python_version < \"3.8\""} name = "flake8-black" version = "0.2.0" description = "flake8 plugin to call black as a code style validator" -category = "dev" optional = false python-versions = "*" files = [ @@ -295,7 +277,6 @@ flake8 = ">=3.0.0" name = "flake8-docstrings" version = "1.5.0" description = "Extension for flake8 which uses pydocstyle to check docstrings" -category = "dev" optional = false python-versions = "*" files = [ @@ -311,7 +292,6 @@ pydocstyle = ">=2.1" name = "flake8-isort" version = "4.0.0" description = "flake8 plugin that integrates isort ." -category = "dev" optional = false python-versions = "*" files = [ @@ -331,7 +311,6 @@ test = ["pytest (>=4.0.2,<6)", "toml"] name = "future" version = "0.18.2" description = "Clean single-source support for Python 3 and 2" -category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -342,7 +321,6 @@ files = [ name = "gdal" version = "3.2.0" description = "GDAL: Geospatial Data Abstraction Library" -category = "main" optional = false python-versions = "*" files = [ @@ -356,7 +334,6 @@ numpy = ["numpy (>1.0.0)"] name = "idna" version = "2.9" description = "Internationalized Domain Names in Applications (IDNA)" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -368,7 +345,6 @@ files = [ name = "imagesize" version = "1.2.0" description = "Getting image size from png/jpeg/jpeg2000/gif file" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -380,7 +356,6 @@ files = [ name = "importlib-metadata" version = "1.6.1" description = "Read metadata from Python packages" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -399,7 +374,6 @@ testing = ["importlib-resources (>=1.3)", "packaging", "pep517"] name = "iniconfig" version = "1.1.1" description = "iniconfig: brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = "*" files = [ @@ -411,7 +385,6 @@ files = [ name = "isort" version = "5.6.4" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.6,<4.0" files = [ @@ -428,7 +401,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "jinja2" version = "2.11.2" description = "A very fast and expressive template engine." -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -446,7 +418,6 @@ i18n = ["Babel (>=0.8)"] name = "kiwisolver" version = "1.2.0" description = "A fast implementation of the Cassowary constraint solver" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -475,7 +446,6 @@ files = [ name = "lmfit" version = "1.0.1" description = "Least-Squares Minimization with Bounds and Constraints" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -492,7 +462,6 @@ uncertainties = ">=3.0.1" name = "markupsafe" version = "1.1.1" description = "Safely add untrusted strings to HTML/XML markup." -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" files = [ @@ -554,7 +523,6 @@ files = [ name = "matplotlib" version = "3.2.1" description = "Python plotting package" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -585,7 +553,6 @@ python-dateutil = ">=2.1" name = "mccabe" version = "0.6.1" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = "*" files = [ @@ -597,7 +564,6 @@ files = [ name = "numpy" version = "1.19.5" description = "NumPy is the fundamental package for array computing with Python." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -641,7 +607,6 @@ files = [ name = "opencv-python-headless" version = "4.4.0.46" description = "Wrapper package for OpenCV python bindings." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -675,7 +640,6 @@ numpy = ">=1.13.3" name = "packaging" version = "20.4" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -691,7 +655,6 @@ six = "*" name = "pathspec" version = "0.8.0" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -703,7 +666,6 @@ files = [ name = "piexif" version = "1.1.3" description = "To simplify exif manipulations with python. Writing, reading, and more..." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -715,7 +677,6 @@ files = [ name = "pluggy" version = "0.13.1" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -733,7 +694,6 @@ dev = ["pre-commit", "tox"] name = "progress" version = "1.5" description = "Easy to use progress bars" -category = "main" optional = false python-versions = "*" files = [ @@ -744,7 +704,6 @@ files = [ name = "py" version = "1.9.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -756,7 +715,6 @@ files = [ name = "pycodestyle" version = "2.6.0" description = "Python style guide checker" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -768,7 +726,6 @@ files = [ name = "pydocstyle" version = "5.0.2" description = "Python docstring style checker" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -783,7 +740,6 @@ snowballstemmer = "*" name = "pyflakes" version = "2.2.0" description = "passive checker of Python programs" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -793,21 +749,22 @@ files = [ [[package]] name = "pygments" -version = "2.6.1" +version = "2.15.0" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" optional = false -python-versions = ">=3.5" +python-versions = ">=3.7" files = [ - {file = "Pygments-2.6.1-py3-none-any.whl", hash = "sha256:ff7a40b4860b727ab48fad6360eb351cc1b33cbf9b15a0f689ca5353e9463324"}, - {file = "Pygments-2.6.1.tar.gz", hash = "sha256:647344a061c249a3b74e230c739f434d7ea4d8b1d5f3721bc0f3558049b38f44"}, + {file = "Pygments-2.15.0-py3-none-any.whl", hash = "sha256:77a3299119af881904cd5ecd1ac6a66214b6e9bed1f2db16993b54adede64094"}, + {file = "Pygments-2.15.0.tar.gz", hash = "sha256:f7e36cffc4c517fbc252861b9a6e4644ca0e5abadf9a113c72d1358ad09b9500"}, ] +[package.extras] +plugins = ["importlib-metadata"] + [[package]] name = "pyparsing" version = "2.4.7" description = "Python parsing module" -category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -819,7 +776,6 @@ files = [ name = "pytest" version = "6.1.2" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -846,7 +802,6 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm name = "pytest-cov" version = "2.10.0" description = "Pytest plugin for measuring coverage." -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -865,7 +820,6 @@ testing = ["fields", "hunter", "process-tests (==2.0.2)", "pytest-xdist", "six", name = "python-dateutil" version = "2.8.1" description = "Extensions to the standard Python datetime module" -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -880,7 +834,6 @@ six = ">=1.5" name = "pytz" version = "2020.1" description = "World timezone definitions, modern and historical" -category = "dev" optional = false python-versions = "*" files = [ @@ -892,7 +845,6 @@ files = [ name = "regex" version = "2020.6.8" description = "Alternative regular expression module, to replace re." -category = "dev" optional = false python-versions = "*" files = [ @@ -923,7 +875,6 @@ files = [ name = "requests" version = "2.23.0" description = "Python HTTP for Humans." -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -945,7 +896,6 @@ socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"] name = "scipy" version = "1.4.1" description = "SciPy: Scientific Library for Python" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -979,7 +929,6 @@ numpy = ">=1.13.3" name = "setuptools" version = "59.6.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -995,7 +944,6 @@ testing = ["flake8-2020", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mock" name = "sharedmem" version = "0.3.8" description = "Dispatch your trivially parallizable jobs with sharedmem." -category = "main" optional = false python-versions = "*" files = [ @@ -1009,7 +957,6 @@ numpy = "*" name = "six" version = "1.15.0" description = "Python 2 and 3 compatibility utilities" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1021,7 +968,6 @@ files = [ name = "snowballstemmer" version = "2.0.0" description = "This package provides 26 stemmers for 25 languages generated from Snowball algorithms." -category = "dev" optional = false python-versions = "*" files = [ @@ -1033,7 +979,6 @@ files = [ name = "sphinx" version = "3.1.2" description = "Python documentation generator" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1069,7 +1014,6 @@ test = ["cython", "html5lib", "pytest", "pytest-cov", "typed-ast"] name = "sphinx-rtd-theme" version = "0.4.3" description = "Read the Docs theme for Sphinx" -category = "dev" optional = false python-versions = "*" files = [ @@ -1084,7 +1028,6 @@ sphinx = "*" name = "sphinxcontrib-applehelp" version = "1.0.2" description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1100,7 +1043,6 @@ test = ["pytest"] name = "sphinxcontrib-devhelp" version = "1.0.2" description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1116,7 +1058,6 @@ test = ["pytest"] name = "sphinxcontrib-htmlhelp" version = "1.0.3" description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1132,7 +1073,6 @@ test = ["html5lib", "pytest"] name = "sphinxcontrib-jsmath" version = "1.0.1" description = "A sphinx extension which renders display math in HTML via JavaScript" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1147,7 +1087,6 @@ test = ["flake8", "mypy", "pytest"] name = "sphinxcontrib-qthelp" version = "1.0.3" description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1163,7 +1102,6 @@ test = ["pytest"] name = "sphinxcontrib-serializinghtml" version = "1.1.4" description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1179,7 +1117,6 @@ test = ["pytest"] name = "testfixtures" version = "6.15.0" description = "A collection of helpers and mock objects for unit tests and doc tests." -category = "dev" optional = false python-versions = "*" files = [ @@ -1196,7 +1133,6 @@ test = ["django", "django (<2)", "mock", "pytest (>=3.6)", "pytest-cov", "pytest name = "toml" version = "0.10.1" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = "*" files = [ @@ -1208,7 +1144,6 @@ files = [ name = "typed-ast" version = "1.4.1" description = "a fork of Python 2 and 3 ast modules with type comment support" -category = "dev" optional = false python-versions = "*" files = [ @@ -1248,7 +1183,6 @@ files = [ name = "typing-extensions" version = "3.10.0.2" description = "Backported and Experimental Type Hints for Python 3.5+" -category = "main" optional = false python-versions = "*" files = [ @@ -1261,7 +1195,6 @@ files = [ name = "uncertainties" version = "3.1.4" description = "Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives" -category = "main" optional = false python-versions = "*" files = [ @@ -1282,7 +1215,6 @@ tests = ["nose", "numpy"] name = "urllib3" version = "1.25.9" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" files = [ @@ -1299,7 +1231,6 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] name = "zipp" version = "3.1.0" description = "Backport of pathlib-compatible object wrapper for zip files" -category = "dev" optional = false python-versions = ">=3.6" files = [