Skip to content

Commit 419846d

Browse files
chore(deps): update all dependencies
1 parent a28d934 commit 419846d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build-test-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
submodules: false
8383
fetch-depth: "0"
8484
- name: Trufflehog Actions Scan
85-
uses: edplato/trufflehog-actions-scan@v0.9j-beta
85+
uses: edplato/trufflehog-actions-scan@v0.9-beta
8686
with:
8787
scanArguments: "--max_dept 50 -x .github/workflows/exclude-patterns.txt"
8888

Dockerfile.uf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
# TODO: go back to latest version when fixed
1717
ARG SPLUNK_VERSION=8.2.6
18-
FROM splunk/universalforwarder:8.2.6
18+
FROM splunk/universalforwarder:9.0.5
1919
ARG SPLUNK_VERSION=8.2.6
2020
ARG SPLUNK_APP_ID=TA_UNKNOWN
2121
ARG SPLUNK_APP_PACKAGE=package

pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ pytest-xdist = ">=2.3.0"
4141
filelock = "^3.0"
4242
pytest-ordering = "~0.6"
4343
lovely-pytest-docker = { version="^0", optional = true }
44-
junitparser = "^2.2.0"
44+
junitparser = "^3.0.0"
4545
addonfactory-splunk-conf-parser-lib = "^0.3.3"
4646
defusedxml = "^0.7.1"
47-
Faker = ">=13.12,<19.0.0"
47+
Faker = ">=19.2,<19.3"
4848
xmltodict = "^0.13.0"
49-
xmlschema = "^1.11.3"
49+
xmlschema = "^2.0.0"
5050
splunksplwrapper = "^1.0.2"
5151
urllib3 = "<2"
5252

@@ -55,7 +55,7 @@ docker = ['lovely-pytest-docker']
5555

5656
[tool.poetry.group.dev.dependencies]
5757
lovely-pytest-docker = "~0.3.0"
58-
pytest-cov = "^3.0.0"
58+
pytest-cov = "^4.0.0"
5959
requests-mock = "^1.8.0"
6060
freezegun = "^1.2.1"
6161
pytz = "^2022.1"
@@ -64,8 +64,8 @@ pytz = "^2022.1"
6464
optional = true
6565

6666
[tool.poetry.group.docs.dependencies]
67-
jinja2 = "3.0.3"
68-
sphinx-rtd-theme = "1.1.1"
67+
jinja2 = "3.1.2"
68+
sphinx-rtd-theme = "1.2.2"
6969
sphinx-panels = "0.6.0"
7070

7171
[tool.poetry.plugins]

0 commit comments

Comments
 (0)