You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

deckz

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deckz - pypi Package Compare versions

Comparing version
24.0.0
to
24.0.1
+1
-1
.github/workflows/pages.yml

@@ -38,3 +38,3 @@ name: Deploy MkDocs site to Pages

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:

@@ -41,0 +41,0 @@ path: site/

Metadata-Version: 2.4
Name: deckz
Version: 24.0.0
Version: 24.0.1
Summary: Tool to handle multiple beamer decks.

@@ -25,3 +25,3 @@ Author-email: m09 <142691+m09@users.noreply.github.com>, NyxAether <contact.nyxhemera@gmail.com>

Requires-Dist: typer<1,>=0.13
Requires-Dist: watchdog<7,>=6
Requires-Dist: watchdog<6,>=5
Description-Content-Type: text/markdown

@@ -28,0 +28,0 @@

@@ -26,3 +26,3 @@ [project]

"typer >= 0.13, < 1",
"watchdog >= 6, < 7",
"watchdog >= 5, < 6",
]

@@ -34,3 +34,3 @@ description = "Tool to handle multiple beamer decks."

requires-python = ">= 3.12"
version = "24.0.0"
version = "24.0.1"

@@ -37,0 +37,0 @@ [dependency-groups]

@@ -247,3 +247,4 @@ from collections.abc import Iterable, MutableSequence, MutableSet, Sequence, Set

else:
raise ValueError
msg = f"could not find file {file}"
raise ValueError(msg)
path = path.with_suffix("")

@@ -250,0 +251,0 @@ sections.append(str(PurePosixPath(path)))

Sorry, the diff of this file is too big to display