Skip to content

Commit

Permalink
Revert "Add simplejson dep"
Browse files Browse the repository at this point in the history
This reverts commit 6bb9bf9.

Reason for revert: breaks code quality job

Change-Id: I9ef01c4475f4170d73dbe10af27d4821e8a8778d
  • Loading branch information
JonasScharpf committed Jan 22, 2025
1 parent 6aa8237 commit f5c335c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 257 deletions.
22 changes: 2 additions & 20 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion agents/plugins/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ py_binary(
visibility = ["//visibility:public"],
deps = [
requirement("requests"),
requirement("simplejson"),
],
)
1 change: 1 addition & 0 deletions bazel/tools/aspects.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ mypy_aspect = mypy(
requirement("awscrt"),
requirement("html5lib"),
requirement("pika-ts"),
requirement("simplejson"),
]
} | {
# `types-pika-ts` wrongfully resolves `pika-ts` instead of `pika`.
Expand Down
2 changes: 0 additions & 2 deletions cmk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,3 @@ opentelemetry-semantic-conventions # used for distributed tracing of Checkmk
fastapi # automation helper and needed to run fake idp for cse tests
gunicorn # automation helper
watchdog # automation helper
simplejson # mk_jolokia
types-simplejson
Loading

0 comments on commit f5c335c

Please sign in to comment.