Skip to content

Commit

Permalink
Merge branch 'main' into exception_on_extra_fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ljstella authored Nov 18, 2024
2 parents 73ef9e3 + bc2baac commit a00958c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "contentctl"
version = "4.4.5"
version = "4.4.6"

description = "Splunk Content Control Tool"
authors = ["STRT <research@splunk.com>"]
Expand All @@ -11,7 +11,7 @@ readme = "README.md"
contentctl = 'contentctl.contentctl:main'

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.11,<3.13"
pydantic = "^2.8.2"
PyYAML = "^6.0.2"
requests = "~2.32.3"
Expand Down

0 comments on commit a00958c

Please sign in to comment.