Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies #789

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: matrix
uses: splunk/addonfactory-test-matrix-action@v1
uses: splunk/addonfactory-test-matrix-action@v2

fossa-scan:
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
FROM ubuntu:22.04
FROM ubuntu:24.04

RUN mkdir -p /work/tests
RUN mkdir -p /work/test-results/functional
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.3.1
ARG SPLUNK_VERSION=8.2.6
ARG SPLUNK_APP_ID=TA_UNKNOWN
ARG SPLUNK_APP_PACKAGE=package
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@ include = ["pytest_splunk_addon/**/*.json", "pytest_splunk_addon/**/*.txt"]

[tool.poetry.dependencies]
python = "^3.7"
pytest = ">5.4.0,<8"
pytest = ">8.3,<9"
splunk-sdk = ">=1.6"
requests = "^2.31.0"
jsonschema = "^v4.17.3"
jsonschema = "^4.17.3"
pytest-xdist = "^3.5.0"
filelock = "^3.0"
pytest-ordering = "~0.6"
junitparser = "^2.2.0"
junitparser = "^3.0.0"
addonfactory-splunk-conf-parser-lib = "*"
defusedxml = "^0.7.1"
Faker = "^18.0.0"
xmltodict = "^0.13.0"
xmlschema = "^2.5.1"
Faker = "^30.0.0"
xmltodict = "^0.14.0"
xmlschema = "^3.0.0"
splunksplwrapper = "^1.1.1"
urllib3 = "<2"

[tool.poetry.group.dev.dependencies]
pytest-cov = "^4"
pytest-cov = "^5.0.0"
requests-mock = "^1.8.0"
freezegun = "^1.5.1"
pytz = "^2024.1"
Expand Down
Loading