From 0d9e2897c508196768f01242bf9b46de97819b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:10:27 +0000 Subject: [PATCH 1/3] Bump setuptools from 68.2.2 to 69.0.2 Bumps [setuptools](https://github.com/pypa/setuptools) from 68.2.2 to 69.0.2. - [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/v68.2.2...v69.0.2) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ec52d1d..a18aed5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1774,17 +1774,17 @@ dev = ["black", "bumpversion", "coverage", "flake8", "gunicorn", "httpbin", "iso [[package]] name = "setuptools" -version = "68.2.2" +version = "69.0.2" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "setuptools-68.2.2-py3-none-any.whl", hash = "sha256:b454a35605876da60632df1a60f736524eb73cc47bbc9f3f1ef1b644de74fd2a"}, - {file = "setuptools-68.2.2.tar.gz", hash = "sha256:4ac1475276d2f1c48684874089fefcd83bd7162ddaafb81fac866ba0db282a87"}, + {file = "setuptools-69.0.2-py3-none-any.whl", hash = "sha256:1e8fdff6797d3865f37397be788a4e3cba233608e9b509382a2777d25ebde7f2"}, + {file = "setuptools-69.0.2.tar.gz", hash = "sha256:735896e78a4742605974de002ac60562d286fa8051a7e2299445e8e8fbb01aa6"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"] testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.1)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] @@ -2244,4 +2244,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "81129002906c1f4d2f631bb793f4611aeeddc86309a2d2c12633c90c1c6210cc" +content-hash = "7d71a3586bac38d79fa13cd91c90f77832fe7eba53eba9ab0d4e07f0a2e166c0" diff --git a/pyproject.toml b/pyproject.toml index 819de31..44e7d3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -176,7 +176,7 @@ aiofiles = "^23.2.1" yarl = "^1.9.2" keyring = {extras = ["completion"], version = "^24.2.0"} cryptography = "^41.0.3" -setuptools = "^68.2.2" +setuptools = ">=68.2.2,<70.0.0" [tool.poetry.group.dev.dependencies] pytest = "^7.4.0" From 3e8efad87354ef7f03a27589bb2eef08f06af3be Mon Sep 17 00:00:00 2001 From: Ward Date: Tue, 28 Nov 2023 20:38:30 +1300 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44e7d3c..75834fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -156,7 +156,7 @@ style_framework = "Shoelace v2.3" [tool.poetry] name = "omitme" -version = "0.0.6" +version = "0.0.7" description = "OmitMe - Your Privacy-Centric, Easily Extendable Data Deletion Solution" authors = ["WardPearce "] license = "GNU General Public License v3 (GPLv3)" From f8efd284cf77ed80239b6372ec464e2fcbd1459e Mon Sep 17 00:00:00 2001 From: Ward Date: Tue, 12 Dec 2023 11:03:13 +1300 Subject: [PATCH 3/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75834fd..c7e2a8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -156,7 +156,7 @@ style_framework = "Shoelace v2.3" [tool.poetry] name = "omitme" -version = "0.0.7" +version = "0.0.8" description = "OmitMe - Your Privacy-Centric, Easily Extendable Data Deletion Solution" authors = ["WardPearce "] license = "GNU General Public License v3 (GPLv3)"