python-ntfy 0.10.3__tar.gz → 0.10.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-ntfy
3
- Version: 0.10.3
3
+ Version: 0.10.5
4
4
  Summary: An easy-to-use library for the ntfy notification service.
5
5
  Keywords: ntfy,notifications,push,http,api
6
6
  Author: Matthew Cane
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "python-ntfy"
3
- version = "0.10.3"
3
+ version = "0.10.5"
4
4
  description = "An easy-to-use library for the ntfy notification service."
5
5
  readme = "README.md"
6
6
  license = "MIT"
@@ -130,3 +130,13 @@ disallow_untyped_defs = true
130
130
  [tool.ty.environment]
131
131
  root = ["."]
132
132
  python = "./.venv"
133
+
134
+ [tool.uv-secure.vulnerability_criteria]
135
+ show_severity = true
136
+ ignore_unfixed = true
137
+
138
+ [tool.uv-secure.maintainability_criteria]
139
+ forbid_yanked = true
140
+ forbid_archived = true
141
+ forbid_deprecated = true
142
+ forbid_quarantined = true
File without changes