From 72fce6e9a3ffd82428823d35b72378d7aa2b3c65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:55:31 +0000 Subject: [PATCH] Bump the python group across 1 directory with 11 updates Bumps the python group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.8.30` | | [idna](https://github.com/kjd/idna) | `3.7` | `3.10` | | [pyparsing](https://github.com/pyparsing/pyparsing) | `3.1.2` | `3.1.4` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.0.3` | `3.0.4` | | [zipp](https://github.com/jaraco/zipp) | `3.19.2` | `3.20.2` | | [gunicorn](https://github.com/benoitc/gunicorn) | `22.0.0` | `23.0.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [pylint](https://github.com/pylint-dev/pylint) | `3.2.6` | `3.2.7` | | [mypy](https://github.com/python/mypy) | `1.11.1` | `1.11.2` | | [types-setuptools](https://github.com/python/typeshed) | `71.1.0.20240806` | `74.1.0.20240907` | Updates `certifi` from 2024.7.4 to 2024.8.30 - [Commits](https://github.com/certifi/python-certifi/compare/2024.07.04...2024.08.30) Updates `idna` from 3.7 to 3.10 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.7...v3.10) Updates `pyparsing` from 3.1.2 to 3.1.4 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/pyparsing_3.1.2...3.1.4) Updates `urllib3` from 2.2.2 to 2.2.3 - [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.2...2.2.3) Updates `werkzeug` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.0.3...3.0.4) Updates `zipp` from 3.19.2 to 3.20.2 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.19.2...v3.20.2) Updates `gunicorn` from 22.0.0 to 23.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0) Updates `pytest` from 8.3.2 to 8.3.3 - [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.3.2...8.3.3) Updates `pylint` from 3.2.6 to 3.2.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.6...v3.2.7) Updates `mypy` from 1.11.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.1...v1.11.2) Updates `types-setuptools` from 71.1.0.20240806 to 74.1.0.20240907 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: zipp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: pytest 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: mypy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: types-setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements-docker.txt | 2 +- requirements-test.txt | 8 ++++---- requirements.txt | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements-docker.txt b/requirements-docker.txt index ec23df93..ad26d049 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -1,2 +1,2 @@ -r requirements.txt -gunicorn==22.0.0 +gunicorn==23.0.0 diff --git a/requirements-test.txt b/requirements-test.txt index 96488918..2e2639bc 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,8 +2,8 @@ pep8==1.7.1 coverage==7.6.1 mock==5.1.0 -pytest==8.3.2 -pylint==3.2.6 +pytest==8.3.3 +pylint==3.2.7 pytest-pylint==0.21.0 pytest-cov==5.0.0 pytest-mock==3.14.0 @@ -12,7 +12,7 @@ pytest-randomly==3.15.0 cov-core==1.15.0 beautifulsoup4==4.12.3 bandit==1.7.9 -mypy==1.11.1 +mypy==1.11.2 types-requests==2.32.0.20240712 -types-setuptools==71.1.0.20240806 +types-setuptools==74.1.0.20240907 types-toml==0.10.8.20240310 diff --git a/requirements.txt b/requirements.txt index 8ab32377..a72faeda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2024.7.4 +certifi==2024.8.30 charset-normalizer==3.3.2 click==8.1.7 commonmark==0.9.1 @@ -6,16 +6,16 @@ Flask==3.0.3 Flask-APScheduler==1.13.1 Flask-Caching==2.3.0 Flask-WTF==1.2.1 -idna==3.7 +idna==3.10 itsdangerous==2.2.0 Jinja2==3.1.4 MarkupSafe==2.1.5 packaging==24.1 -pyparsing==3.1.2 +pyparsing==3.1.4 pypuppetdb==3.2.0 requests==2.32.3 typing_extensions==4.12.2 -urllib3==2.2.2 -Werkzeug==3.0.3 +urllib3==2.2.3 +Werkzeug==3.0.4 WTForms==3.1.2 -zipp==3.19.2 +zipp==3.20.2