Skip to content

Commit

Permalink
New lockfile and dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCEllis committed Sep 27, 2024
1 parent a1f33ab commit a60840d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 938 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"markdown~=3.6",
"keyboard~=0.13.5",
"ducktools-classbuilder>=0.2.1", # renamed in_dict to serialize
"ducktools-env>=0.1.5", # Used for script runner implementation
"ducktools-env>=0.1.6", # Used for script runner implementation
"waitress~=3.0",
]
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion src/splitguides/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.2"
__version__ = "0.9.3"
4 changes: 2 additions & 2 deletions zipapp/splitguides_desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
# "keyboard~=0.13.5",
# "ducktools-classbuilder>=0.7.2",
# "waitress~=3.0",
# "ducktools-env>=0.1.5",
# "ducktools-env>=0.1.6",
# ]
#
# [tool.ducktools.env.app]
# name = "splitguides"
# owner = "davidcellis"
# version = "0.9.2"
# version = "0.9.3"
#
# [tool.ducktools.env.include]
# data = ["../src/splitguides", "../resources"]
Expand Down
4 changes: 2 additions & 2 deletions zipapp/splitguides_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
# "keyboard~=0.13.5",
# "ducktools-classbuilder>=0.7.2",
# "waitress~=3.0",
# "ducktools-env>=0.1.5",
# "ducktools-env>=0.1.6",
# ]
#
# [tool.ducktools.env.app]
# name = "splitguides"
# owner = "davidcellis"
# version = "0.9.2"
# version = "0.9.3"
#
# [tool.ducktools.env.include]
# data = ["../src/splitguides", "../resources"]
Expand Down
Loading

0 comments on commit a60840d

Please sign in to comment.