From 1c82c2861fbba8ffa2bfcc0307a2d0aee484b783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 08:27:42 +0000 Subject: [PATCH] Bump the python-requirements group in /requirements with 4 updates Bumps the python-requirements group in /requirements with 4 updates: [pyright](https://github.com/RobertCraigie/pyright-python), [pytest](https://github.com/pytest-dev/pytest), [types-pygments](https://github.com/python/typeshed) and [pygments](https://github.com/pygments/pygments). Updates `pyright` from 1.1.360 to 1.1.365 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.360...v1.1.365) Updates `pytest` from 8.2.0 to 8.2.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.0...8.2.1) Updates `types-pygments` from 2.17.0.20240310 to 2.18.0.20240506 - [Commits](https://github.com/python/typeshed/commits) Updates `pygments` from 2.17.2 to 2.18.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.17.2...2.18.0) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-pygments dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 8 ++++---- requirements/docs.txt | 2 +- requirements/tests.txt | 4 ++-- requirements/typing.txt | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index f355040..e474a5b 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -143,16 +143,16 @@ pluggy==1.5.0 # tox pre-commit==3.5.0 # via -r dev.in -pygments==2.17.2 +pygments==2.18.0 # via # -r docs.txt # -r tests.txt # sphinx pyproject-api==1.6.1 # via tox -pyright==1.1.360 +pyright==1.1.365 # via -r typing.txt -pytest==8.2.0 +pytest==8.2.1 # via # -r tests.txt # -r typing.txt @@ -220,7 +220,7 @@ types-docutils==0.21.0.20240423 # via # -r typing.txt # types-pygments -types-pygments==2.17.0.20240310 +types-pygments==2.18.0.20240506 # via -r typing.txt types-setuptools==69.5.0.20240423 # via diff --git a/requirements/docs.txt b/requirements/docs.txt index ce0440b..bc34a99 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -30,7 +30,7 @@ packaging==24.0 # sphinx pallets-sphinx-themes==2.1.3 # via -r docs.in -pygments==2.17.2 +pygments==2.18.0 # via sphinx pytz==2024.1 # via babel diff --git a/requirements/tests.txt b/requirements/tests.txt index f4dff42..fd22467 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -32,9 +32,9 @@ packaging==24.0 # via pytest pluggy==1.5.0 # via pytest -pygments==2.17.2 +pygments==2.18.0 # via -r tests.in -pytest==8.2.0 +pytest==8.2.1 # via -r tests.in sqlalchemy==2.0.29 # via flask-sqlalchemy diff --git a/requirements/typing.txt b/requirements/typing.txt index a9c322d..5eaa9ee 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -38,9 +38,9 @@ packaging==24.0 # via pytest pluggy==1.5.0 # via pytest -pyright==1.1.360 +pyright==1.1.365 # via -r typing.in -pytest==8.2.0 +pytest==8.2.1 # via -r typing.in sqlalchemy==2.0.29 # via flask-sqlalchemy @@ -50,7 +50,7 @@ tomli==2.0.1 # pytest types-docutils==0.21.0.20240423 # via types-pygments -types-pygments==2.17.0.20240310 +types-pygments==2.18.0.20240506 # via -r typing.in types-setuptools==69.5.0.20240423 # via types-pygments