chore(deps): bump py-ocsf-models from 0.1.0 to 0.1.1 (#4036)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-05-21 14:00:59 +02:00
committed by GitHub
parent 3eb95a349e
commit 1971d19a5d
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -3317,13 +3317,13 @@ files = [
[[package]]
name = "py-ocsf-models"
version = "0.1.0"
version = "0.1.1"
description = "This is a Python implementation of the OCSF models. The models are used to represent the data of the OCSF Schema defined in https://schema.ocsf.io/."
optional = false
python-versions = "<3.13,>=3.9"
files = [
{file = "py_ocsf_models-0.1.0-py3-none-any.whl", hash = "sha256:c615887b43fb066651dd656b5259ae14f3bb125370b8add0fc3b7e0a799bd508"},
{file = "py_ocsf_models-0.1.0.tar.gz", hash = "sha256:64a717a1d064aa6d9ba4d8e2a6d57c8eca12bf9a977cf634e1484ca23151c0c9"},
{file = "py_ocsf_models-0.1.1-py3-none-any.whl", hash = "sha256:c6ea465fda85470b938a48da65b1f19664f6d83820ebe849ef5551094e6768de"},
{file = "py_ocsf_models-0.1.1.tar.gz", hash = "sha256:b0f2d4495a2596793f75e61a1ba218edea3a2d17a2b9911d46ee0fa623cc657b"},
]
[package.dependencies]
@@ -4906,4 +4906,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "822e30948dea713ea0f380d94b911f8493199388765eeef2e7a7af613343677e"
content-hash = "28047ad50ea561966f4691f4f80bdcf4f8899b3af4c2ba36a3524a5a5917cdc9"
+1 -1
View File
@@ -60,7 +60,7 @@ microsoft-kiota-abstractions = "1.3.2"
msgraph-sdk = "1.3.0"
numpy = "1.26.4"
pandas = "2.2.2"
py-ocsf-models = "0.1.0"
py-ocsf-models = "0.1.1"
pydantic = "1.10.15"
python = ">=3.9,<3.13"
pytz = "2024.1"