From a72ea955c69c4a10f433c7e6e1a123ba97af85b7 Mon Sep 17 00:00:00 2001 From: rud356 <44029251+Rud356@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:15:49 +0300 Subject: [PATCH 1/2] Update python-publish.yml --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index bb96e1e..a5f1dce 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -22,7 +22,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install setuptools wheel twine flake8 pytest mypy types-PyYAML types-toml + pip install setuptools wheel twine flake8 pytest mypy types-PyYAML types-toml toml pip install -r requirements.txt - name: Lint with flake8 From 3eb83b9099fff6bf2d80bf2cd79fb3e62933fde6 Mon Sep 17 00:00:00 2001 From: rud356 <44029251+Rud356@users.noreply.github.com> Date: Wed, 2 Aug 2023 14:13:02 +0300 Subject: [PATCH 2/2] Update dev-requirements.txt Fix for vulnerability in pygments library --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7cdfb51..e7b25a9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ sphinx~=5.0.2 sphinx-rtd-theme~=1.0.0 -Pygments~=2.12.0 +Pygments>=2.15.0 mypy~=1.4.1 -types-PyYAML \ No newline at end of file +types-PyYAML