Skip to content

Commit 6f681b7

Browse files
steveny91AAraKKe
andauthored
Update orjson to 3.11.1 (DataDog#20958)
* Update orjson to 3.11.1 * remove unneeded files * changelog --------- Co-authored-by: Juanpe Araque <juanpedro.araque@datadoghq.com>
1 parent 0679c95 commit 6f681b7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

agent_requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lz4==4.4.4
2626
mmh3==5.1.0
2727
oauthlib==3.3.1
2828
openstacksdk==4.6.0
29-
orjson==3.10.18
29+
orjson==3.11.1
3030
packaging==25.0
3131
paramiko==3.5.1
3232
ply==3.11
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update orjson to 3.11.1

datadog_checks_base/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ http = [
6565
"requests-oauthlib==2.0.0",
6666
]
6767
json = [
68-
"orjson==3.10.18",
68+
"orjson==3.11.1",
6969
]
7070
kube = [
7171
"kubernetes==33.1.0",

0 commit comments

Comments
 (0)