Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from WardPearce/dependabot/pip/setuptools-69.0.2
Browse files Browse the repository at this point in the history
Bump setuptools from 68.2.2 to 69.0.2
  • Loading branch information
WardPearce authored Dec 11, 2023
2 parents 651bdc8 + f8efd28 commit ca482e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ style_framework = "Shoelace v2.3"

[tool.poetry]
name = "omitme"
version = "0.0.6"
version = "0.0.8"
description = "OmitMe - Your Privacy-Centric, Easily Extendable Data Deletion Solution"
authors = ["WardPearce <[email protected]>"]
license = "GNU General Public License v3 (GPLv3)"
Expand All @@ -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"
Expand Down

0 comments on commit ca482e8

Please sign in to comment.