From 75abbc8695648698d5495d59d597d724b3f25355 Mon Sep 17 00:00:00 2001 From: Na0nh Date: Wed, 23 Oct 2024 20:58:56 -0500 Subject: [PATCH 1/4] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..3ab9a2a --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +scripts.bridgefusion.icu \ No newline at end of file From 80efc392d68b0aa46cd7232f66d8f199bb2edd05 Mon Sep 17 00:00:00 2001 From: Na0nh Date: Wed, 23 Oct 2024 21:06:31 -0500 Subject: [PATCH 2/4] Update CNAME --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index 3ab9a2a..f7d7b1d 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -scripts.bridgefusion.icu \ No newline at end of file +bridgefusion.icu \ No newline at end of file From 7360be74b860f797ebbf67b29acd18294c959575 Mon Sep 17 00:00:00 2001 From: Na0nh Date: Wed, 23 Oct 2024 21:09:56 -0500 Subject: [PATCH 3/4] Update CNAME --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index f7d7b1d..3ab9a2a 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -bridgefusion.icu \ No newline at end of file +scripts.bridgefusion.icu \ No newline at end of file From 64d924a41d1860154027957111a3ee00ba7aa674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:54:55 +0000 Subject: [PATCH 4/4] deps: update pytest-cov requirement from ^5.0.0 to ^6.0.0 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov 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 ca149be..489e24a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ toml = "^0.10.0" black = "^24.3.0" pytest = "^8.3.1" httpx = { version = ">=0.24.0", optional = true } -pytest-cov = "^5.0.0" +pytest-cov = "^6.0.0" coverage = "^7.2.5" [tool.poetry.extras]