edx-enterprise-data 10.16.4__tar.gz → 10.16.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/CHANGELOG.rst +5 -0
- {edx_enterprise_data-10.16.4/edx_enterprise_data.egg-info → edx_enterprise_data-10.16.5}/PKG-INFO +1 -1
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5/edx_enterprise_data.egg-info}/PKG-INFO +1 -1
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/__init__.py +1 -1
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/requirements/base.txt +8 -8
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/requirements/dev.txt +8 -8
- edx_enterprise_data-10.16.5/requirements/django.txt +1 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/requirements/quality.txt +10 -9
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/requirements/test-master.txt +11 -9
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/requirements/test-reporting.txt +5 -5
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/requirements/test.txt +12 -10
- edx_enterprise_data-10.16.4/requirements/django.txt +0 -1
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/LICENSE +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/MANIFEST.in +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/README.md +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/edx_enterprise_data.egg-info/SOURCES.txt +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/edx_enterprise_data.egg-info/dependency_links.txt +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/edx_enterprise_data.egg-info/not-zip-safe +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/edx_enterprise_data.egg-info/requires.txt +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/edx_enterprise_data.egg-info/top_level.txt +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/constants.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/data_loaders.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/filters/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/filters/base.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/filters/fact_completion_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/filters/fact_engagement_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/filters/fact_enrollment_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/filters/mixins.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/queries/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/queries/fact_engagement_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/queries/fact_enrollment_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/queries/skills_daily_rollup_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/query_filters/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/query_filters/base.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/query_filters/between.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/query_filters/equal.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/query_filters/in_.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/tables/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/tables/base.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/tables/fact_engagement_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/tables/fact_enrollment_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/tables/skills_daily_rollup_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/admin_analytics/database/utils.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/urls.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v0/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v0/serializers.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v0/urls.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v0/views.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v1/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v1/serializers.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v1/urls.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v1/views/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v1/views/analytics_completions.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v1/views/analytics_engagements.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v1/views/analytics_enrollments.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v1/views/analytics_leaderboard.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v1/views/base.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v1/views/enterprise_admin.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v1/views/enterprise_learner.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v1/views/enterprise_offers.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/apps.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/cache/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/cache/decorators.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/clients.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/constants.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/exceptions.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/filters.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/fixtures/enterprise_enrollment.json +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/fixtures/enterprise_user.json +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/management/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/management/commands/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/management/commands/create_dummy_data.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/management/commands/create_dummy_data_lpr_v1.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/management/commands/create_enterprise_enrollment.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/management/commands/create_enterprise_learner_enrollment_lpr_v1.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/management/commands/create_enterprise_learner_lpr_v1.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/management/commands/create_enterprise_offer.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/management/commands/create_enterprise_user.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/management/commands/pre_warm_analytics_cache.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/management/commands/tests/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/management/commands/tests/test_create_dummy_data_lpr_v1.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/management/commands/tests/test_create_enterprise_enrollment.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/management/commands/tests/test_create_enterprise_learner_enrollment_lpr_v1.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/management/commands/tests/test_create_enterprise_learner_lpr_v1.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/management/commands/tests/test_create_enterprise_user.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/management/commands/tests/test_pre_warm_analytics_cache.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0001_initial.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0002_auto_20180430_1358.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0003_auto_20180501_0603.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0004_auto_20180501_0928.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0004_auto_20180508_1652.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0005_auto_20180524_2204.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0006_auto_20180612_0336.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0007_auto_20180612_0534.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0008_auto_20180614_0108.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0009_auto_20180628_1152.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0010_enterpriseenrollment_created.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0011_enterpriseuser.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0012_auto_20180831_1930.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0013_auto_20180831_1931.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0014_enterpriseuser_created.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0015_auto_20180907_1757.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0016_auto_20180924_2138.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0017_enterpriseenrollment_unenrollment_timestamp.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0018_enterprisedatafeaturerole_enterprisedataroleassignment.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0019_add_enterprise_data_feature_roles.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0020_add_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0021_auto_20190329_1241.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0022_remove_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0023_enterpriselearner_enterpriselearnerenrollment.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0024_auto_20210602_1811.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0025_auto_20210703_1854.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0026_auto_20210916_0414.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0027_enterpriselearnerenrollment_total_learning_time_seconds.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0028_enterpriselearnerenrollment_offer_id.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0029_enterpriseoffer.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0030_auto_20230609_1353.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0031_auto_20230615_0705.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0032_auto_20230704_0818.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0033_enterpriseadminlearnerprogress_enterpriseadminsummarizeinsights.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0034_auto_20230907_0834.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0035_auto_20230907_1154.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0036_enterprisesubsidybudget_subsidy_access_policy_display_name.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0037_alter_enterpriseenrollment_consent_granted.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0038_enterpriseoffer_export_timestamp.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0039_auto_20240212_1403.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0040_auto_20240718_0536_squashed_0043_alter_enterpriselearnerenrollment_enterprise_enrollment_id.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0044_enterpriseexecedlcmoduleperformance.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0045_alter_enterpriseexecedlcmoduleperformance_options_and_more.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0046_enterprisegroupmembership.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0047_enterpriseexecedlcmoduleperformance_avg_after_lo_score_and_more.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/0048_alter_enterpriseexecedlcmoduleperformance_avg_after_lo_score_and_more.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/migrations/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/models.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/paginators.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/renderers.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/settings/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/settings/test.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/signals.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/admin_analytics/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/admin_analytics/mock_analytics_data.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/admin_analytics/mock_enrollments.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/admin_analytics/test_analytics_engagements.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/admin_analytics/test_analytics_enrollments.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/admin_analytics/test_analytics_leaderboard.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/admin_analytics/test_data_loaders.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/admin_analytics/test_enterprise_completions.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/api/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/api/v0/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/api/v0/test_serializers.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/api/v1/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/api/v1/test_serializers.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/api/v1/test_views.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/api/v1/views/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/api/v1/views/test_enterprise_admin.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/factories.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/mixins.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/test_clients.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/test_filters.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/test_models.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/test_utils.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/tests/test_views.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/urls.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/utils.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data_roles/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data_roles/admin.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data_roles/apps.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data_roles/constants.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data_roles/migrations/0001_initial.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data_roles/migrations/0002_add_enterprise_data_feature_roles.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data_roles/migrations/0003_add_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data_roles/migrations/0004_enterprisedataroleassignment_enterprise_id.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data_roles/migrations/0005_turn_on_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data_roles/migrations/0006_remove_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data_roles/migrations/0007_enterprisedataroleassignment_applies_to_all_contexts.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data_roles/migrations/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data_roles/models.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data_roles/rules.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data_roles/tests/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data_roles/tests/factories.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data_roles/tests/test_models.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/clients/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/clients/enterprise.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/clients/s3.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/clients/snowflake.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/clients/vertica.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/constants.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/delivery_method.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/external_resource_link_report.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/fixtures/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/fixtures/enterprise_customer_reporting.json +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/reporter.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/send_enterprise_reports.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/tests/__init__.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/tests/test_clients.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/tests/test_delivery_method.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/tests/test_enterprise_client.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/tests/test_external_link_report.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/tests/test_reporter.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/tests/test_send_enterprise_reports.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/tests/test_utils.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/tests/test_vertica_client.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/tests/utils.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_reporting/utils.py +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/requirements/base.in +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/requirements/ci.txt +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/requirements/common_constraints.txt +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/requirements/constraints.txt +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/requirements/pip.txt +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/requirements/pip_tools.txt +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/requirements/reporting.in +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/setup.cfg +0 -0
- {edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/setup.py +0 -0
@@ -10,17 +10,17 @@ asgiref==3.8.1
|
|
10
10
|
# via django
|
11
11
|
asn1crypto==1.5.1
|
12
12
|
# via snowflake-connector-python
|
13
|
-
awscli==1.40.
|
13
|
+
awscli==1.40.31
|
14
14
|
# via -r requirements/reporting.in
|
15
15
|
bcrypt==4.3.0
|
16
16
|
# via paramiko
|
17
17
|
billiard==4.2.1
|
18
18
|
# via celery
|
19
|
-
boto3==1.38.
|
19
|
+
boto3==1.38.32
|
20
20
|
# via
|
21
21
|
# -r requirements/reporting.in
|
22
22
|
# snowflake-connector-python
|
23
|
-
botocore==1.38.
|
23
|
+
botocore==1.38.32
|
24
24
|
# via
|
25
25
|
# awscli
|
26
26
|
# boto3
|
@@ -66,7 +66,7 @@ cryptography==45.0.3
|
|
66
66
|
# pyjwt
|
67
67
|
# pyopenssl
|
68
68
|
# snowflake-connector-python
|
69
|
-
django==4.2.
|
69
|
+
django==4.2.22
|
70
70
|
# via
|
71
71
|
# -c /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/common_constraints.txt
|
72
72
|
# -r requirements/base.in
|
@@ -148,7 +148,7 @@ monotonic==1.6
|
|
148
148
|
# via py2neo
|
149
149
|
mysql-connector-python==9.3.0
|
150
150
|
# via -r requirements/base.in
|
151
|
-
numpy==2.
|
151
|
+
numpy==2.3.0
|
152
152
|
# via
|
153
153
|
# -r requirements/base.in
|
154
154
|
# pandas
|
@@ -157,7 +157,7 @@ packaging==25.0
|
|
157
157
|
# kombu
|
158
158
|
# py2neo
|
159
159
|
# snowflake-connector-python
|
160
|
-
pandas==2.
|
160
|
+
pandas==2.3.0
|
161
161
|
# via -r requirements/base.in
|
162
162
|
pansi==2024.11.0
|
163
163
|
# via py2neo
|
@@ -247,9 +247,9 @@ stevedore==5.4.1
|
|
247
247
|
# via
|
248
248
|
# edx-django-utils
|
249
249
|
# edx-opaque-keys
|
250
|
-
tomlkit==0.13.
|
250
|
+
tomlkit==0.13.3
|
251
251
|
# via snowflake-connector-python
|
252
|
-
typing-extensions==4.
|
252
|
+
typing-extensions==4.14.0
|
253
253
|
# via
|
254
254
|
# edx-opaque-keys
|
255
255
|
# pyopenssl
|
@@ -14,17 +14,17 @@ astroid==3.3.10
|
|
14
14
|
# via
|
15
15
|
# pylint
|
16
16
|
# pylint-celery
|
17
|
-
awscli==1.40.
|
17
|
+
awscli==1.40.31
|
18
18
|
# via -r requirements/reporting.in
|
19
19
|
bcrypt==4.3.0
|
20
20
|
# via paramiko
|
21
21
|
billiard==4.2.1
|
22
22
|
# via celery
|
23
|
-
boto3==1.38.
|
23
|
+
boto3==1.38.32
|
24
24
|
# via
|
25
25
|
# -r requirements/reporting.in
|
26
26
|
# snowflake-connector-python
|
27
|
-
botocore==1.38.
|
27
|
+
botocore==1.38.32
|
28
28
|
# via
|
29
29
|
# awscli
|
30
30
|
# boto3
|
@@ -95,7 +95,7 @@ dill==0.4.0
|
|
95
95
|
# via pylint
|
96
96
|
distlib==0.3.9
|
97
97
|
# via virtualenv
|
98
|
-
django==4.2.
|
98
|
+
django==4.2.22
|
99
99
|
# via
|
100
100
|
# -c /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/common_constraints.txt
|
101
101
|
# -r requirements/base.in
|
@@ -231,7 +231,7 @@ mysql-connector-python==9.3.0
|
|
231
231
|
# via -r requirements/base.in
|
232
232
|
nh3==0.2.21
|
233
233
|
# via readme-renderer
|
234
|
-
numpy==2.
|
234
|
+
numpy==2.3.0
|
235
235
|
# via
|
236
236
|
# -r requirements/base.in
|
237
237
|
# pandas
|
@@ -244,7 +244,7 @@ packaging==25.0
|
|
244
244
|
# snowflake-connector-python
|
245
245
|
# tox
|
246
246
|
# twine
|
247
|
-
pandas==2.
|
247
|
+
pandas==2.3.0
|
248
248
|
# via -r requirements/base.in
|
249
249
|
pansi==2024.11.0
|
250
250
|
# via py2neo
|
@@ -402,7 +402,7 @@ testfixtures==8.3.0
|
|
402
402
|
# via -r requirements/quality.in
|
403
403
|
text-unidecode==1.3
|
404
404
|
# via python-slugify
|
405
|
-
tomlkit==0.13.
|
405
|
+
tomlkit==0.13.3
|
406
406
|
# via
|
407
407
|
# pylint
|
408
408
|
# snowflake-connector-python
|
@@ -410,7 +410,7 @@ tox==4.26.0
|
|
410
410
|
# via -r requirements/dev-enterprise_data.in
|
411
411
|
twine==6.1.0
|
412
412
|
# via -r requirements/dev-enterprise_data.in
|
413
|
-
typing-extensions==4.
|
413
|
+
typing-extensions==4.14.0
|
414
414
|
# via
|
415
415
|
# edx-opaque-keys
|
416
416
|
# pyopenssl
|
@@ -0,0 +1 @@
|
|
1
|
+
django==4.2.22
|
@@ -14,17 +14,17 @@ astroid==3.3.10
|
|
14
14
|
# via
|
15
15
|
# pylint
|
16
16
|
# pylint-celery
|
17
|
-
awscli==1.40.
|
17
|
+
awscli==1.40.31
|
18
18
|
# via -r requirements/reporting.in
|
19
19
|
bcrypt==4.3.0
|
20
20
|
# via paramiko
|
21
21
|
billiard==4.2.1
|
22
22
|
# via celery
|
23
|
-
boto3==1.38.
|
23
|
+
boto3==1.38.32
|
24
24
|
# via
|
25
25
|
# -r requirements/reporting.in
|
26
26
|
# snowflake-connector-python
|
27
|
-
botocore==1.38.
|
27
|
+
botocore==1.38.32
|
28
28
|
# via
|
29
29
|
# awscli
|
30
30
|
# boto3
|
@@ -99,7 +99,7 @@ dill==0.4.0
|
|
99
99
|
# via pylint
|
100
100
|
distlib==0.3.9
|
101
101
|
# via virtualenv
|
102
|
-
django==4.2.
|
102
|
+
django==4.2.22
|
103
103
|
# via
|
104
104
|
# -c /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/common_constraints.txt
|
105
105
|
# -r requirements/base.in
|
@@ -246,7 +246,7 @@ mysql-connector-python==9.3.0
|
|
246
246
|
# via -r requirements/base.in
|
247
247
|
nh3==0.2.21
|
248
248
|
# via readme-renderer
|
249
|
-
numpy==2.
|
249
|
+
numpy==2.3.0
|
250
250
|
# via
|
251
251
|
# -r requirements/base.in
|
252
252
|
# pandas
|
@@ -260,7 +260,7 @@ packaging==25.0
|
|
260
260
|
# snowflake-connector-python
|
261
261
|
# tox
|
262
262
|
# twine
|
263
|
-
pandas==2.
|
263
|
+
pandas==2.3.0
|
264
264
|
# via -r requirements/base.in
|
265
265
|
pansi==2024.11.0
|
266
266
|
# via py2neo
|
@@ -309,6 +309,7 @@ pygments==2.19.1
|
|
309
309
|
# via
|
310
310
|
# diff-cover
|
311
311
|
# py2neo
|
312
|
+
# pytest
|
312
313
|
# readme-renderer
|
313
314
|
# rich
|
314
315
|
pyjwt[crypto]==2.10.1
|
@@ -347,7 +348,7 @@ pyproject-hooks==1.2.0
|
|
347
348
|
# via
|
348
349
|
# build
|
349
350
|
# pip-tools
|
350
|
-
pytest==8.
|
351
|
+
pytest==8.4.0
|
351
352
|
# via
|
352
353
|
# pytest-cov
|
353
354
|
# pytest-django
|
@@ -434,7 +435,7 @@ testfixtures==8.3.0
|
|
434
435
|
# -r requirements/test.in
|
435
436
|
text-unidecode==1.3
|
436
437
|
# via python-slugify
|
437
|
-
tomlkit==0.13.
|
438
|
+
tomlkit==0.13.3
|
438
439
|
# via
|
439
440
|
# pylint
|
440
441
|
# snowflake-connector-python
|
@@ -442,7 +443,7 @@ tox==4.26.0
|
|
442
443
|
# via -r requirements/dev-enterprise_data.in
|
443
444
|
twine==6.1.0
|
444
445
|
# via -r requirements/dev-enterprise_data.in
|
445
|
-
typing-extensions==4.
|
446
|
+
typing-extensions==4.14.0
|
446
447
|
# via
|
447
448
|
# edx-opaque-keys
|
448
449
|
# pyopenssl
|
@@ -10,17 +10,17 @@ asgiref==3.8.1
|
|
10
10
|
# via django
|
11
11
|
asn1crypto==1.5.1
|
12
12
|
# via snowflake-connector-python
|
13
|
-
awscli==1.40.
|
13
|
+
awscli==1.40.31
|
14
14
|
# via -r requirements/reporting.in
|
15
15
|
bcrypt==4.3.0
|
16
16
|
# via paramiko
|
17
17
|
billiard==4.2.1
|
18
18
|
# via celery
|
19
|
-
boto3==1.38.
|
19
|
+
boto3==1.38.32
|
20
20
|
# via
|
21
21
|
# -r requirements/reporting.in
|
22
22
|
# snowflake-connector-python
|
23
|
-
botocore==1.38.
|
23
|
+
botocore==1.38.32
|
24
24
|
# via
|
25
25
|
# awscli
|
26
26
|
# boto3
|
@@ -165,7 +165,7 @@ monotonic==1.6
|
|
165
165
|
# via py2neo
|
166
166
|
mysql-connector-python==9.3.0
|
167
167
|
# via -r requirements/base.in
|
168
|
-
numpy==2.
|
168
|
+
numpy==2.3.0
|
169
169
|
# via
|
170
170
|
# -r requirements/base.in
|
171
171
|
# pandas
|
@@ -175,7 +175,7 @@ packaging==25.0
|
|
175
175
|
# py2neo
|
176
176
|
# pytest
|
177
177
|
# snowflake-connector-python
|
178
|
-
pandas==2.
|
178
|
+
pandas==2.3.0
|
179
179
|
# via -r requirements/base.in
|
180
180
|
pansi==2024.11.0
|
181
181
|
# via py2neo
|
@@ -204,7 +204,9 @@ pyasn1==0.6.1
|
|
204
204
|
pycparser==2.22
|
205
205
|
# via cffi
|
206
206
|
pygments==2.19.1
|
207
|
-
# via
|
207
|
+
# via
|
208
|
+
# py2neo
|
209
|
+
# pytest
|
208
210
|
pyjwt[crypto]==2.10.1
|
209
211
|
# via
|
210
212
|
# drf-jwt
|
@@ -221,7 +223,7 @@ pynacl==1.5.0
|
|
221
223
|
# paramiko
|
222
224
|
pyopenssl==25.1.0
|
223
225
|
# via snowflake-connector-python
|
224
|
-
pytest==8.
|
226
|
+
pytest==8.4.0
|
225
227
|
# via
|
226
228
|
# pytest-cov
|
227
229
|
# pytest-django
|
@@ -283,9 +285,9 @@ stevedore==5.4.1
|
|
283
285
|
# edx-opaque-keys
|
284
286
|
testfixtures==8.3.0
|
285
287
|
# via -r requirements/test.in
|
286
|
-
tomlkit==0.13.
|
288
|
+
tomlkit==0.13.3
|
287
289
|
# via snowflake-connector-python
|
288
|
-
typing-extensions==4.
|
290
|
+
typing-extensions==4.14.0
|
289
291
|
# via
|
290
292
|
# edx-opaque-keys
|
291
293
|
# pyopenssl
|
@@ -8,17 +8,17 @@ amqp==5.3.1
|
|
8
8
|
# via kombu
|
9
9
|
asn1crypto==1.5.1
|
10
10
|
# via snowflake-connector-python
|
11
|
-
awscli==1.40.
|
11
|
+
awscli==1.40.31
|
12
12
|
# via -r /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/reporting.in
|
13
13
|
bcrypt==4.3.0
|
14
14
|
# via paramiko
|
15
15
|
billiard==4.2.1
|
16
16
|
# via celery
|
17
|
-
boto3==1.38.
|
17
|
+
boto3==1.38.32
|
18
18
|
# via
|
19
19
|
# -r /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/reporting.in
|
20
20
|
# snowflake-connector-python
|
21
|
-
botocore==1.38.
|
21
|
+
botocore==1.38.32
|
22
22
|
# via
|
23
23
|
# awscli
|
24
24
|
# boto3
|
@@ -189,11 +189,11 @@ snowflake-connector-python==3.15.0
|
|
189
189
|
# via -r /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/reporting.in
|
190
190
|
sortedcontainers==2.4.0
|
191
191
|
# via snowflake-connector-python
|
192
|
-
tomlkit==0.13.
|
192
|
+
tomlkit==0.13.3
|
193
193
|
# via snowflake-connector-python
|
194
194
|
tox==4.26.0
|
195
195
|
# via -r requirements/test-reporting.in
|
196
|
-
typing-extensions==4.
|
196
|
+
typing-extensions==4.14.0
|
197
197
|
# via
|
198
198
|
# pyopenssl
|
199
199
|
# snowflake-connector-python
|
@@ -10,17 +10,17 @@ asgiref==3.8.1
|
|
10
10
|
# via django
|
11
11
|
asn1crypto==1.5.1
|
12
12
|
# via snowflake-connector-python
|
13
|
-
awscli==1.40.
|
13
|
+
awscli==1.40.31
|
14
14
|
# via -r requirements/reporting.in
|
15
15
|
bcrypt==4.3.0
|
16
16
|
# via paramiko
|
17
17
|
billiard==4.2.1
|
18
18
|
# via celery
|
19
|
-
boto3==1.38.
|
19
|
+
boto3==1.38.32
|
20
20
|
# via
|
21
21
|
# -r requirements/reporting.in
|
22
22
|
# snowflake-connector-python
|
23
|
-
botocore==1.38.
|
23
|
+
botocore==1.38.32
|
24
24
|
# via
|
25
25
|
# awscli
|
26
26
|
# boto3
|
@@ -70,7 +70,7 @@ cryptography==45.0.3
|
|
70
70
|
# snowflake-connector-python
|
71
71
|
ddt==1.7.2
|
72
72
|
# via -r requirements/test.in
|
73
|
-
django==4.2.
|
73
|
+
django==4.2.22
|
74
74
|
# via
|
75
75
|
# -c /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/common_constraints.txt
|
76
76
|
# -r requirements/base.in
|
@@ -163,7 +163,7 @@ monotonic==1.6
|
|
163
163
|
# via py2neo
|
164
164
|
mysql-connector-python==9.3.0
|
165
165
|
# via -r requirements/base.in
|
166
|
-
numpy==2.
|
166
|
+
numpy==2.3.0
|
167
167
|
# via
|
168
168
|
# -r requirements/base.in
|
169
169
|
# pandas
|
@@ -173,7 +173,7 @@ packaging==25.0
|
|
173
173
|
# py2neo
|
174
174
|
# pytest
|
175
175
|
# snowflake-connector-python
|
176
|
-
pandas==2.
|
176
|
+
pandas==2.3.0
|
177
177
|
# via -r requirements/base.in
|
178
178
|
pansi==2024.11.0
|
179
179
|
# via py2neo
|
@@ -202,7 +202,9 @@ pyasn1==0.6.1
|
|
202
202
|
pycparser==2.22
|
203
203
|
# via cffi
|
204
204
|
pygments==2.19.1
|
205
|
-
# via
|
205
|
+
# via
|
206
|
+
# py2neo
|
207
|
+
# pytest
|
206
208
|
pyjwt[crypto]==2.10.1
|
207
209
|
# via
|
208
210
|
# drf-jwt
|
@@ -219,7 +221,7 @@ pynacl==1.5.0
|
|
219
221
|
# paramiko
|
220
222
|
pyopenssl==25.1.0
|
221
223
|
# via snowflake-connector-python
|
222
|
-
pytest==8.
|
224
|
+
pytest==8.4.0
|
223
225
|
# via
|
224
226
|
# pytest-cov
|
225
227
|
# pytest-django
|
@@ -281,9 +283,9 @@ stevedore==5.4.1
|
|
281
283
|
# edx-opaque-keys
|
282
284
|
testfixtures==8.3.0
|
283
285
|
# via -r requirements/test.in
|
284
|
-
tomlkit==0.13.
|
286
|
+
tomlkit==0.13.3
|
285
287
|
# via snowflake-connector-python
|
286
|
-
typing-extensions==4.
|
288
|
+
typing-extensions==4.14.0
|
287
289
|
# via
|
288
290
|
# edx-opaque-keys
|
289
291
|
# pyopenssl
|
@@ -1 +0,0 @@
|
|
1
|
-
django==4.2.21
|
File without changes
|
File without changes
|
File without changes
|
{edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/edx_enterprise_data.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v0/__init__.py
RENAMED
File without changes
|
{edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v0/serializers.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v1/__init__.py
RENAMED
File without changes
|
{edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v1/serializers.py
RENAMED
File without changes
|
File without changes
|
{edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v1/views/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/api/v1/views/base.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/cache/__init__.py
RENAMED
File without changes
|
{edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/cache/decorators.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{edx_enterprise_data-10.16.4 → edx_enterprise_data-10.16.5}/enterprise_data/management/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|