From debf6bc631ae683dad3b45dbdbedd73e512c65bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 13:39:32 +0000 Subject: [PATCH] Bump the python group across 1 directory with 8 updates Bumps the python group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.9` | `7.6.10` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.2` | `3.3.3` | | [certifi](https://github.com/certifi/python-certifi) | `2024.8.30` | `2024.12.14` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.0` | `3.4.1` | | [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.5` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.3.0` | Updates `click` from 8.1.7 to 8.1.8 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.7...8.1.8) Updates `coverage` from 7.6.9 to 7.6.10 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.9...7.6.10) Updates `pylint` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.2...v3.3.3) Updates `certifi` from 2024.8.30 to 2024.12.14 - [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14) Updates `charset-normalizer` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.0...3.4.1) Updates `jinja2` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5) Updates `mypy` from 1.13.0 to 1.14.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.0) Updates `urllib3` from 2.2.3 to 2.3.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.3...2.3.0) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 6 +++--- requirements.txt | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index d1d56755..59d3bd60 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,9 +1,9 @@ -r requirements.txt pep8==1.7.1 -coverage==7.6.9 +coverage==7.6.10 mock==5.1.0 pytest==8.3.4 -pylint==3.3.2 +pylint==3.3.3 pytest-pylint==0.21.0 pytest-cov==6.0.0 pytest-mock==3.14.0 @@ -12,7 +12,7 @@ pytest-randomly==3.16.0 cov-core==1.15.0 beautifulsoup4==4.12.3 bandit==1.8.0 -mypy==1.13.0 +mypy==1.14.0 types-requests==2.32.0.20241016 types-setuptools==75.6.0.20241126 types-toml==0.10.8.20240310 diff --git a/requirements.txt b/requirements.txt index f522c419..51060589 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -certifi==2024.8.30 -charset-normalizer==3.4.0 -click==8.1.7 +certifi==2024.12.14 +charset-normalizer==3.4.1 +click==8.1.8 commonmark==0.9.1 Flask==3.1.0 Flask-APScheduler==1.13.1 @@ -8,14 +8,14 @@ Flask-Caching==2.3.0 Flask-WTF==1.2.2 idna==3.10 itsdangerous==2.2.0 -Jinja2==3.1.4 +Jinja2==3.1.5 MarkupSafe==3.0.2 packaging==24.2 pyparsing==3.2.0 pypuppetdb==3.2.0 requests==2.32.3 typing_extensions==4.12.2 -urllib3==2.2.3 +urllib3==2.3.0 Werkzeug==3.1.3 WTForms==3.2.1 zipp==3.21.0