Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-okta for openSUSE:Factory 
checked in at 2025-01-07 20:52:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-okta (Old)
 and      /work/SRC/openSUSE:Factory/.python-okta.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-okta"

Tue Jan  7 20:52:59 2025 rev:2 rq:1235242 version:2.9.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-okta/python-okta.changes  2024-11-13 
15:29:41.596800951 +0100
+++ /work/SRC/openSUSE:Factory/.python-okta.new.1881/python-okta.changes        
2025-01-07 20:53:30.085116102 +0100
@@ -1,0 +2,6 @@
+Mon Jan  6 14:58:09 UTC 2025 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to 2.9.9
+  * Place client_assertion JWT in body instead of URL
+
+-------------------------------------------------------------------

Old:
----
  okta-2.9.8.tar.gz

New:
----
  okta-2.9.9.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-okta.spec ++++++
--- /var/tmp/diff_new_pack.Qylbpk/_old  2025-01-07 20:53:30.573136287 +0100
+++ /var/tmp/diff_new_pack.Qylbpk/_new  2025-01-07 20:53:30.573136287 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package python-okta
 #
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2024, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,41 +18,41 @@
 
 
 Name:           python-okta
-Version:        2.9.8
+Version:        2.9.9
 Release:        0
 Summary:        Python SDK for the Okta Management API
 License:        Apache-2.0
 URL:            https://github.com/okta/okta-sdk-python
 Source:         
https://files.pythonhosted.org/packages/source/o/okta/okta-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module aenum}
+BuildRequires:  %{python_module PyJWT}
+BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module aiohttp}
 BuildRequires:  %{python_module flatdict}
 BuildRequires:  %{python_module jwcrypto}
 BuildRequires:  %{python_module pycryptodomex}
 BuildRequires:  %{python_module pydash}
-BuildRequires:  %{python_module PyJWT}
-BuildRequires:  %{python_module PyYAML}
-BuildRequires:  %{python_module xmltodict}
-BuildRequires:  %{python_module yarl}
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytest-asyncio}
 BuildRequires:  %{python_module pytest-mock}
 BuildRequires:  %{python_module pytest-recording}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module xmltodict}
+BuildRequires:  %{python_module yarl}
 # /SECTION
 BuildRequires:  fdupes
+Requires:       python-PyJWT
+Requires:       python-PyYAML
 Requires:       python-aenum
 Requires:       python-aiohttp
 Requires:       python-flatdict
 Requires:       python-jwcrypto
 Requires:       python-pycryptodomex
 Requires:       python-pydash
-Requires:       python-PyJWT
-Requires:       python-PyYAML
 Requires:       python-xmltodict
 Requires:       python-yarl
 BuildArch:      noarch

++++++ okta-2.9.8.tar.gz -> okta-2.9.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okta-2.9.8/PKG-INFO new/okta-2.9.9/PKG-INFO
--- old/okta-2.9.8/PKG-INFO     2024-08-08 17:45:07.891688000 +0200
+++ new/okta-2.9.9/PKG-INFO     2024-12-11 16:59:52.788176300 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: okta
-Version: 2.9.8
+Version: 2.9.9
 Summary: Python SDK for the Okta Management API
 Home-page: https://github.com/okta/okta-sdk-python
 Author: Okta, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okta-2.9.8/okta/__init__.py 
new/okta-2.9.9/okta/__init__.py
--- old/okta-2.9.8/okta/__init__.py     2024-08-08 17:42:09.000000000 +0200
+++ new/okta-2.9.9/okta/__init__.py     2024-12-11 16:58:25.000000000 +0100
@@ -1 +1 @@
-__version__ = '2.9.8'
+__version__ = '2.9.9'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okta-2.9.8/okta/oauth.py new/okta-2.9.9/okta/oauth.py
--- old/okta-2.9.8/okta/oauth.py        2024-07-08 17:01:53.000000000 +0200
+++ new/okta-2.9.9/okta/oauth.py        2024-12-11 15:35:32.000000000 +0100
@@ -48,8 +48,7 @@
             'grant_type': 'client_credentials',
             'scope': ' '.join(self._config["client"]["scopes"]),
             'client_assertion_type':
-                'urn:ietf:params:oauth:client-assertion-type:jwt-bearer',
-            'client_assertion': jwt
+                'urn:ietf:params:oauth:client-assertion-type:jwt-bearer'
         }
 
         encoded_parameters = urlencode(parameters, quote_via=quote)
@@ -59,7 +58,7 @@
 
         # Craft request
         oauth_req, err = await self._request_executor.create_request(
-            "POST", url, None, {
+            "POST", url, {'client_assertion': jwt}, {
                 'Accept': "application/json",
                 'Content-Type': 'application/x-www-form-urlencoded'
             }, oauth=True)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okta-2.9.8/okta.egg-info/PKG-INFO 
new/okta-2.9.9/okta.egg-info/PKG-INFO
--- old/okta-2.9.8/okta.egg-info/PKG-INFO       2024-08-08 17:45:07.000000000 
+0200
+++ new/okta-2.9.9/okta.egg-info/PKG-INFO       2024-12-11 16:59:52.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: okta
-Version: 2.9.8
+Version: 2.9.9
 Summary: Python SDK for the Okta Management API
 Home-page: https://github.com/okta/okta-sdk-python
 Author: Okta, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okta-2.9.8/okta.egg-info/SOURCES.txt 
new/okta-2.9.9/okta.egg-info/SOURCES.txt
--- old/okta-2.9.8/okta.egg-info/SOURCES.txt    2024-08-08 17:45:07.000000000 
+0200
+++ new/okta-2.9.9/okta.egg-info/SOURCES.txt    2024-12-11 16:59:52.000000000 
+0100
@@ -534,10 +534,12 @@
 tests/README.md
 tests/__init__.py
 tests/conftest.py
+tests/deleteme.py
 tests/mocks.py
 tests/utils.py
 tests/__pycache__/__init__.cpython-311.pyc
 tests/__pycache__/conftest.cpython-311-pytest-7.1.3.pyc
+tests/__pycache__/conftest.cpython-311-pytest-8.3.4.pyc
 tests/__pycache__/mocks.cpython-311.pyc
 tests/integration/test_applications_it.py
 tests/integration/test_auth_server_it.py
@@ -563,30 +565,30 @@
 tests/integration/test_user_schema_it.py
 tests/integration/test_user_types_it.py
 tests/integration/test_users_it.py
-tests/integration/__pycache__/test_applications_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_auth_server_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_authenticators_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_brands_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_domains_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_event_hooks_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_factors_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_features_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_group_schema_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_groups_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_identity_providers.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_inline_hooks_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_linked_objects_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_log_events_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_network_zone_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_org_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_policies_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_subscription_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_templates_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_threat_insight_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_trusted_origins_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_user_schema_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_user_types_it.cpython-311-pytest-7.1.3.pyc
-tests/integration/__pycache__/test_users_it.cpython-311-pytest-7.1.3.pyc
+tests/integration/__pycache__/test_applications_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_auth_server_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_authenticators_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_brands_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_domains_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_event_hooks_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_factors_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_features_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_group_schema_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_groups_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_identity_providers.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_inline_hooks_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_linked_objects_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_log_events_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_network_zone_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_org_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_policies_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_subscription_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_templates_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_threat_insight_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_trusted_origins_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_user_schema_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_user_types_it.cpython-311-pytest-8.3.4.pyc
+tests/integration/__pycache__/test_users_it.cpython-311-pytest-8.3.4.pyc
 
tests/integration/cassettes/test_applications_it/TestApplicationsResource.test_activate_deactivate_delete_app.yaml
 
tests/integration/cassettes/test_applications_it/TestApplicationsResource.test_app_remove_assigned_user.yaml
 
tests/integration/cassettes/test_applications_it/TestApplicationsResource.test_app_update_assigned_user.yaml
@@ -799,25 +801,25 @@
 tests/unit/test_user_profile.py
 tests/unit/test_user_schema.py
 tests/unit/test_utils.py
-tests/unit/__pycache__/test_api_response.cpython-311-pytest-7.1.3.pyc
-tests/unit/__pycache__/test_applications_ut.cpython-311-pytest-7.1.3.pyc
-tests/unit/__pycache__/test_cache.cpython-311-pytest-7.1.3.pyc
-tests/unit/__pycache__/test_client.cpython-311-pytest-7.1.3.pyc
-tests/unit/__pycache__/test_constants.cpython-311-pytest-7.1.3.pyc
-tests/unit/__pycache__/test_domains.cpython-311-pytest-7.1.3.pyc
-tests/unit/__pycache__/test_helpers.cpython-311-pytest-7.1.3.pyc
-tests/unit/__pycache__/test_http_client.cpython-311-pytest-7.1.3.pyc
-tests/unit/__pycache__/test_jwt.cpython-311-pytest-7.1.3.pyc
-tests/unit/__pycache__/test_logger.cpython-311-pytest-7.1.3.pyc
-tests/unit/__pycache__/test_models.cpython-311-pytest-7.1.3.pyc
-tests/unit/__pycache__/test_oauth.cpython-311-pytest-7.1.3.pyc
-tests/unit/__pycache__/test_oauth_clear_access_token.cpython-311-pytest-7.1.3.pyc
-tests/unit/__pycache__/test_request_executor.cpython-311-pytest-7.1.3.pyc
-tests/unit/__pycache__/test_retry_logic.cpython-311-pytest-7.1.3.pyc
-tests/unit/__pycache__/test_sign_on_modes.cpython-311-pytest-7.1.3.pyc
-tests/unit/__pycache__/test_user_profile.cpython-311-pytest-7.1.3.pyc
-tests/unit/__pycache__/test_user_schema.cpython-311-pytest-7.1.3.pyc
-tests/unit/__pycache__/test_utils.cpython-311-pytest-7.1.3.pyc
+tests/unit/__pycache__/test_api_response.cpython-311-pytest-8.3.4.pyc
+tests/unit/__pycache__/test_applications_ut.cpython-311-pytest-8.3.4.pyc
+tests/unit/__pycache__/test_cache.cpython-311-pytest-8.3.4.pyc
+tests/unit/__pycache__/test_client.cpython-311-pytest-8.3.4.pyc
+tests/unit/__pycache__/test_constants.cpython-311-pytest-8.3.4.pyc
+tests/unit/__pycache__/test_domains.cpython-311-pytest-8.3.4.pyc
+tests/unit/__pycache__/test_helpers.cpython-311-pytest-8.3.4.pyc
+tests/unit/__pycache__/test_http_client.cpython-311-pytest-8.3.4.pyc
+tests/unit/__pycache__/test_jwt.cpython-311-pytest-8.3.4.pyc
+tests/unit/__pycache__/test_logger.cpython-311-pytest-8.3.4.pyc
+tests/unit/__pycache__/test_models.cpython-311-pytest-8.3.4.pyc
+tests/unit/__pycache__/test_oauth.cpython-311-pytest-8.3.4.pyc
+tests/unit/__pycache__/test_oauth_clear_access_token.cpython-311-pytest-8.3.4.pyc
+tests/unit/__pycache__/test_request_executor.cpython-311-pytest-8.3.4.pyc
+tests/unit/__pycache__/test_retry_logic.cpython-311-pytest-8.3.4.pyc
+tests/unit/__pycache__/test_sign_on_modes.cpython-311-pytest-8.3.4.pyc
+tests/unit/__pycache__/test_user_profile.cpython-311-pytest-8.3.4.pyc
+tests/unit/__pycache__/test_user_schema.cpython-311-pytest-8.3.4.pyc
+tests/unit/__pycache__/test_utils.cpython-311-pytest-8.3.4.pyc
 tests/unit/cassettes/test_client_error_call_SSWS.yaml
 tests/unit/cassettes/test_client_error_call_oauth.yaml
 tests/unit/cassettes/test_client_success_call_SSWS.yaml
Binary files old/okta-2.9.8/tests/__pycache__/__init__.cpython-311.pyc and 
new/okta-2.9.9/tests/__pycache__/__init__.cpython-311.pyc differ
Binary files 
old/okta-2.9.8/tests/__pycache__/conftest.cpython-311-pytest-7.1.3.pyc and 
new/okta-2.9.9/tests/__pycache__/conftest.cpython-311-pytest-7.1.3.pyc differ
Binary files 
old/okta-2.9.8/tests/__pycache__/conftest.cpython-311-pytest-8.3.4.pyc and 
new/okta-2.9.9/tests/__pycache__/conftest.cpython-311-pytest-8.3.4.pyc differ
Binary files old/okta-2.9.8/tests/__pycache__/mocks.cpython-311.pyc and 
new/okta-2.9.9/tests/__pycache__/mocks.cpython-311.pyc differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okta-2.9.8/tests/deleteme.py 
new/okta-2.9.9/tests/deleteme.py
--- old/okta-2.9.8/tests/deleteme.py    1970-01-01 01:00:00.000000000 +0100
+++ new/okta-2.9.9/tests/deleteme.py    2024-12-10 18:48:00.000000000 +0100
@@ -0,0 +1,12 @@
+print('hello')
+
+def do(body: dict = None):
+    if dict is not None:
+        print(body['client_assertion'])
+        
+do({
+    'client_assertion': 
+    {
+        'chair': 'hello'
+    }
+    })
\ No newline at end of file
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_applications_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_applications_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_applications_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_applications_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_auth_server_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_auth_server_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_auth_server_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_auth_server_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_authenticators_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_authenticators_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_authenticators_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_authenticators_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_brands_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_brands_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_brands_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_brands_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_domains_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_domains_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_domains_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_domains_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_event_hooks_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_event_hooks_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_event_hooks_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_event_hooks_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_factors_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_factors_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_factors_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_factors_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_features_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_features_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_features_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_features_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_group_schema_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_group_schema_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_group_schema_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_group_schema_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_groups_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_groups_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_groups_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_groups_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_identity_providers.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_identity_providers.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_identity_providers.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_identity_providers.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_inline_hooks_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_inline_hooks_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_inline_hooks_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_inline_hooks_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_linked_objects_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_linked_objects_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_linked_objects_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_linked_objects_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_log_events_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_log_events_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_log_events_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_log_events_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_network_zone_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_network_zone_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_network_zone_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_network_zone_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_org_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_org_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_org_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_org_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_policies_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_policies_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_policies_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_policies_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_subscription_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_subscription_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_subscription_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_subscription_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_templates_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_templates_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_templates_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_templates_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_threat_insight_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_threat_insight_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_threat_insight_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_threat_insight_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_trusted_origins_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_trusted_origins_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_trusted_origins_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_trusted_origins_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_user_schema_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_user_schema_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_user_schema_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_user_schema_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_user_types_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_user_types_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_user_types_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_user_types_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_users_it.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_users_it.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/integration/__pycache__/test_users_it.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/integration/__pycache__/test_users_it.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_api_response.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_api_response.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_api_response.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_api_response.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_applications_ut.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_applications_ut.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_applications_ut.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_applications_ut.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_cache.cpython-311-pytest-7.1.3.pyc 
and 
new/okta-2.9.9/tests/unit/__pycache__/test_cache.cpython-311-pytest-7.1.3.pyc 
differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_cache.cpython-311-pytest-8.3.4.pyc 
and 
new/okta-2.9.9/tests/unit/__pycache__/test_cache.cpython-311-pytest-8.3.4.pyc 
differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_client.cpython-311-pytest-7.1.3.pyc 
and 
new/okta-2.9.9/tests/unit/__pycache__/test_client.cpython-311-pytest-7.1.3.pyc 
differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_client.cpython-311-pytest-8.3.4.pyc 
and 
new/okta-2.9.9/tests/unit/__pycache__/test_client.cpython-311-pytest-8.3.4.pyc 
differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_constants.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_constants.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_constants.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_constants.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_domains.cpython-311-pytest-7.1.3.pyc 
and 
new/okta-2.9.9/tests/unit/__pycache__/test_domains.cpython-311-pytest-7.1.3.pyc 
differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_domains.cpython-311-pytest-8.3.4.pyc 
and 
new/okta-2.9.9/tests/unit/__pycache__/test_domains.cpython-311-pytest-8.3.4.pyc 
differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_helpers.cpython-311-pytest-7.1.3.pyc 
and 
new/okta-2.9.9/tests/unit/__pycache__/test_helpers.cpython-311-pytest-7.1.3.pyc 
differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_helpers.cpython-311-pytest-8.3.4.pyc 
and 
new/okta-2.9.9/tests/unit/__pycache__/test_helpers.cpython-311-pytest-8.3.4.pyc 
differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_http_client.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_http_client.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_http_client.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_http_client.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_jwt.cpython-311-pytest-7.1.3.pyc and 
new/okta-2.9.9/tests/unit/__pycache__/test_jwt.cpython-311-pytest-7.1.3.pyc 
differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_jwt.cpython-311-pytest-8.3.4.pyc and 
new/okta-2.9.9/tests/unit/__pycache__/test_jwt.cpython-311-pytest-8.3.4.pyc 
differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_logger.cpython-311-pytest-7.1.3.pyc 
and 
new/okta-2.9.9/tests/unit/__pycache__/test_logger.cpython-311-pytest-7.1.3.pyc 
differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_logger.cpython-311-pytest-8.3.4.pyc 
and 
new/okta-2.9.9/tests/unit/__pycache__/test_logger.cpython-311-pytest-8.3.4.pyc 
differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_models.cpython-311-pytest-7.1.3.pyc 
and 
new/okta-2.9.9/tests/unit/__pycache__/test_models.cpython-311-pytest-7.1.3.pyc 
differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_models.cpython-311-pytest-8.3.4.pyc 
and 
new/okta-2.9.9/tests/unit/__pycache__/test_models.cpython-311-pytest-8.3.4.pyc 
differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_oauth.cpython-311-pytest-7.1.3.pyc 
and 
new/okta-2.9.9/tests/unit/__pycache__/test_oauth.cpython-311-pytest-7.1.3.pyc 
differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_oauth.cpython-311-pytest-8.3.4.pyc 
and 
new/okta-2.9.9/tests/unit/__pycache__/test_oauth.cpython-311-pytest-8.3.4.pyc 
differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_oauth_clear_access_token.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_oauth_clear_access_token.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_oauth_clear_access_token.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_oauth_clear_access_token.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_request_executor.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_request_executor.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_request_executor.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_request_executor.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_retry_logic.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_retry_logic.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_retry_logic.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_retry_logic.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_sign_on_modes.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_sign_on_modes.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_sign_on_modes.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_sign_on_modes.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_user_profile.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_user_profile.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_user_profile.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_user_profile.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_user_schema.cpython-311-pytest-7.1.3.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_user_schema.cpython-311-pytest-7.1.3.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_user_schema.cpython-311-pytest-8.3.4.pyc
 and 
new/okta-2.9.9/tests/unit/__pycache__/test_user_schema.cpython-311-pytest-8.3.4.pyc
 differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_utils.cpython-311-pytest-7.1.3.pyc 
and 
new/okta-2.9.9/tests/unit/__pycache__/test_utils.cpython-311-pytest-7.1.3.pyc 
differ
Binary files 
old/okta-2.9.8/tests/unit/__pycache__/test_utils.cpython-311-pytest-8.3.4.pyc 
and 
new/okta-2.9.9/tests/unit/__pycache__/test_utils.cpython-311-pytest-8.3.4.pyc 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okta-2.9.8/tests/unit/test_http_client.py 
new/okta-2.9.9/tests/unit/test_http_client.py
--- old/okta-2.9.8/tests/unit/test_http_client.py       2024-07-08 
17:01:53.000000000 +0200
+++ new/okta-2.9.9/tests/unit/test_http_client.py       2024-12-10 
17:43:23.000000000 +0100
@@ -147,7 +147,7 @@
     })
     assert all(values in [None] for values in [req, res_details, resp_body])
     assert issubclass(type(error), aiohttp.ClientError)
-    assert type(error) == aiohttp.InvalidURL
+    assert isinstance(error, aiohttp.InvalidURL)
 
 
 @ pytest.mark.asyncio

Reply via email to