Skip to content

Commit b75563b

Browse files
Merge pull request #72 from splunk-soar-connectors/mnordby/soarhelp-5307-update-deps
fix: update dependencies for python 3.13
2 parents 36171c6 + 22a7eb8 commit b75563b

12 files changed

+7
-14
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Third Party Software Attributions:
44

55
@@@@============================================================================
66

7-
Library: msal - 1.33.0
7+
Library: msal - 1.34.0
88
Homepage: https://github.com/AzureAD/microsoft-authentication-library-for-python
99
License: MIT License
1010
License Text:

office365.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8657,14 +8657,6 @@
86578657
"versions": "EQ(*)"
86588658
}
86598659
],
8660-
"pip_dependencies": {
8661-
"wheel": [
8662-
{
8663-
"module": "python_magic",
8664-
"input_file": "wheels/shared/python_magic-0.4.18-py2.py3-none-any.whl"
8665-
}
8666-
]
8667-
},
86688660
"pip39_dependencies": {
86698661
"wheel": [
86708662
{
@@ -8677,11 +8669,11 @@
86778669
},
86788670
{
86798671
"module": "cryptography",
8680-
"input_file": "wheels/py3/cryptography-46.0.1-cp38-abi3-manylinux_2_28_x86_64.whl"
8672+
"input_file": "wheels/py3/cryptography-46.0.2-cp38-abi3-manylinux_2_28_x86_64.whl"
86818673
},
86828674
{
86838675
"module": "msal",
8684-
"input_file": "wheels/py3/msal-1.33.0-py3-none-any.whl"
8676+
"input_file": "wheels/py3/msal-1.34.0-py3-none-any.whl"
86858677
},
86868678
{
86878679
"module": "pycparser",
@@ -8705,11 +8697,11 @@
87058697
},
87068698
{
87078699
"module": "cryptography",
8708-
"input_file": "wheels/py3/cryptography-46.0.1-cp311-abi3-manylinux_2_28_x86_64.whl"
8700+
"input_file": "wheels/py3/cryptography-46.0.2-cp311-abi3-manylinux_2_28_x86_64.whl"
87098701
},
87108702
{
87118703
"module": "msal",
8712-
"input_file": "wheels/py3/msal-1.33.0-py3-none-any.whl"
8704+
"input_file": "wheels/py3/msal-1.34.0-py3-none-any.whl"
87138705
},
87148706
{
87158707
"module": "pycparser",

release_notes/unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
**Unreleased**
2+
* Update dependencies for python 3.13 compatibility

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msal==1.33.0
1+
msal==1.34.0
Binary file not shown.
-4.38 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)