edx-enterprise-data 10.16.0__tar.gz → 10.16.1__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.0 → edx_enterprise_data-10.16.1}/CHANGELOG.rst +4 -0
- {edx_enterprise_data-10.16.0/edx_enterprise_data.egg-info → edx_enterprise_data-10.16.1}/PKG-INFO +1 -1
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1/edx_enterprise_data.egg-info}/PKG-INFO +1 -1
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/__init__.py +1 -1
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/requirements/base.txt +8 -8
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/requirements/dev.txt +10 -10
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/requirements/pip.txt +1 -1
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/requirements/quality.txt +10 -10
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/requirements/test-master.txt +8 -8
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/requirements/test-reporting.txt +6 -6
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/requirements/test.txt +8 -8
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/LICENSE +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/MANIFEST.in +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/README.md +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/edx_enterprise_data.egg-info/SOURCES.txt +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/edx_enterprise_data.egg-info/dependency_links.txt +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/edx_enterprise_data.egg-info/not-zip-safe +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/edx_enterprise_data.egg-info/requires.txt +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/edx_enterprise_data.egg-info/top_level.txt +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/constants.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/data_loaders.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/filters/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/filters/base.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/filters/fact_completion_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/filters/fact_engagement_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/filters/fact_enrollment_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/filters/mixins.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/queries/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/queries/fact_engagement_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/queries/fact_enrollment_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/queries/skills_daily_rollup_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/query_filters/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/query_filters/base.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/query_filters/between.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/query_filters/equal.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/query_filters/in_.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/tables/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/tables/base.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/tables/fact_engagement_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/tables/fact_enrollment_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/tables/skills_daily_rollup_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/admin_analytics/database/utils.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/urls.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v0/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v0/serializers.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v0/urls.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v0/views.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v1/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v1/serializers.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v1/urls.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v1/views/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v1/views/analytics_completions.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v1/views/analytics_engagements.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v1/views/analytics_enrollments.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v1/views/analytics_leaderboard.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v1/views/base.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v1/views/enterprise_admin.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v1/views/enterprise_learner.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v1/views/enterprise_offers.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/apps.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/cache/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/cache/decorators.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/clients.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/constants.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/exceptions.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/filters.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/fixtures/enterprise_enrollment.json +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/fixtures/enterprise_user.json +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/management/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/management/commands/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/management/commands/create_dummy_data.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/management/commands/create_dummy_data_lpr_v1.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/management/commands/create_enterprise_enrollment.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/management/commands/create_enterprise_learner_enrollment_lpr_v1.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/management/commands/create_enterprise_learner_lpr_v1.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/management/commands/create_enterprise_offer.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/management/commands/create_enterprise_user.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/management/commands/pre_warm_analytics_cache.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/management/commands/tests/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/management/commands/tests/test_create_dummy_data_lpr_v1.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/management/commands/tests/test_create_enterprise_enrollment.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/management/commands/tests/test_create_enterprise_learner_enrollment_lpr_v1.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/management/commands/tests/test_create_enterprise_learner_lpr_v1.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/management/commands/tests/test_create_enterprise_user.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/management/commands/tests/test_pre_warm_analytics_cache.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0001_initial.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0002_auto_20180430_1358.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0003_auto_20180501_0603.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0004_auto_20180501_0928.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0004_auto_20180508_1652.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0005_auto_20180524_2204.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0006_auto_20180612_0336.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0007_auto_20180612_0534.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0008_auto_20180614_0108.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0009_auto_20180628_1152.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0010_enterpriseenrollment_created.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0011_enterpriseuser.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0012_auto_20180831_1930.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0013_auto_20180831_1931.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0014_enterpriseuser_created.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0015_auto_20180907_1757.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0016_auto_20180924_2138.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0017_enterpriseenrollment_unenrollment_timestamp.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0018_enterprisedatafeaturerole_enterprisedataroleassignment.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0019_add_enterprise_data_feature_roles.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0020_add_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0021_auto_20190329_1241.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0022_remove_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0023_enterpriselearner_enterpriselearnerenrollment.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0024_auto_20210602_1811.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0025_auto_20210703_1854.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0026_auto_20210916_0414.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0027_enterpriselearnerenrollment_total_learning_time_seconds.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0028_enterpriselearnerenrollment_offer_id.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0029_enterpriseoffer.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0030_auto_20230609_1353.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0031_auto_20230615_0705.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0032_auto_20230704_0818.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0033_enterpriseadminlearnerprogress_enterpriseadminsummarizeinsights.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0034_auto_20230907_0834.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0035_auto_20230907_1154.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0036_enterprisesubsidybudget_subsidy_access_policy_display_name.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0037_alter_enterpriseenrollment_consent_granted.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0038_enterpriseoffer_export_timestamp.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0039_auto_20240212_1403.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0040_auto_20240718_0536_squashed_0043_alter_enterpriselearnerenrollment_enterprise_enrollment_id.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0044_enterpriseexecedlcmoduleperformance.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0045_alter_enterpriseexecedlcmoduleperformance_options_and_more.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0046_enterprisegroupmembership.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0047_enterpriseexecedlcmoduleperformance_avg_after_lo_score_and_more.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/0048_alter_enterpriseexecedlcmoduleperformance_avg_after_lo_score_and_more.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/migrations/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/models.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/paginators.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/renderers.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/settings/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/settings/test.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/signals.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/admin_analytics/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/admin_analytics/mock_analytics_data.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/admin_analytics/mock_enrollments.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/admin_analytics/test_analytics_engagements.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/admin_analytics/test_analytics_enrollments.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/admin_analytics/test_analytics_leaderboard.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/admin_analytics/test_data_loaders.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/admin_analytics/test_enterprise_completions.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/api/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/api/v0/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/api/v0/test_serializers.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/api/v1/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/api/v1/test_serializers.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/api/v1/test_views.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/api/v1/views/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/api/v1/views/test_enterprise_admin.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/factories.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/mixins.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/test_clients.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/test_filters.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/test_models.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/test_utils.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/tests/test_views.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/urls.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/utils.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data_roles/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data_roles/admin.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data_roles/apps.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data_roles/constants.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data_roles/migrations/0001_initial.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data_roles/migrations/0002_add_enterprise_data_feature_roles.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data_roles/migrations/0003_add_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data_roles/migrations/0004_enterprisedataroleassignment_enterprise_id.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data_roles/migrations/0005_turn_on_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data_roles/migrations/0006_remove_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data_roles/migrations/0007_enterprisedataroleassignment_applies_to_all_contexts.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data_roles/migrations/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data_roles/models.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data_roles/rules.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data_roles/tests/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data_roles/tests/factories.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data_roles/tests/test_models.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/clients/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/clients/enterprise.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/clients/s3.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/clients/snowflake.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/clients/vertica.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/constants.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/delivery_method.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/external_resource_link_report.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/fixtures/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/fixtures/enterprise_customer_reporting.json +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/reporter.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/send_enterprise_reports.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/tests/__init__.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/tests/test_clients.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/tests/test_delivery_method.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/tests/test_enterprise_client.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/tests/test_external_link_report.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/tests/test_reporter.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/tests/test_send_enterprise_reports.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/tests/test_utils.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/tests/test_vertica_client.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/tests/utils.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_reporting/utils.py +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/requirements/base.in +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/requirements/ci.txt +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/requirements/common_constraints.txt +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/requirements/constraints.txt +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/requirements/django.txt +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/requirements/pip_tools.txt +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/requirements/reporting.in +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/setup.cfg +0 -0
- {edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/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.7
|
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.8
|
20
20
|
# via
|
21
21
|
# -r requirements/reporting.in
|
22
22
|
# snowflake-connector-python
|
23
|
-
botocore==1.38.
|
23
|
+
botocore==1.38.8
|
24
24
|
# via
|
25
25
|
# awscli
|
26
26
|
# boto3
|
@@ -38,7 +38,7 @@ cffi==1.17.1
|
|
38
38
|
# cryptography
|
39
39
|
# pynacl
|
40
40
|
# snowflake-connector-python
|
41
|
-
charset-normalizer==3.4.
|
41
|
+
charset-normalizer==3.4.2
|
42
42
|
# via
|
43
43
|
# requests
|
44
44
|
# snowflake-connector-python
|
@@ -57,7 +57,7 @@ click-repl==0.3.0
|
|
57
57
|
# via celery
|
58
58
|
colorama==0.4.6
|
59
59
|
# via awscli
|
60
|
-
cryptography==44.0.
|
60
|
+
cryptography==44.0.3
|
61
61
|
# via
|
62
62
|
# -r requirements/reporting.in
|
63
63
|
# django-fernet-fields-v2
|
@@ -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
|
-
newrelic==10.
|
151
|
+
newrelic==10.11.0
|
152
152
|
# via edx-django-utils
|
153
153
|
numpy==2.2.5
|
154
154
|
# via
|
@@ -194,7 +194,7 @@ pyjwt[crypto]==2.10.1
|
|
194
194
|
# snowflake-connector-python
|
195
195
|
pyminizip==0.2.6
|
196
196
|
# via -r requirements/reporting.in
|
197
|
-
pymongo==4.12.
|
197
|
+
pymongo==4.12.1
|
198
198
|
# via edx-opaque-keys
|
199
199
|
pynacl==1.5.0
|
200
200
|
# via
|
@@ -238,7 +238,7 @@ six==1.17.0
|
|
238
238
|
# py2neo
|
239
239
|
# python-dateutil
|
240
240
|
# vertica-python
|
241
|
-
snowflake-connector-python==3.
|
241
|
+
snowflake-connector-python==3.15.0
|
242
242
|
# via -r requirements/reporting.in
|
243
243
|
sortedcontainers==2.4.0
|
244
244
|
# via snowflake-connector-python
|
@@ -14,17 +14,17 @@ astroid==3.3.9
|
|
14
14
|
# via
|
15
15
|
# pylint
|
16
16
|
# pylint-celery
|
17
|
-
awscli==1.40.
|
17
|
+
awscli==1.40.7
|
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.8
|
24
24
|
# via
|
25
25
|
# -r requirements/reporting.in
|
26
26
|
# snowflake-connector-python
|
27
|
-
botocore==1.38.
|
27
|
+
botocore==1.38.8
|
28
28
|
# via
|
29
29
|
# awscli
|
30
30
|
# boto3
|
@@ -50,7 +50,7 @@ chardet==5.2.0
|
|
50
50
|
# via
|
51
51
|
# diff-cover
|
52
52
|
# tox
|
53
|
-
charset-normalizer==3.4.
|
53
|
+
charset-normalizer==3.4.2
|
54
54
|
# via
|
55
55
|
# requests
|
56
56
|
# snowflake-connector-python
|
@@ -79,7 +79,7 @@ colorama==0.4.6
|
|
79
79
|
# via
|
80
80
|
# awscli
|
81
81
|
# tox
|
82
|
-
cryptography==44.0.
|
82
|
+
cryptography==44.0.3
|
83
83
|
# via
|
84
84
|
# -r requirements/reporting.in
|
85
85
|
# django-fernet-fields-v2
|
@@ -150,7 +150,7 @@ edx-drf-extensions==10.6.0
|
|
150
150
|
# via
|
151
151
|
# -r requirements/base.in
|
152
152
|
# edx-rbac
|
153
|
-
edx-i18n-tools==1.
|
153
|
+
edx-i18n-tools==1.9.0
|
154
154
|
# via -r requirements/dev-enterprise_data.in
|
155
155
|
edx-lint==5.6.0
|
156
156
|
# via
|
@@ -229,7 +229,7 @@ more-itertools==10.7.0
|
|
229
229
|
# jaraco-functools
|
230
230
|
mysql-connector-python==9.3.0
|
231
231
|
# via -r requirements/base.in
|
232
|
-
newrelic==10.
|
232
|
+
newrelic==10.11.0
|
233
233
|
# via edx-django-utils
|
234
234
|
nh3==0.2.21
|
235
235
|
# via readme-renderer
|
@@ -301,7 +301,7 @@ pyjwt[crypto]==2.10.1
|
|
301
301
|
# edx-drf-extensions
|
302
302
|
# edx-rest-api-client
|
303
303
|
# snowflake-connector-python
|
304
|
-
pylint==3.3.
|
304
|
+
pylint==3.3.7
|
305
305
|
# via
|
306
306
|
# edx-lint
|
307
307
|
# pylint-celery
|
@@ -317,7 +317,7 @@ pylint-plugin-utils==0.8.2
|
|
317
317
|
# pylint-django
|
318
318
|
pyminizip==0.2.6
|
319
319
|
# via -r requirements/reporting.in
|
320
|
-
pymongo==4.12.
|
320
|
+
pymongo==4.12.1
|
321
321
|
# via edx-opaque-keys
|
322
322
|
pynacl==1.5.0
|
323
323
|
# via
|
@@ -388,7 +388,7 @@ six==1.17.0
|
|
388
388
|
# vertica-python
|
389
389
|
snowballstemmer==2.2.0
|
390
390
|
# via pydocstyle
|
391
|
-
snowflake-connector-python==3.
|
391
|
+
snowflake-connector-python==3.15.0
|
392
392
|
# via -r requirements/reporting.in
|
393
393
|
sortedcontainers==2.4.0
|
394
394
|
# via snowflake-connector-python
|
@@ -14,17 +14,17 @@ astroid==3.3.9
|
|
14
14
|
# via
|
15
15
|
# pylint
|
16
16
|
# pylint-celery
|
17
|
-
awscli==1.40.
|
17
|
+
awscli==1.40.7
|
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.8
|
24
24
|
# via
|
25
25
|
# -r requirements/reporting.in
|
26
26
|
# snowflake-connector-python
|
27
|
-
botocore==1.38.
|
27
|
+
botocore==1.38.8
|
28
28
|
# via
|
29
29
|
# awscli
|
30
30
|
# boto3
|
@@ -50,7 +50,7 @@ chardet==5.2.0
|
|
50
50
|
# via
|
51
51
|
# diff-cover
|
52
52
|
# tox
|
53
|
-
charset-normalizer==3.4.
|
53
|
+
charset-normalizer==3.4.2
|
54
54
|
# via
|
55
55
|
# requests
|
56
56
|
# snowflake-connector-python
|
@@ -81,7 +81,7 @@ colorama==0.4.6
|
|
81
81
|
# tox
|
82
82
|
coverage[toml]==7.8.0
|
83
83
|
# via pytest-cov
|
84
|
-
cryptography==44.0.
|
84
|
+
cryptography==44.0.3
|
85
85
|
# via
|
86
86
|
# -r requirements/reporting.in
|
87
87
|
# django-fernet-fields-v2
|
@@ -155,7 +155,7 @@ edx-drf-extensions==10.6.0
|
|
155
155
|
# via
|
156
156
|
# -r requirements/base.in
|
157
157
|
# edx-rbac
|
158
|
-
edx-i18n-tools==1.
|
158
|
+
edx-i18n-tools==1.9.0
|
159
159
|
# via -r requirements/dev-enterprise_data.in
|
160
160
|
edx-lint==5.6.0
|
161
161
|
# via
|
@@ -244,7 +244,7 @@ more-itertools==10.7.0
|
|
244
244
|
# jaraco-functools
|
245
245
|
mysql-connector-python==9.3.0
|
246
246
|
# via -r requirements/base.in
|
247
|
-
newrelic==10.
|
247
|
+
newrelic==10.11.0
|
248
248
|
# via edx-django-utils
|
249
249
|
nh3==0.2.21
|
250
250
|
# via readme-renderer
|
@@ -318,7 +318,7 @@ pyjwt[crypto]==2.10.1
|
|
318
318
|
# edx-drf-extensions
|
319
319
|
# edx-rest-api-client
|
320
320
|
# snowflake-connector-python
|
321
|
-
pylint==3.3.
|
321
|
+
pylint==3.3.7
|
322
322
|
# via
|
323
323
|
# edx-lint
|
324
324
|
# pylint-celery
|
@@ -334,7 +334,7 @@ pylint-plugin-utils==0.8.2
|
|
334
334
|
# pylint-django
|
335
335
|
pyminizip==0.2.6
|
336
336
|
# via -r requirements/reporting.in
|
337
|
-
pymongo==4.12.
|
337
|
+
pymongo==4.12.1
|
338
338
|
# via edx-opaque-keys
|
339
339
|
pynacl==1.5.0
|
340
340
|
# via
|
@@ -418,7 +418,7 @@ six==1.17.0
|
|
418
418
|
# vertica-python
|
419
419
|
snowballstemmer==2.2.0
|
420
420
|
# via pydocstyle
|
421
|
-
snowflake-connector-python==3.
|
421
|
+
snowflake-connector-python==3.15.0
|
422
422
|
# via -r requirements/reporting.in
|
423
423
|
sortedcontainers==2.4.0
|
424
424
|
# via 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.7
|
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.8
|
20
20
|
# via
|
21
21
|
# -r requirements/reporting.in
|
22
22
|
# snowflake-connector-python
|
23
|
-
botocore==1.38.
|
23
|
+
botocore==1.38.8
|
24
24
|
# via
|
25
25
|
# awscli
|
26
26
|
# boto3
|
@@ -38,7 +38,7 @@ cffi==1.17.1
|
|
38
38
|
# cryptography
|
39
39
|
# pynacl
|
40
40
|
# snowflake-connector-python
|
41
|
-
charset-normalizer==3.4.
|
41
|
+
charset-normalizer==3.4.2
|
42
42
|
# via
|
43
43
|
# requests
|
44
44
|
# snowflake-connector-python
|
@@ -59,7 +59,7 @@ colorama==0.4.6
|
|
59
59
|
# via awscli
|
60
60
|
coverage[toml]==7.8.0
|
61
61
|
# via pytest-cov
|
62
|
-
cryptography==44.0.
|
62
|
+
cryptography==44.0.3
|
63
63
|
# via
|
64
64
|
# -r requirements/reporting.in
|
65
65
|
# django-fernet-fields-v2
|
@@ -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
|
-
newrelic==10.
|
168
|
+
newrelic==10.11.0
|
169
169
|
# via edx-django-utils
|
170
170
|
numpy==2.2.5
|
171
171
|
# via
|
@@ -214,7 +214,7 @@ pyjwt[crypto]==2.10.1
|
|
214
214
|
# snowflake-connector-python
|
215
215
|
pyminizip==0.2.6
|
216
216
|
# via -r requirements/reporting.in
|
217
|
-
pymongo==4.12.
|
217
|
+
pymongo==4.12.1
|
218
218
|
# via edx-opaque-keys
|
219
219
|
pynacl==1.5.0
|
220
220
|
# via
|
@@ -272,7 +272,7 @@ six==1.17.0
|
|
272
272
|
# py2neo
|
273
273
|
# python-dateutil
|
274
274
|
# vertica-python
|
275
|
-
snowflake-connector-python==3.
|
275
|
+
snowflake-connector-python==3.15.0
|
276
276
|
# via -r requirements/reporting.in
|
277
277
|
sortedcontainers==2.4.0
|
278
278
|
# via snowflake-connector-python
|
@@ -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.7
|
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.8
|
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.8
|
22
22
|
# via
|
23
23
|
# awscli
|
24
24
|
# boto3
|
@@ -40,7 +40,7 @@ cffi==1.17.1
|
|
40
40
|
# snowflake-connector-python
|
41
41
|
chardet==5.2.0
|
42
42
|
# via tox
|
43
|
-
charset-normalizer==3.4.
|
43
|
+
charset-normalizer==3.4.2
|
44
44
|
# via
|
45
45
|
# requests
|
46
46
|
# snowflake-connector-python
|
@@ -62,7 +62,7 @@ colorama==0.4.6
|
|
62
62
|
# tox
|
63
63
|
coverage[toml]==7.8.0
|
64
64
|
# via pytest-cov
|
65
|
-
cryptography==44.0.
|
65
|
+
cryptography==44.0.3
|
66
66
|
# via
|
67
67
|
# -r /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/reporting.in
|
68
68
|
# paramiko
|
@@ -184,7 +184,7 @@ six==1.17.0
|
|
184
184
|
# py2neo
|
185
185
|
# python-dateutil
|
186
186
|
# vertica-python
|
187
|
-
snowflake-connector-python==3.
|
187
|
+
snowflake-connector-python==3.15.0
|
188
188
|
# via -r /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/reporting.in
|
189
189
|
sortedcontainers==2.4.0
|
190
190
|
# via 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.7
|
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.8
|
20
20
|
# via
|
21
21
|
# -r requirements/reporting.in
|
22
22
|
# snowflake-connector-python
|
23
|
-
botocore==1.38.
|
23
|
+
botocore==1.38.8
|
24
24
|
# via
|
25
25
|
# awscli
|
26
26
|
# boto3
|
@@ -38,7 +38,7 @@ cffi==1.17.1
|
|
38
38
|
# cryptography
|
39
39
|
# pynacl
|
40
40
|
# snowflake-connector-python
|
41
|
-
charset-normalizer==3.4.
|
41
|
+
charset-normalizer==3.4.2
|
42
42
|
# via
|
43
43
|
# requests
|
44
44
|
# snowflake-connector-python
|
@@ -59,7 +59,7 @@ colorama==0.4.6
|
|
59
59
|
# via awscli
|
60
60
|
coverage[toml]==7.8.0
|
61
61
|
# via pytest-cov
|
62
|
-
cryptography==44.0.
|
62
|
+
cryptography==44.0.3
|
63
63
|
# via
|
64
64
|
# -r requirements/reporting.in
|
65
65
|
# django-fernet-fields-v2
|
@@ -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
|
-
newrelic==10.
|
166
|
+
newrelic==10.11.0
|
167
167
|
# via edx-django-utils
|
168
168
|
numpy==2.2.5
|
169
169
|
# via
|
@@ -212,7 +212,7 @@ pyjwt[crypto]==2.10.1
|
|
212
212
|
# snowflake-connector-python
|
213
213
|
pyminizip==0.2.6
|
214
214
|
# via -r requirements/reporting.in
|
215
|
-
pymongo==4.12.
|
215
|
+
pymongo==4.12.1
|
216
216
|
# via edx-opaque-keys
|
217
217
|
pynacl==1.5.0
|
218
218
|
# via
|
@@ -270,7 +270,7 @@ six==1.17.0
|
|
270
270
|
# py2neo
|
271
271
|
# python-dateutil
|
272
272
|
# vertica-python
|
273
|
-
snowflake-connector-python==3.
|
273
|
+
snowflake-connector-python==3.15.0
|
274
274
|
# via -r requirements/reporting.in
|
275
275
|
sortedcontainers==2.4.0
|
276
276
|
# via snowflake-connector-python
|
File without changes
|
File without changes
|
File without changes
|
{edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/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.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v0/__init__.py
RENAMED
File without changes
|
{edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v0/serializers.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v1/__init__.py
RENAMED
File without changes
|
{edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/enterprise_data/api/v1/serializers.py
RENAMED
File without changes
|
File without changes
|
{edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/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.0 → edx_enterprise_data-10.16.1}/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.0 → edx_enterprise_data-10.16.1}/enterprise_data/cache/__init__.py
RENAMED
File without changes
|
{edx_enterprise_data-10.16.0 → edx_enterprise_data-10.16.1}/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.0 → edx_enterprise_data-10.16.1}/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
|