From 484d9d99b60c824d7aac120b66f9c6dd5c5dbe77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 01:37:04 +0000 Subject: [PATCH] Bump the dev-dependencies group with 10 updates Bumps the dev-dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.2` | `4.12.3` | | [coverage](https://github.com/nedbat/coveragepy) | `7.4.0` | `7.4.1` | | [markupsafe](https://github.com/pallets/markupsafe) | `2.1.3` | `2.1.4` | | [platformdirs](https://github.com/platformdirs/platformdirs) | `4.1.0` | `4.2.0` | | [pluggy](https://github.com/pytest-dev/pluggy) | `1.3.0` | `1.4.0` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.347` | `1.1.349` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.4` | `8.0.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.1.13` | `0.1.15` | | [tox](https://github.com/tox-dev/tox) | `3.28.0` | `4.12.1` | | [urllib3](https://github.com/urllib3/urllib3) | `2.1.0` | `2.2.0` | Updates `beautifulsoup4` from 4.12.2 to 4.12.3 Updates `coverage` from 7.4.0 to 7.4.1 - [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.4.0...7.4.1) Updates `markupsafe` from 2.1.3 to 2.1.4 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/2.1.3...2.1.4) Updates `platformdirs` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/4.1.0...4.2.0) Updates `pluggy` from 1.3.0 to 1.4.0 - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pluggy/compare/1.3.0...1.4.0) Updates `pyright` from 1.1.347 to 1.1.349 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.347...v1.1.349) Updates `pytest` from 7.4.4 to 8.0.0 - [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/7.4.4...8.0.0) Updates `ruff` from 0.1.13 to 0.1.15 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.13...v0.1.15) Updates `tox` from 3.28.0 to 4.12.1 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.28.0...4.12.1) Updates `urllib3` from 2.1.0 to 2.2.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.1.0...2.2.0) --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: markupsafe dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: platformdirs dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pluggy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: urllib3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a8462de..c89f3c9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -7,14 +7,14 @@ accessible-pygments==0.0.4 alabaster==0.7.16 babel==2.14.0 -beautifulsoup4==4.12.2 +beautifulsoup4==4.12.3 build==1.0.3 certifi==2023.11.17 cfgv==3.4.0 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 -coverage==7.4.0 +coverage==7.4.1 distlib==0.3.8 docutils==0.20.1 filelock==3.13.1 @@ -24,24 +24,24 @@ imagesize==1.4.1 iniconfig==2.0.0 jinja2==3.1.3 livereload==2.6.3 -markupsafe==2.1.3 +markupsafe==2.1.4 nodeenv==1.8.0 packaging==23.2 pathlib2==2.3.7.post1 pip-tools==7.3.0 -platformdirs==4.1.0 -pluggy==1.3.0 +platformdirs==4.2.0 +pluggy==1.4.0 pre-commit==3.6.0 py==1.11.0 pydata-sphinx-theme==0.15.2 pygments==2.17.2 pyproject-hooks==1.0.0 -pyright==1.1.347 -pytest==7.4.4 +pyright==1.1.349 +pytest==8.0.0 pytest-cov==4.1.0 pyyaml==6.0.1 requests==2.31.0 -ruff==0.1.13 +ruff==0.1.15 six==1.16.0 snowballstemmer==2.2.0 soupsieve==2.5 @@ -56,10 +56,10 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.7 sphinxcontrib-serializinghtml==1.1.10 tornado==6.4 -tox==3.28.0 +tox==4.12.1 tox-direct==0.4 typing-extensions==4.9.0 -urllib3==2.1.0 +urllib3==2.2.0 virtualenv==20.25.0 wheel==0.42.0