Skip to content

Commit

Permalink
Release version 0.0.0.dev303
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Sep 30, 2024
1 parent f6a0a94 commit c069f04
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev302"
version = "0.0.0.dev303"
name = "ControlMan"
dependencies = [
"packaging >= 23.2, < 24",
Expand All @@ -26,16 +26,16 @@ dependencies = [
"referencing == 0.35.1",
"jsonpath-ng == 1.6.1",
"ruamel.yaml == 0.17.40",
"PyLinks == 0.0.0.dev29",
"LoggerMan == 0.0.0.dev45",
"PySerials == 0.0.0.dev19",
"GitTidy == 0.0.0.dev39",
"PyLinks == 0.0.0.dev30",
"LoggerMan == 0.0.0.dev46",
"PySerials == 0.0.0.dev20",
"GitTidy == 0.0.0.dev40",
"PkgData == 0.0.0.dev4",
"PyShellMan == 0.0.0.dev5",
"PyShellMan == 0.0.0.dev6",
"PySyntax == 0.0.0.dev3",
"ExceptionMan == 0.0.0.dev16",
"MDit == 0.0.0.dev16",
"JSONSchemata == 0.0.0.dev15",
"ExceptionMan == 0.0.0.dev17",
"MDit == 0.0.0.dev17",
"JSONSchemata == 0.0.0.dev16",
"VersionMan == 0.0.0.dev248",
"HTMP == 0.0.0.dev5",
]
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ jsonschema >= 4.23, < 5
referencing == 0.35.1
jsonpath-ng == 1.6.1
ruamel.yaml == 0.17.40
PyLinks == 0.0.0.dev29
LoggerMan == 0.0.0.dev45
PySerials == 0.0.0.dev19
GitTidy == 0.0.0.dev39
PyLinks == 0.0.0.dev30
LoggerMan == 0.0.0.dev46
PySerials == 0.0.0.dev20
GitTidy == 0.0.0.dev40
PkgData == 0.0.0.dev4
PyShellMan == 0.0.0.dev5
PyShellMan == 0.0.0.dev6
PySyntax == 0.0.0.dev3
ExceptionMan == 0.0.0.dev16
MDit == 0.0.0.dev16
JSONSchemata == 0.0.0.dev15
ExceptionMan == 0.0.0.dev17
MDit == 0.0.0.dev17
JSONSchemata == 0.0.0.dev16
VersionMan == 0.0.0.dev248
HTMP == 0.0.0.dev5
2 changes: 2 additions & 0 deletions src/controlman/_data/schema/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3198,6 +3198,7 @@ properties:
properties:
cache:
type: object
default: { }
additionalProperties: false
properties:
path:
Expand All @@ -3206,6 +3207,7 @@ properties:
default: .local/cache
report:
type: object
default: { }
additionalProperties: false
properties:
path:
Expand Down

0 comments on commit c069f04

Please sign in to comment.