Skip to content

Commit 915c743

Browse files
committed
[PLAT-18557] update deep diff
Summary: fixes a cve Test Plan: itest Reviewers: anijhawan, nbhatia, nsingh Reviewed By: anijhawan Subscribers: nikhil Differential Revision: https://phorge.dev.yugabyte.com/D46990
1 parent 6f7f6ee commit 915c743

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

managed/devops/python3_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ azure-mgmt-resource==19.0.0
2929
boto==2.49.0
3030
boto3==1.34.23
3131
botocore==1.34.23
32-
deepdiff==5.5.0
32+
deepdiff==8.6.1
3333
distro==1.5.0
3434
fabric==2.2.1
3535
google-api-python-client==1.10.0

managed/devops/python3_requirements_frozen.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ cachetools==4.2.4
1818
certifi==2025.8.3
1919
cffi==2.0.0
2020
charset-normalizer==3.4.3
21-
click==8.2.1
22-
cryptography==45.0.7
23-
deepdiff==5.5.0
21+
click==8.3.0
22+
cryptography==46.0.1
23+
deepdiff==8.6.1
2424
distro==1.5.0
2525
fabric==2.2.1
2626
geomet==0.2.1.post1
@@ -39,13 +39,13 @@ Jinja2==3.1.5
3939
jmespath==1.0.1
4040
MarkupSafe==2.0.1
4141
mitogen==0.2.9
42-
msal==1.33.0
42+
msal==1.34.0
4343
msal-extensions==0.3.1
4444
msrest==0.7.1
4545
msrestazure==0.6.4.post1
4646
oauth2client==3.0.0
4747
oauthlib==3.3.1
48-
ordered-set==4.0.2
48+
orderly-set==5.5.0
4949
packaging==25.0
5050
paramiko==3.4.0
5151
pip==25.2
@@ -57,7 +57,7 @@ pyasn1_modules==0.4.2
5757
pycparser==2.23
5858
PyJWT==2.10.1
5959
PyNaCl==1.6.0
60-
pyparsing==3.2.4
60+
pyparsing==3.2.5
6161
python-dateutil==2.8.2
6262
python-ldap==3.4.4
6363
pytz==2025.2

0 commit comments

Comments
 (0)