Skip to content

Commit 927194d

Browse files
dependabot[bot]tradebot-elastic
authored andcommitted
Bump setuptools from 75.2.0 to 78.1.1 and lock marshmallow-dataclass[union] to 8.6.1 (#4730)
* Bump setuptools from 75.2.0 to 78.1.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 75.2.0 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.2.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump Package Version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Forte <[email protected]> Co-authored-by: shashank-elastic <[email protected]> Co-authored-by: eric-forte-elastic <[email protected]> (cherry picked from commit 932163e)
1 parent ff4ecdb commit 927194d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "detection_rules"
3-
version = "1.3.5"
3+
version = "1.3.6"
44
description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Security’s Detection Engine."
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -25,7 +25,7 @@ dependencies = [
2525
"jsl==0.2.4",
2626
"jsonschema>=4.21.1",
2727
"marko==2.0.3",
28-
"marshmallow-dataclass[union]>=8.7",
28+
"marshmallow-dataclass[union]==8.6.1",
2929
"marshmallow-jsonschema~=0.13.0",
3030
"marshmallow-union~=0.1.15",
3131
"marshmallow~=3.26.1",
@@ -42,7 +42,7 @@ dependencies = [
4242
"PyGithub==2.2.0",
4343
"detection-rules-kql @ git+https://github.com/elastic/detection-rules.git#subdirectory=lib/kql",
4444
"detection-rules-kibana @ git+https://github.com/elastic/detection-rules.git#subdirectory=lib/kibana",
45-
"setuptools==75.2.0"
45+
"setuptools==78.1.1"
4646
]
4747
[project.optional-dependencies]
4848
dev = [

0 commit comments

Comments
 (0)