diff --git a/poetry.lock b/poetry.lock index 669522c..fe085c0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -107,18 +107,18 @@ files = [ [[package]] name = "briefcase" -version = "0.3.15" +version = "0.3.16" description = "Tools to support converting a Python project into a standalone native application." optional = false python-versions = ">=3.8" files = [ - {file = "briefcase-0.3.15-py3-none-any.whl", hash = "sha256:514469a61433921d8e25248c1666ed2e4a42e494720fd14e06c8a5562a254e23"}, - {file = "briefcase-0.3.15.tar.gz", hash = "sha256:163f050839e1ed467797489ca66ce31980c309e9cc9c38d356fdd0f10c7bbd5a"}, + {file = "briefcase-0.3.16-py3-none-any.whl", hash = "sha256:dd20070069ef2ad499d2acd8510f0dcedd5419be7a3a2c8a3383ef9a26a4b0be"}, + {file = "briefcase-0.3.16.tar.gz", hash = "sha256:b728ddc895528922cc056f85e93795b0472523445350a723faecb3321d7d99c2"}, ] [package.dependencies] build = ">=0.10" -cookiecutter = ">=2.2,<3.0" +cookiecutter = ">=2.3.1,<3.0" dmgbuild = {version = ">=1.6,<2.0", markers = "sys_platform == \"darwin\""} GitPython = ">=3.1,<4.0" packaging = ">=22.0" @@ -133,8 +133,8 @@ tomli-w = ">=1.0,<2.0" wheel = ">=0.37" [package.extras] -dev = ["coverage-conditional-plugin (==0.9.0)", "coverage[toml] (==7.2.7)", "pre-commit (==3.3.3)", "pytest (==7.4.0)", "pytest-xdist (==3.3.1)", "setuptools-scm[toml] (==7.1.0)", "tox (==4.6.4)"] -docs = ["furo (==2023.5.20)", "pyenchant (==3.2.2)", "sphinx (==7.0.1)", "sphinx-autobuild (==2021.3.14)", "sphinx-copybutton (==0.5.2)", "sphinx-tabs (==3.4.1)", "sphinxcontrib-spelling (==8.0.0)"] +dev = ["coverage-conditional-plugin (==0.9.0)", "coverage[toml] (==7.3.2)", "pre-commit (==3.5.0)", "pytest (==7.4.2)", "pytest-xdist (==3.3.1)", "setuptools-scm[toml] (==8.0.4)", "tox (==4.11.3)"] +docs = ["furo (==2023.9.10)", "pyenchant (==3.2.2)", "sphinx (==7.1.2)", "sphinx (==7.2.6)", "sphinx-autobuild (==2021.3.14)", "sphinx-copybutton (==0.5.2)", "sphinx-tabs (==3.4.1)", "sphinxcontrib-spelling (==8.0.0)"] [[package]] name = "brotli" diff --git a/pyproject.toml b/pyproject.toml index a674bbc..256952f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -156,7 +156,7 @@ style_framework = "Shoelace v2.3" [tool.poetry] name = "omitme" -version = "0.0.3" +version = "0.0.4" description = "OmitMe - Your Privacy-Centric, Easily Extendable Data Deletion Solution" authors = ["WardPearce "] license = "GNU General Public License v3 (GPLv3)"