From f5f021862f8c32d39ea403a508a2ce007b44489a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 11:40:15 +0000 Subject: [PATCH 1/3] deps:(deps-dev): update spacy[transformers] requirement Updates the requirements on [spacy[transformers]](https://github.com/explosion/spaCy) to permit the latest version. - [Release notes](https://github.com/explosion/spaCy/releases) - [Commits](https://github.com/explosion/spaCy/compare/v3.2.0...v3.6.0) --- updated-dependencies: - dependency-name: spacy[transformers] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65cad883..c208f7ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ requires-python = ">=3.9" dependencies = [ "spacy-wrap>=1.4.1,<1.5.0", "spacy-experimental >= 0.6.2", - "spacy[transformers]>=3.2.0,<3.6.0", + "spacy[transformers]>=3.2.0,<3.7.0", "pandas>=1.0.0,<2.0.0", "tqdm>=4.42.1,<4.66.0", ] From ce68621d423a7285188212bf887d024e63c7fd04 Mon Sep 17 00:00:00 2001 From: Kenneth Enevoldsen Date: Thu, 27 Jul 2023 10:29:51 -0700 Subject: [PATCH 2/3] Update stalebot.yml --- .github/workflows/stalebot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stalebot.yml b/.github/workflows/stalebot.yml index 929eb28c..65d28d5c 100644 --- a/.github/workflows/stalebot.yml +++ b/.github/workflows/stalebot.yml @@ -10,11 +10,11 @@ jobs: steps: - uses: actions/stale@v6 with: - days-before-issue-stale: 14 + days-before-issue-stale: 32 days-before-issue-close: 7 stale-issue-message: "This issue is stale because it has been open for 14 days with no activity. Feel free to either 1) remove the stale label or 2) comment. If nothing happens, this will be closed in 7 days." close-issue-message: "This issue was closed automatically. Feel free to re-open it if it's important." - days-before-pr-stale: 1 + days-before-pr-stale: 2 stale-pr-message: "This PR is stale because it has been open 1+ days with no activity. Feel free to either 1) remove the stale label or 2) comment. If nothing happens, this will be closed in 7 days." days-before-pr-close: 7 close-pr-message: "This PR was closed automatically. Feel free to re-open it if you still want to work on it." From d48de623db009a8583a7db04f50e36f86adfa4c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 11:14:15 +0000 Subject: [PATCH 3/3] deps:(deps-dev): update tqdm requirement Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.42.1...v4.66.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c208f7ed..74718f72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "spacy-experimental >= 0.6.2", "spacy[transformers]>=3.2.0,<3.7.0", "pandas>=1.0.0,<2.0.0", - "tqdm>=4.42.1,<4.66.0", + "tqdm>=4.42.1,<4.67.0", ]