Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2023
1 parent a28d934 commit a422486
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: apache/skywalking-eyes@v0.4.0
- uses: apache/skywalking-eyes@v0.5.0

pre-commit:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
submodules: false
fetch-depth: "0"
- name: Trufflehog Actions Scan
uses: edplato/trufflehog-actions-scan@v0.9j-beta
uses: edplato/trufflehog-actions-scan@v0.9-beta
with:
scanArguments: "--max_dept 50 -x .github/workflows/exclude-patterns.txt"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.uf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
# TODO: go back to latest version when fixed
ARG SPLUNK_VERSION=8.2.6
FROM splunk/universalforwarder:8.2.6
FROM splunk/universalforwarder:9.0.5
ARG SPLUNK_VERSION=8.2.6
ARG SPLUNK_APP_ID=TA_UNKNOWN
ARG SPLUNK_APP_PACKAGE=package
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ pytest-xdist = ">=2.3.0"
filelock = "^3.0"
pytest-ordering = "~0.6"
lovely-pytest-docker = { version="^0", optional = true }
junitparser = "^2.2.0"
junitparser = "^3.0.0"
addonfactory-splunk-conf-parser-lib = "^0.3.3"
defusedxml = "^0.7.1"
Faker = ">=13.12,<19.0.0"
Faker = ">=19.3,<19.4"
xmltodict = "^0.13.0"
xmlschema = "^1.11.3"
xmlschema = "^2.0.0"
splunksplwrapper = "^1.0.2"
urllib3 = "<2"

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

[tool.poetry.group.dev.dependencies]
lovely-pytest-docker = "~0.3.0"
pytest-cov = "^3.0.0"
pytest-cov = "^4.0.0"
requests-mock = "^1.8.0"
freezegun = "^1.2.1"
pytz = "^2022.1"
Expand All @@ -64,8 +64,8 @@ pytz = "^2022.1"
optional = true

[tool.poetry.group.docs.dependencies]
jinja2 = "3.0.3"
sphinx-rtd-theme = "1.1.1"
jinja2 = "3.1.2"
sphinx-rtd-theme = "1.3.0"
sphinx-panels = "0.6.0"

[tool.poetry.plugins]
Expand Down

0 comments on commit a422486

Please sign in to comment.