From 8d146700a49b77159b28de24df7464633f5c112e Mon Sep 17 00:00:00 2001 From: AmirHosein Rostami <32750909+AHReccese@users.noreply.github.com> Date: Thu, 2 Jan 2025 00:13:04 -0500 Subject: [PATCH 1/2] Add/dependbot reviewer (#83) * add the core maintainer as the default reviewer of the dependbot pull requests * `CHANGELOG.md` updated --- .github/dependabot.yml | 2 ++ CHANGELOG.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8e43303..633c63e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,5 @@ updates: target-branch: dev assignees: - "AHReccese" + reviewers: + - "AHReccese" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc79d9..a3d8648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Added +- default reviewer added in `dependabot.yml` - `ReserverBaseError` added in `reserver/__init__.py` ### Changed - `README.md` updated From 3d2dc1a106f10454ae9269669179663551621f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:15:01 +0330 Subject: [PATCH 2/2] Bump setuptools from 75.6.0 to 75.7.0 (#84) Bumps [setuptools](https://github.com/pypa/setuptools) from 75.6.0 to 75.7.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/v75.6.0...v75.7.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6504c7d..7d9d45c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ art==6.4 requests==2.32.3 -setuptools==75.6.0 +setuptools==75.7.0 wheel==0.45.1 twine==6.0.1 vulture>=1.0