From 6f1cd1de1ee45d224dce104e575c425cccb890bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:08:08 +0000 Subject: [PATCH] update: bump the pip-packages group with 7 updates Updates the requirements on [flask](https://github.com/pallets/flask), [semgrep](https://github.com/returntocorp/semgrep), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [freezegun](https://github.com/spulec/freezegun), [pylint](https://github.com/pylint-dev/pylint), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `flask` to 3.0.2 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/3.0.1...3.0.2) Updates `semgrep` to 1.59.1 - [Release notes](https://github.com/returntocorp/semgrep/releases) - [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md) - [Commits](https://github.com/returntocorp/semgrep/compare/v1.59.0...v1.59.1) Updates `mkdocs-material` to 9.5.7 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.4.14...9.5.7) Updates `freezegun` to 1.4.0 - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](https://github.com/spulec/freezegun/compare/1.2.2...1.4.0) Updates `pylint` to 3.0.3 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.2...v3.0.3) Updates `pytest-asyncio` to 0.23.4 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...v0.23.4) Updates `setuptools` to 69.0.3 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.0.2...v69.0.3) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production dependency-group: pip-packages - dependency-name: semgrep dependency-type: direct:production dependency-group: pip-packages - dependency-name: mkdocs-material dependency-type: direct:production dependency-group: pip-packages - dependency-name: freezegun dependency-type: direct:production dependency-group: pip-packages - dependency-name: pylint dependency-type: direct:production dependency-group: pip-packages - dependency-name: pytest-asyncio dependency-type: direct:production dependency-group: pip-packages - dependency-name: setuptools dependency-type: direct:production dependency-group: pip-packages ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 4 ++-- tests/requirements.txt | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index df6da05..7c48989 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -mkdocs-material~=9.4.14 +mkdocs-material~=9.5.7 mike~=2.0.0 diff --git a/requirements.txt b/requirements.txt index 0c70946..46e101d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ APScheduler~=3.10.4 -Flask~=3.0.1 +Flask~=3.0.2 gunicorn~=21.2.0 PyYAML~=6.0.1 -semgrep~=1.59.0 +semgrep~=1.59.1 diff --git a/tests/requirements.txt b/tests/requirements.txt index 82cdf1a..2148c7d 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,13 +3,13 @@ aioresponses~=0.7.6 bandit~=1.7.7 bandit-sarif-formatter~=1.1.1 black~=24.1.1 -freezegun~=1.2.2 +freezegun~=1.4.0 parsedatetime~=2.6 -pylint~=3.0.2 -pytest-asyncio~=0.21.1 +pylint~=3.0.3 +pytest-asyncio~=0.23.4 pytest-cov~=4.1.0 pytest-mock~=3.12.0 pytest-subprocess~=1.5.0 requests-mock~=1.11.0 -setuptools~=69.0.2 +setuptools~=69.0.3 wheel~=0.42.0