Skip to content

Commit

Permalink
Release version 0.0.0.dev33
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Nov 1, 2024

Verified

This commit was signed with the committer’s verified signature.
giuseppecrj Giuseppe Rodriguez
1 parent 48fb342 commit 666d40c
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev32"
version = "0.0.0.dev33"
name = "PySerials"
dependencies = [
"jsonschema >= 4.21.0, < 5",
@@ -26,8 +26,8 @@ dependencies = [
"ruamel.yaml >= 0.17.32, < 0.18", # https://yaml.readthedocs.io/en/stable/
"ruamel.yaml.string >= 0.1.1, < 1",
"tomlkit >= 0.11.8, < 0.12", # https://tomlkit.readthedocs.io/en/stable/,
"MDit == 0.0.0.dev29",
"ExceptionMan == 0.0.0.dev29",
"MDit == 0.0.0.dev30",
"ExceptionMan == 0.0.0.dev30",
"ProtocolMan == 0.0.0.dev2",
]
requires-python = ">=3.10"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -4,6 +4,6 @@ jsonpath-ng >= 1.6.1, < 2
ruamel.yaml >= 0.17.32, < 0.18
ruamel.yaml.string >= 0.1.1, < 1
tomlkit >= 0.11.8, < 0.12
MDit == 0.0.0.dev29
ExceptionMan == 0.0.0.dev29
MDit == 0.0.0.dev30
ExceptionMan == 0.0.0.dev30
ProtocolMan == 0.0.0.dev2
2 changes: 1 addition & 1 deletion src/pyserials/update.py
Original file line number Diff line number Diff line change
@@ -508,4 +508,4 @@ def fullmatch(self, string: str) -> _re.Match | None:
return None

def sub(self, repl, string: str) -> str:
return self.pattern.sub(repl, string)
return self.pattern.sub(repl, string)

0 comments on commit 666d40c

Please sign in to comment.