diff --git a/README.md b/README.md index 6364fad..03dcd10 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # MS Graph for Office 365 Publisher: Splunk -Connector Version: 2\.7\.0 +Connector Version: 2\.7\.1 Product Vendor: Microsoft Product Name: Office 365 \(MS Graph\) Product Version Supported (regex): "\.\*" diff --git a/office365.json b/office365.json index 7dff1c2..2d93d07 100644 --- a/office365.json +++ b/office365.json @@ -15,7 +15,7 @@ } ], "license": "Copyright (c) 2017-2022 Splunk Inc.", - "app_version": "2.7.0", + "app_version": "2.7.1", "utctime_updated": "2022-02-04T01:20:46.000000Z", "package_name": "phantom_msgraphoffice365", "main_module": "office365_connector.py", @@ -6264,7 +6264,7 @@ "wheel": [ { "module": "Django", - "input_file": "wheels/py3/Django-3.2.13-py3-none-any.whl" + "input_file": "wheels/py3/Django-3.2.15-py3-none-any.whl" }, { "module": "asgiref", @@ -6292,7 +6292,7 @@ }, { "module": "pytz", - "input_file": "wheels/shared/pytz-2022.1-py2.py3-none-any.whl" + "input_file": "wheels/shared/pytz-2022.2.1-py2.py3-none-any.whl" }, { "module": "requests", @@ -6312,7 +6312,7 @@ }, { "module": "urllib3", - "input_file": "wheels/shared/urllib3-1.26.9-py2.py3-none-any.whl" + "input_file": "wheels/shared/urllib3-1.26.12-py2.py3-none-any.whl" } ] }, @@ -6320,7 +6320,7 @@ "wheel": [ { "module": "Django", - "input_file": "wheels/py3/Django-3.2.13-py3-none-any.whl" + "input_file": "wheels/py3/Django-3.2.15-py3-none-any.whl" }, { "module": "asgiref", @@ -6348,7 +6348,7 @@ }, { "module": "pytz", - "input_file": "wheels/shared/pytz-2022.1-py2.py3-none-any.whl" + "input_file": "wheels/shared/pytz-2022.2.1-py2.py3-none-any.whl" }, { "module": "requests", @@ -6364,7 +6364,7 @@ }, { "module": "urllib3", - "input_file": "wheels/shared/urllib3-1.26.9-py2.py3-none-any.whl" + "input_file": "wheels/shared/urllib3-1.26.12-py2.py3-none-any.whl" } ] } diff --git a/release_notes/2.7.0.md b/release_notes/2.7.1.md similarity index 100% rename from release_notes/2.7.0.md rename to release_notes/2.7.1.md diff --git a/requirements.txt b/requirements.txt index b99eb71..5dae76c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ beautifulsoup4==4.9.1 -Django==3.2.13 +Django==3.2.15 python-magic==0.4.18 requests==2.25.0 diff --git a/wheels/py3/Django-3.2.13-py3-none-any.whl b/wheels/py3/Django-3.2.15-py3-none-any.whl similarity index 91% rename from wheels/py3/Django-3.2.13-py3-none-any.whl rename to wheels/py3/Django-3.2.15-py3-none-any.whl index 7b386cc..0e97148 100644 Binary files a/wheels/py3/Django-3.2.13-py3-none-any.whl and b/wheels/py3/Django-3.2.15-py3-none-any.whl differ diff --git a/wheels/shared/pytz-2022.1-py2.py3-none-any.whl b/wheels/shared/pytz-2022.2.1-py2.py3-none-any.whl similarity index 57% rename from wheels/shared/pytz-2022.1-py2.py3-none-any.whl rename to wheels/shared/pytz-2022.2.1-py2.py3-none-any.whl index a0f6378..ffa9696 100644 Binary files a/wheels/shared/pytz-2022.1-py2.py3-none-any.whl and b/wheels/shared/pytz-2022.2.1-py2.py3-none-any.whl differ diff --git a/wheels/shared/urllib3-1.26.9-py2.py3-none-any.whl b/wheels/shared/urllib3-1.26.12-py2.py3-none-any.whl similarity index 57% rename from wheels/shared/urllib3-1.26.9-py2.py3-none-any.whl rename to wheels/shared/urllib3-1.26.12-py2.py3-none-any.whl index 5019453..6590a02 100644 Binary files a/wheels/shared/urllib3-1.26.9-py2.py3-none-any.whl and b/wheels/shared/urllib3-1.26.12-py2.py3-none-any.whl differ