From 502c064f6d765977a4481bfe479d217a03b5d272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:49:26 +0000 Subject: [PATCH 1/2] Bump the pip-dependencies group with 2 updates Bumps the pip-dependencies group with 2 updates: [readme-renderer](https://github.com/pypa/readme_renderer) and [setuptools](https://github.com/pypa/setuptools). Updates `readme-renderer` from 43.0 to 44.0 - [Release notes](https://github.com/pypa/readme_renderer/releases) - [Changelog](https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst) - [Commits](https://github.com/pypa/readme_renderer/compare/43.0...44.0) Updates `setuptools` from 70.1.1 to 70.2.0 - [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/v70.1.1...v70.2.0) --- updated-dependencies: - dependency-name: readme-renderer dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index aab7b27..5fb0cc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,14 +18,14 @@ pkginfo>=1.8.1 protobuf==4.25.3 pyfakefs==5.5.0 Pygments==2.18.0 -readme-renderer==43.0 +readme-renderer==44.0 redbaron==0.9.2 requests==2.32.3 requests-toolbelt==1.0.0 rfc3986==2.0.0 rich==13.7.1 rply==0.7.8 -setuptools==70.1.1 +setuptools==70.2.0 six==1.16.0 twine==5.1.1 urllib3==2.2.2 From 7072e7bd340bfdc64863c3946677d8fa48d012de Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Tue, 9 Jul 2024 00:22:57 +0800 Subject: [PATCH 2/2] Drop testing against Python 3.8 Should still work with this version, as runtime requirements do not change. Signed-off-by: Chad Wilson --- .github/workflows/tests.yml | 6 +++--- CONTRIBUTING.md | 4 ++-- requirements.txt | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b4b9db2..d44e558 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: [3.8, 3.12] + python-version: [3.9, 3.12] steps: - uses: actions/checkout@v4 @@ -42,7 +42,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest] - python-version: [3.8, 3.12] + python-version: [3.9, 3.12] steps: - uses: actions/checkout@v4 @@ -98,7 +98,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest] - python-version: [3.8, 3.12] + python-version: [3.9, 3.12] steps: - uses: actions/checkout@v4 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2393f3a..e7822c0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,6 +33,6 @@ If you need help in getting started with contribution, feel free to reach out on Ex: ```diff "id": "python", -- "version": "0.4.0", -+ "version": "0.4.1", +- "version": "0.5.0", ++ "version": "0.5.1", ``` diff --git a/requirements.txt b/requirements.txt index 5fb0cc9..bd388d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,9 @@ bleach==6.1.0 certifi==2024.7.4 charset-normalizer==3.3.2 debugpy==1.8.2 -docutils==0.20.1 -grpcio==1.62.2 -grpcio-tools==1.62.2 +docutils==0.21.2 +grpcio==1.64.1 +grpcio-tools==1.64.1 idna==3.7 importlib-metadata==8.0.0 jaraco.classes==3.4.0 @@ -15,7 +15,7 @@ markdown-it-py==3.0.0 mdurl==0.1.2 more-itertools==10.3.0 pkginfo>=1.8.1 -protobuf==4.25.3 +protobuf==5.27.2 pyfakefs==5.5.0 Pygments==2.18.0 readme-renderer==44.0