From 95440087c73862679c5299bfc5f6b2cba61205f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:48:15 +0000 Subject: [PATCH] chore(deps): bump the python-packages group with 3 updates Bumps the python-packages group with 3 updates: [pygithub](https://github.com/pygithub/pygithub), [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `pygithub` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v2.3.0...v2.4.0) Updates `python-semantic-release` from 9.8.6 to 9.8.7 - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.6...v9.8.7) Updates `pytest-asyncio` from 0.23.8 to 0.24.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.8...v0.24.0) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: python-semantic-release dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 06d7f41..522edc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,8 +12,8 @@ dependencies = [ "bs4==0.0.2", "DateTime==5.5", "playwright==1.46.0", - "PyGithub==2.3.0", - "python-semantic-release==9.8.6" + "PyGithub==2.4.0", + "python-semantic-release==9.8.7" ] requires-python = ">= 3.8" readme = "README.md" @@ -26,7 +26,7 @@ wiki = "https://github.com/Nicconike/Steam-Stats/wiki" [project.optional-dependencies] test = [ - "pytest-asyncio==0.23.8", + "pytest-asyncio==0.24.0", "pytest-cov==5.0.0", "pytest-mock==3.14.0", "requests-mock==1.12.1"