From 29d65bb8141e01f84699cc2771fa6dbb7466fe74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 10:02:50 +0000 Subject: [PATCH 1/2] Bump sqlalchemy from 1.3.22 to 1.4.23 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.22 to 1.4.23. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70ef306..506f8a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ github3-utils>=0.4.2 gunicorn>=20.0.4 psycopg2-binary>=2.8.6 southwark>=0.7.1 -sqlalchemy==1.3.22 +sqlalchemy==1.4.23 From 2b68a2c907a8aa82aa2907e390fbb07638ab119b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 10:02:59 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- repo_helper_bot/hooks.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/repo_helper_bot/hooks.py b/repo_helper_bot/hooks.py index 7e4f98d..c56b19a 100644 --- a/repo_helper_bot/hooks.py +++ b/repo_helper_bot/hooks.py @@ -29,13 +29,12 @@ # stdlib from typing import Set, Union - # 3rd party from apeye.requests_url import RequestsURL from github3.issues import Issue from github3.pulls import PullRequest, ShortPullRequest from github3.repos import Repository -from github3_utils.check_labels import _python_dev_re, get_checks_for_pr, Label +from github3_utils.check_labels import Label, _python_dev_re, get_checks_for_pr # this package from repo_helper_bot.constants import BRANCH_NAME, github_app