Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/pip/syrupy-4.7.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Oct 8, 2024
2 parents 416aace + a559e5a commit ec8d1cd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: pylint
additional_dependencies:
- "pytest==8.3.3"
- "syrupy==4.7.1"
- "syrupy==4.7.2"
- "setuptools"
- "tree-sitter==0.23.0"
- "tree-sitter-zeek==0.1.1"
Expand Down
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.9-38 | 2024-10-08 15:38:27 +0200

* build(deps): bump syrupy from 4.7.1 to 4.7.2 (dependabot[bot])

1.2.9-36 | 2024-09-16 16:22:23 +0200

* Bump pre-commit hooks (Benjamin Bannier, Corelight)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.9-36
1.2.9-38
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"pytest==8.3.3",
"syrupy==4.7.1",
"syrupy==4.7.2",
]

[[project.maintainers]]
Expand Down
2 changes: 1 addition & 1 deletion zeekscript/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Wrapper around more low-level tests."""

__version__ = "1.2.9-36"
__version__ = "1.2.9-38"
__all__ = ["cli", "error", "formatter", "node", "output", "script"]

from .cli import *
Expand Down

0 comments on commit ec8d1cd

Please sign in to comment.