From 65d9050be0b199e04f74c57955d97254263d0b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:51:02 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [pygments](https://github.com/pygments/pygments), ruamel-yaml and [identify](https://github.com/pre-commit/identify). Updates `pygments` from 2.18.0 to 2.19.1 - [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.18.0...2.19.1) Updates `ruamel-yaml` from 0.18.8 to 0.18.10 Updates `identify` from 2.6.4 to 2.6.5 - [Commits](https://github.com/pre-commit/identify/compare/v2.6.4...v2.6.5) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruamel-yaml dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: identify dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 4 ++-- requirements-dev.txt | 2 +- requirements.txt | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 224831dd..6c17b5d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -848,13 +848,13 @@ files = [ [[package]] name = "pygments" -version = "2.18.0" +version = "2.19.1" description = "Pygments is a syntax highlighting package written in Python." optional = false python-versions = ">=3.8" files = [ - {file = "pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"}, - {file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"}, + {file = "pygments-2.19.1-py3-none-any.whl", hash = "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c"}, + {file = "pygments-2.19.1.tar.gz", hash = "sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f"}, ] [package.extras] @@ -1094,13 +1094,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "ruamel-yaml" -version = "0.18.8" +version = "0.18.10" description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" optional = false python-versions = ">=3.7" files = [ - {file = "ruamel.yaml-0.18.8-py3-none-any.whl", hash = "sha256:a7c02af6ec9789495b4d19335addabc4d04ab1e0dad3e491c0c9457bbc881100"}, - {file = "ruamel.yaml-0.18.8.tar.gz", hash = "sha256:1b7e14f28a4b8d09f8cd40dca158852db9b22ac84f22da5bb711def35cb5c548"}, + {file = "ruamel.yaml-0.18.10-py3-none-any.whl", hash = "sha256:30f22513ab2301b3d2b577adc121c6471f28734d3d9728581245f1e76468b4f1"}, + {file = "ruamel.yaml-0.18.10.tar.gz", hash = "sha256:20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58"}, ] [package.dependencies] @@ -1365,4 +1365,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "46aba3c5d79a5151497cd99d35de39bf292ac053f5ead13787a6b5ac7f3c521e" +content-hash = "30395c997027999340c3a6dac570593e7d7223eab3526e2f37dabc824d400132" diff --git a/pyproject.toml b/pyproject.toml index 0625184b..68197b6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ mkdocs-material = "^9.1.16" mkdocs-static-i18n = "^1.0.6" plantuml-markdown = "^3.9.2" pre-commit = "^4.0.1" -pygments = "^2.16.1" +pygments = "^2.19.1" python = "^3.10" tomlkit = "^0.13.2" @@ -24,7 +24,7 @@ flake8 = "^7.1.1" flake8-pyproject = "^1.2.3" isort = "^5.12.0" mypy = "^1.3.0" -ruamel-yaml = "^0.18.8" +ruamel-yaml = "^0.18.10" ruff = "^0.8.5" taskipy = "^1.11.0" diff --git a/requirements-dev.txt b/requirements-dev.txt index e23fb539..2d8b4479 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ filelock==3.16.1 ; python_version >= "3.10" and python_version < "4.0" flake8-pyproject==1.2.3 ; python_version >= "3.10" and python_version < "4.0" flake8==7.1.1 ; python_version >= "3.10" and python_version < "4.0" ghp-import==2.1.0 ; python_version >= "3.10" and python_version < "4.0" -identify==2.6.4 ; python_version >= "3.10" and python_version < "4.0" +identify==2.6.5 ; python_version >= "3.10" and python_version < "4.0" idna==3.10 ; python_version >= "3.10" and python_version < "4.0" isort==5.13.2 ; python_version >= "3.10" and python_version < "4.0" jinja2==3.1.5 ; python_version >= "3.10" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index 5fb9e075..ab091102 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" distlib==0.3.9 ; python_version >= "3.10" and python_version < "4.0" filelock==3.16.1 ; python_version >= "3.10" and python_version < "4.0" ghp-import==2.1.0 ; python_version >= "3.10" and python_version < "4.0" -identify==2.6.4 ; python_version >= "3.10" and python_version < "4.0" +identify==2.6.5 ; python_version >= "3.10" and python_version < "4.0" idna==3.10 ; python_version >= "3.10" and python_version < "4.0" jinja2==3.1.5 ; python_version >= "3.10" and python_version < "4.0" markdown-it-py==3.0.0 ; python_version >= "3.10" and python_version < "4.0"