edx-enterprise-data 10.16.9__tar.gz → 10.16.11__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.9 → edx_enterprise_data-10.16.11}/CHANGELOG.rst +6 -2
- {edx_enterprise_data-10.16.9/edx_enterprise_data.egg-info → edx_enterprise_data-10.16.11}/PKG-INFO +1 -1
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11/edx_enterprise_data.egg-info}/PKG-INFO +1 -1
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/__init__.py +1 -1
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/requirements/base.txt +9 -8
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/requirements/ci.txt +2 -2
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/requirements/common_constraints.txt +12 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/requirements/dev.txt +15 -8
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/requirements/pip.txt +2 -2
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/requirements/pip_tools.txt +1 -1
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/requirements/quality.txt +16 -9
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/requirements/test-master.txt +10 -9
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/requirements/test-reporting.txt +18 -18
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/requirements/test.txt +10 -9
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/LICENSE +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/MANIFEST.in +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/README.md +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/edx_enterprise_data.egg-info/SOURCES.txt +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/edx_enterprise_data.egg-info/dependency_links.txt +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/edx_enterprise_data.egg-info/not-zip-safe +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/edx_enterprise_data.egg-info/requires.txt +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/edx_enterprise_data.egg-info/top_level.txt +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/constants.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/data_loaders.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/filters/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/filters/base.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/filters/fact_completion_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/filters/fact_engagement_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/filters/fact_enrollment_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/filters/mixins.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/queries/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/queries/fact_engagement_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/queries/fact_enrollment_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/queries/skills_daily_rollup_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/query_filters/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/query_filters/base.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/query_filters/between.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/query_filters/equal.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/query_filters/in_.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/tables/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/tables/base.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/tables/fact_engagement_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/tables/fact_enrollment_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/tables/skills_daily_rollup_admin_dash.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/admin_analytics/database/utils.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/api/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/api/urls.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/api/v0/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/api/v0/serializers.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/api/v0/urls.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/api/v0/views.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/api/v1/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/api/v1/serializers.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/api/v1/urls.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/api/v1/views/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/api/v1/views/analytics_completions.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/api/v1/views/analytics_engagements.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/api/v1/views/analytics_enrollments.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/api/v1/views/analytics_leaderboard.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/api/v1/views/base.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/api/v1/views/enterprise_admin.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/api/v1/views/enterprise_learner.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/api/v1/views/enterprise_offers.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/apps.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/cache/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/cache/decorators.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/clients.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/constants.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/exceptions.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/filters.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/fixtures/enterprise_enrollment.json +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/fixtures/enterprise_user.json +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/management/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/management/commands/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/management/commands/create_dummy_data.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/management/commands/create_dummy_data_lpr_v1.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/management/commands/create_enterprise_enrollment.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/management/commands/create_enterprise_learner_enrollment_lpr_v1.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/management/commands/create_enterprise_learner_lpr_v1.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/management/commands/create_enterprise_offer.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/management/commands/create_enterprise_user.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/management/commands/pre_warm_analytics_cache.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/management/commands/tests/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/management/commands/tests/test_create_dummy_data_lpr_v1.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/management/commands/tests/test_create_enterprise_enrollment.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/management/commands/tests/test_create_enterprise_learner_enrollment_lpr_v1.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/management/commands/tests/test_create_enterprise_learner_lpr_v1.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/management/commands/tests/test_create_enterprise_user.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/management/commands/tests/test_pre_warm_analytics_cache.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0001_initial.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0002_auto_20180430_1358.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0003_auto_20180501_0603.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0004_auto_20180501_0928.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0004_auto_20180508_1652.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0005_auto_20180524_2204.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0006_auto_20180612_0336.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0007_auto_20180612_0534.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0008_auto_20180614_0108.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0009_auto_20180628_1152.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0010_enterpriseenrollment_created.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0011_enterpriseuser.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0012_auto_20180831_1930.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0013_auto_20180831_1931.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0014_enterpriseuser_created.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0015_auto_20180907_1757.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0016_auto_20180924_2138.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0017_enterpriseenrollment_unenrollment_timestamp.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0018_enterprisedatafeaturerole_enterprisedataroleassignment.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0019_add_enterprise_data_feature_roles.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0020_add_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0021_auto_20190329_1241.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0022_remove_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0023_enterpriselearner_enterpriselearnerenrollment.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0024_auto_20210602_1811.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0025_auto_20210703_1854.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0026_auto_20210916_0414.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0027_enterpriselearnerenrollment_total_learning_time_seconds.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0028_enterpriselearnerenrollment_offer_id.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0029_enterpriseoffer.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0030_auto_20230609_1353.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0031_auto_20230615_0705.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0032_auto_20230704_0818.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0033_enterpriseadminlearnerprogress_enterpriseadminsummarizeinsights.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0034_auto_20230907_0834.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0035_auto_20230907_1154.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0036_enterprisesubsidybudget_subsidy_access_policy_display_name.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0037_alter_enterpriseenrollment_consent_granted.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0038_enterpriseoffer_export_timestamp.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0039_auto_20240212_1403.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0040_auto_20240718_0536_squashed_0043_alter_enterpriselearnerenrollment_enterprise_enrollment_id.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0044_enterpriseexecedlcmoduleperformance.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0045_alter_enterpriseexecedlcmoduleperformance_options_and_more.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0046_enterprisegroupmembership.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0047_enterpriseexecedlcmoduleperformance_avg_after_lo_score_and_more.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/0048_alter_enterpriseexecedlcmoduleperformance_avg_after_lo_score_and_more.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/migrations/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/models.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/paginators.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/renderers.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/settings/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/settings/test.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/signals.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/admin_analytics/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/admin_analytics/mock_analytics_data.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/admin_analytics/mock_enrollments.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/admin_analytics/test_analytics_engagements.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/admin_analytics/test_analytics_enrollments.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/admin_analytics/test_analytics_leaderboard.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/admin_analytics/test_data_loaders.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/admin_analytics/test_enterprise_completions.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/api/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/api/v0/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/api/v0/test_serializers.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/api/v1/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/api/v1/test_serializers.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/api/v1/test_views.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/api/v1/views/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/api/v1/views/test_enterprise_admin.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/factories.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/mixins.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/test_clients.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/test_filters.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/test_models.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/test_utils.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/tests/test_views.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/urls.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data/utils.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data_roles/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data_roles/admin.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data_roles/apps.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data_roles/constants.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data_roles/migrations/0001_initial.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data_roles/migrations/0002_add_enterprise_data_feature_roles.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data_roles/migrations/0003_add_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data_roles/migrations/0004_enterprisedataroleassignment_enterprise_id.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data_roles/migrations/0005_turn_on_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data_roles/migrations/0006_remove_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data_roles/migrations/0007_enterprisedataroleassignment_applies_to_all_contexts.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data_roles/migrations/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data_roles/models.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data_roles/rules.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data_roles/tests/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data_roles/tests/factories.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_data_roles/tests/test_models.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/clients/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/clients/enterprise.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/clients/s3.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/clients/snowflake.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/clients/vertica.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/constants.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/delivery_method.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/external_resource_link_report.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/fixtures/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/fixtures/enterprise_customer_reporting.json +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/reporter.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/send_enterprise_reports.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/tests/__init__.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/tests/test_clients.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/tests/test_delivery_method.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/tests/test_enterprise_client.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/tests/test_external_link_report.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/tests/test_reporter.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/tests/test_send_enterprise_reports.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/tests/test_utils.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/tests/test_vertica_client.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/tests/utils.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/enterprise_reporting/utils.py +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/requirements/base.in +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/requirements/constraints.txt +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/requirements/django.txt +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/requirements/reporting.in +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/setup.cfg +0 -0
- {edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/setup.py +0 -0
@@ -16,9 +16,13 @@ Unreleased
|
|
16
16
|
|
17
17
|
=========================
|
18
18
|
|
19
|
-
[10.16.
|
19
|
+
[10.16.11] - 2025-07-03
|
20
20
|
---------------------
|
21
|
-
* chore: upgrade
|
21
|
+
* chore: upgrade package version
|
22
|
+
|
23
|
+
[10.16.10] - 2025-07-03
|
24
|
+
---------------------
|
25
|
+
* chore: upgrade package version
|
22
26
|
|
23
27
|
[10.16.8] - 2025-06-16
|
24
28
|
---------------------
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# This file is autogenerated by pip-compile with Python 3.
|
2
|
+
# This file is autogenerated by pip-compile with Python 3.11
|
3
3
|
# by the following command:
|
4
4
|
#
|
5
5
|
# make upgrade
|
@@ -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.34
|
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.35
|
20
20
|
# via
|
21
21
|
# -r requirements/reporting.in
|
22
22
|
# snowflake-connector-python
|
23
|
-
botocore==1.38.
|
23
|
+
botocore==1.38.35
|
24
24
|
# via
|
25
25
|
# awscli
|
26
26
|
# boto3
|
@@ -28,7 +28,7 @@ botocore==1.38.36
|
|
28
28
|
# snowflake-connector-python
|
29
29
|
celery==5.3.6
|
30
30
|
# via -r requirements/reporting.in
|
31
|
-
certifi==2025.
|
31
|
+
certifi==2025.4.26
|
32
32
|
# via
|
33
33
|
# py2neo
|
34
34
|
# requests
|
@@ -68,7 +68,7 @@ cryptography==45.0.4
|
|
68
68
|
# snowflake-connector-python
|
69
69
|
django==4.2.23
|
70
70
|
# via
|
71
|
-
# -c
|
71
|
+
# -c requirements/common_constraints.txt
|
72
72
|
# -r requirements/base.in
|
73
73
|
# django-crum
|
74
74
|
# django-fernet-fields-v2
|
@@ -148,8 +148,9 @@ 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.2.6
|
152
152
|
# via
|
153
|
+
# -c requirements/common_constraints.txt
|
153
154
|
# -r requirements/base.in
|
154
155
|
# pandas
|
155
156
|
packaging==25.0
|
@@ -264,7 +265,7 @@ unicodecsv==0.14.1
|
|
264
265
|
# via -r requirements/reporting.in
|
265
266
|
urllib3==2.2.3
|
266
267
|
# via
|
267
|
-
# -c
|
268
|
+
# -c requirements/common_constraints.txt
|
268
269
|
# botocore
|
269
270
|
# py2neo
|
270
271
|
# requests
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# This file is autogenerated by pip-compile with Python 3.
|
2
|
+
# This file is autogenerated by pip-compile with Python 3.11
|
3
3
|
# by the following command:
|
4
4
|
#
|
5
5
|
# make upgrade
|
@@ -10,7 +10,7 @@ chardet==5.2.0
|
|
10
10
|
# via tox
|
11
11
|
colorama==0.4.6
|
12
12
|
# via tox
|
13
|
-
coverage==7.9.
|
13
|
+
coverage==7.9.0
|
14
14
|
# via -r requirements/ci.in
|
15
15
|
distlib==0.3.9
|
16
16
|
# via virtualenv
|
{edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/requirements/common_constraints.txt
RENAMED
@@ -1,4 +1,12 @@
|
|
1
1
|
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
|
2
10
|
# A central location for most common version constraints
|
3
11
|
# (across edx repos) for pip-installation.
|
4
12
|
#
|
@@ -30,3 +38,7 @@ pip<24.3
|
|
30
38
|
# Cause: https://github.com/openedx/edx-lint/issues/475
|
31
39
|
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
|
32
40
|
urllib3<2.3.0
|
41
|
+
|
42
|
+
# This is to allow Jenkins based jobs to run which is still using python 3.8
|
43
|
+
# This can be unpinned when our Jenkins environment is upgraded to python 3.12
|
44
|
+
numpy<2.3.0
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# This file is autogenerated by pip-compile with Python 3.
|
2
|
+
# This file is autogenerated by pip-compile with Python 3.11
|
3
3
|
# by the following command:
|
4
4
|
#
|
5
5
|
# make upgrade
|
@@ -14,17 +14,19 @@ astroid==3.3.10
|
|
14
14
|
# via
|
15
15
|
# pylint
|
16
16
|
# pylint-celery
|
17
|
-
awscli==1.40.
|
17
|
+
awscli==1.40.34
|
18
18
|
# via -r requirements/reporting.in
|
19
|
+
backports-tarfile==1.2.0
|
20
|
+
# via jaraco-context
|
19
21
|
bcrypt==4.3.0
|
20
22
|
# via paramiko
|
21
23
|
billiard==4.2.1
|
22
24
|
# via celery
|
23
|
-
boto3==1.38.
|
25
|
+
boto3==1.38.35
|
24
26
|
# via
|
25
27
|
# -r requirements/reporting.in
|
26
28
|
# snowflake-connector-python
|
27
|
-
botocore==1.38.
|
29
|
+
botocore==1.38.35
|
28
30
|
# via
|
29
31
|
# awscli
|
30
32
|
# boto3
|
@@ -36,7 +38,7 @@ cachetools==6.0.0
|
|
36
38
|
# via tox
|
37
39
|
celery==5.3.6
|
38
40
|
# via -r requirements/reporting.in
|
39
|
-
certifi==2025.
|
41
|
+
certifi==2025.4.26
|
40
42
|
# via
|
41
43
|
# py2neo
|
42
44
|
# requests
|
@@ -97,7 +99,7 @@ distlib==0.3.9
|
|
97
99
|
# via virtualenv
|
98
100
|
django==4.2.23
|
99
101
|
# via
|
100
|
-
# -c
|
102
|
+
# -c requirements/common_constraints.txt
|
101
103
|
# -r requirements/base.in
|
102
104
|
# django-crum
|
103
105
|
# django-fernet-fields-v2
|
@@ -179,6 +181,8 @@ idna==3.10
|
|
179
181
|
# via
|
180
182
|
# requests
|
181
183
|
# snowflake-connector-python
|
184
|
+
importlib-metadata==8.7.0
|
185
|
+
# via keyring
|
182
186
|
interchange==2021.0.4
|
183
187
|
# via py2neo
|
184
188
|
isort==6.0.1
|
@@ -231,8 +235,9 @@ mysql-connector-python==9.3.0
|
|
231
235
|
# via -r requirements/base.in
|
232
236
|
nh3==0.2.21
|
233
237
|
# via readme-renderer
|
234
|
-
numpy==2.
|
238
|
+
numpy==2.2.6
|
235
239
|
# via
|
240
|
+
# -c requirements/common_constraints.txt
|
236
241
|
# -r requirements/base.in
|
237
242
|
# pandas
|
238
243
|
packaging==25.0
|
@@ -425,7 +430,7 @@ unicodecsv==0.14.1
|
|
425
430
|
# via -r requirements/reporting.in
|
426
431
|
urllib3==2.2.3
|
427
432
|
# via
|
428
|
-
# -c
|
433
|
+
# -c requirements/common_constraints.txt
|
429
434
|
# botocore
|
430
435
|
# py2neo
|
431
436
|
# requests
|
@@ -445,6 +450,8 @@ wheel==0.45.1
|
|
445
450
|
# via
|
446
451
|
# -r requirements/dev-enterprise_data.in
|
447
452
|
# pip-tools
|
453
|
+
zipp==3.23.0
|
454
|
+
# via importlib-metadata
|
448
455
|
|
449
456
|
# The following packages are considered to be unsafe in a requirements file:
|
450
457
|
# pip
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# This file is autogenerated by pip-compile with Python 3.
|
2
|
+
# This file is autogenerated by pip-compile with Python 3.11
|
3
3
|
# by the following command:
|
4
4
|
#
|
5
5
|
# make upgrade
|
@@ -10,7 +10,7 @@ wheel==0.45.1
|
|
10
10
|
# The following packages are considered to be unsafe in a requirements file:
|
11
11
|
pip==24.2
|
12
12
|
# via
|
13
|
-
# -c
|
13
|
+
# -c requirements/common_constraints.txt
|
14
14
|
# -r requirements/pip.in
|
15
15
|
setuptools==80.9.0
|
16
16
|
# via -r requirements/pip.in
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# This file is autogenerated by pip-compile with Python 3.
|
2
|
+
# This file is autogenerated by pip-compile with Python 3.11
|
3
3
|
# by the following command:
|
4
4
|
#
|
5
5
|
# make upgrade
|
@@ -14,17 +14,19 @@ astroid==3.3.10
|
|
14
14
|
# via
|
15
15
|
# pylint
|
16
16
|
# pylint-celery
|
17
|
-
awscli==1.40.
|
17
|
+
awscli==1.40.34
|
18
18
|
# via -r requirements/reporting.in
|
19
|
+
backports-tarfile==1.2.0
|
20
|
+
# via jaraco-context
|
19
21
|
bcrypt==4.3.0
|
20
22
|
# via paramiko
|
21
23
|
billiard==4.2.1
|
22
24
|
# via celery
|
23
|
-
boto3==1.38.
|
25
|
+
boto3==1.38.35
|
24
26
|
# via
|
25
27
|
# -r requirements/reporting.in
|
26
28
|
# snowflake-connector-python
|
27
|
-
botocore==1.38.
|
29
|
+
botocore==1.38.35
|
28
30
|
# via
|
29
31
|
# awscli
|
30
32
|
# boto3
|
@@ -36,7 +38,7 @@ cachetools==6.0.0
|
|
36
38
|
# via tox
|
37
39
|
celery==5.3.6
|
38
40
|
# via -r requirements/reporting.in
|
39
|
-
certifi==2025.
|
41
|
+
certifi==2025.4.26
|
40
42
|
# via
|
41
43
|
# py2neo
|
42
44
|
# requests
|
@@ -79,7 +81,7 @@ colorama==0.4.6
|
|
79
81
|
# via
|
80
82
|
# awscli
|
81
83
|
# tox
|
82
|
-
coverage[toml]==7.9.
|
84
|
+
coverage[toml]==7.9.0
|
83
85
|
# via pytest-cov
|
84
86
|
cryptography==45.0.4
|
85
87
|
# via
|
@@ -101,7 +103,7 @@ distlib==0.3.9
|
|
101
103
|
# via virtualenv
|
102
104
|
django==4.2.23
|
103
105
|
# via
|
104
|
-
# -c
|
106
|
+
# -c requirements/common_constraints.txt
|
105
107
|
# -r requirements/base.in
|
106
108
|
# django-crum
|
107
109
|
# django-fernet-fields-v2
|
@@ -190,6 +192,8 @@ idna==3.10
|
|
190
192
|
# via
|
191
193
|
# requests
|
192
194
|
# snowflake-connector-python
|
195
|
+
importlib-metadata==8.7.0
|
196
|
+
# via keyring
|
193
197
|
iniconfig==2.1.0
|
194
198
|
# via pytest
|
195
199
|
interchange==2021.0.4
|
@@ -246,8 +250,9 @@ mysql-connector-python==9.3.0
|
|
246
250
|
# via -r requirements/base.in
|
247
251
|
nh3==0.2.21
|
248
252
|
# via readme-renderer
|
249
|
-
numpy==2.
|
253
|
+
numpy==2.2.6
|
250
254
|
# via
|
255
|
+
# -c requirements/common_constraints.txt
|
251
256
|
# -r requirements/base.in
|
252
257
|
# pandas
|
253
258
|
packaging==25.0
|
@@ -459,7 +464,7 @@ unicodecsv==0.14.1
|
|
459
464
|
# via -r requirements/reporting.in
|
460
465
|
urllib3==2.2.3
|
461
466
|
# via
|
462
|
-
# -c
|
467
|
+
# -c requirements/common_constraints.txt
|
463
468
|
# botocore
|
464
469
|
# py2neo
|
465
470
|
# requests
|
@@ -480,6 +485,8 @@ wheel==0.45.1
|
|
480
485
|
# via
|
481
486
|
# -r requirements/dev-enterprise_data.in
|
482
487
|
# pip-tools
|
488
|
+
zipp==3.23.0
|
489
|
+
# via importlib-metadata
|
483
490
|
|
484
491
|
# The following packages are considered to be unsafe in a requirements file:
|
485
492
|
# pip
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# This file is autogenerated by pip-compile with Python 3.
|
2
|
+
# This file is autogenerated by pip-compile with Python 3.11
|
3
3
|
# by the following command:
|
4
4
|
#
|
5
5
|
# make upgrade
|
@@ -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.34
|
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.35
|
20
20
|
# via
|
21
21
|
# -r requirements/reporting.in
|
22
22
|
# snowflake-connector-python
|
23
|
-
botocore==1.38.
|
23
|
+
botocore==1.38.35
|
24
24
|
# via
|
25
25
|
# awscli
|
26
26
|
# boto3
|
@@ -28,7 +28,7 @@ botocore==1.38.36
|
|
28
28
|
# snowflake-connector-python
|
29
29
|
celery==5.3.6
|
30
30
|
# via -r requirements/reporting.in
|
31
|
-
certifi==2025.
|
31
|
+
certifi==2025.4.26
|
32
32
|
# via
|
33
33
|
# py2neo
|
34
34
|
# requests
|
@@ -57,7 +57,7 @@ click-repl==0.3.0
|
|
57
57
|
# via celery
|
58
58
|
colorama==0.4.6
|
59
59
|
# via awscli
|
60
|
-
coverage[toml]==7.9.
|
60
|
+
coverage[toml]==7.9.0
|
61
61
|
# via pytest-cov
|
62
62
|
cryptography==45.0.4
|
63
63
|
# via
|
@@ -71,7 +71,7 @@ cryptography==45.0.4
|
|
71
71
|
ddt==1.7.2
|
72
72
|
# via -r requirements/test.in
|
73
73
|
# via
|
74
|
-
# -c
|
74
|
+
# -c requirements/common_constraints.txt
|
75
75
|
# -r requirements/base.in
|
76
76
|
# -r requirements/test-master.in
|
77
77
|
# django-crum
|
@@ -165,8 +165,9 @@ 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.2.6
|
169
169
|
# via
|
170
|
+
# -c requirements/common_constraints.txt
|
170
171
|
# -r requirements/base.in
|
171
172
|
# pandas
|
172
173
|
packaging==25.0
|
@@ -304,7 +305,7 @@ unicodecsv==0.14.1
|
|
304
305
|
# via -r requirements/reporting.in
|
305
306
|
urllib3==2.2.3
|
306
307
|
# via
|
307
|
-
# -c
|
308
|
+
# -c requirements/common_constraints.txt
|
308
309
|
# botocore
|
309
310
|
# py2neo
|
310
311
|
# requests
|
{edx_enterprise_data-10.16.9 → edx_enterprise_data-10.16.11}/requirements/test-reporting.txt
RENAMED
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# This file is autogenerated by pip-compile with Python 3.
|
2
|
+
# This file is autogenerated by pip-compile with Python 3.11
|
3
3
|
# by the following command:
|
4
4
|
#
|
5
5
|
# make upgrade
|
@@ -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.
|
12
|
-
# via -r
|
11
|
+
awscli==1.40.34
|
12
|
+
# via -r 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.35
|
18
18
|
# via
|
19
|
-
# -r
|
19
|
+
# -r requirements/reporting.in
|
20
20
|
# snowflake-connector-python
|
21
|
-
botocore==1.38.
|
21
|
+
botocore==1.38.35
|
22
22
|
# via
|
23
23
|
# awscli
|
24
24
|
# boto3
|
@@ -27,8 +27,8 @@ botocore==1.38.36
|
|
27
27
|
cachetools==6.0.0
|
28
28
|
# via tox
|
29
29
|
celery==5.3.6
|
30
|
-
# via -r
|
31
|
-
certifi==2025.
|
30
|
+
# via -r requirements/reporting.in
|
31
|
+
certifi==2025.4.26
|
32
32
|
# via
|
33
33
|
# py2neo
|
34
34
|
# requests
|
@@ -60,11 +60,11 @@ colorama==0.4.6
|
|
60
60
|
# via
|
61
61
|
# awscli
|
62
62
|
# tox
|
63
|
-
coverage[toml]==7.9.
|
63
|
+
coverage[toml]==7.9.0
|
64
64
|
# via pytest-cov
|
65
65
|
cryptography==45.0.4
|
66
66
|
# via
|
67
|
-
# -r
|
67
|
+
# -r requirements/reporting.in
|
68
68
|
# paramiko
|
69
69
|
# pgpy
|
70
70
|
# pyopenssl
|
@@ -109,11 +109,11 @@ packaging==25.0
|
|
109
109
|
pansi==2024.11.0
|
110
110
|
# via py2neo
|
111
111
|
paramiko==3.5.1
|
112
|
-
# via -r
|
112
|
+
# via -r requirements/reporting.in
|
113
113
|
pbr==6.1.1
|
114
114
|
# via mock
|
115
115
|
pgpy==0.6.0
|
116
|
-
# via -r
|
116
|
+
# via -r requirements/reporting.in
|
117
117
|
pillow==11.2.1
|
118
118
|
# via pansi
|
119
119
|
platformdirs==4.3.8
|
@@ -128,7 +128,7 @@ pluggy==1.6.0
|
|
128
128
|
prompt-toolkit==3.0.51
|
129
129
|
# via click-repl
|
130
130
|
py2neo @ https://github.com/overhangio/py2neo/releases/download/2021.2.3/py2neo-2021.2.3.tar.gz
|
131
|
-
# via -r
|
131
|
+
# via -r requirements/reporting.in
|
132
132
|
pyasn1==0.6.1
|
133
133
|
# via
|
134
134
|
# pgpy
|
@@ -140,7 +140,7 @@ pygments==2.19.1
|
|
140
140
|
pyjwt==2.10.1
|
141
141
|
# via snowflake-connector-python
|
142
142
|
pyminizip==0.2.6
|
143
|
-
# via -r
|
143
|
+
# via -r requirements/reporting.in
|
144
144
|
pynacl==1.5.0
|
145
145
|
# via paramiko
|
146
146
|
pyopenssl==25.1.0
|
@@ -186,7 +186,7 @@ six==1.17.0
|
|
186
186
|
# python-dateutil
|
187
187
|
# vertica-python
|
188
188
|
snowflake-connector-python==3.15.0
|
189
|
-
# via -r
|
189
|
+
# via -r requirements/reporting.in
|
190
190
|
sortedcontainers==2.4.0
|
191
191
|
# via snowflake-connector-python
|
192
192
|
tomlkit==0.13.3
|
@@ -202,16 +202,16 @@ tzdata==2025.2
|
|
202
202
|
# celery
|
203
203
|
# kombu
|
204
204
|
unicodecsv==0.14.1
|
205
|
-
# via -r
|
205
|
+
# via -r requirements/reporting.in
|
206
206
|
urllib3==2.2.3
|
207
207
|
# via
|
208
|
-
# -c
|
208
|
+
# -c requirements/common_constraints.txt
|
209
209
|
# botocore
|
210
210
|
# py2neo
|
211
211
|
# requests
|
212
212
|
# responses
|
213
213
|
vertica-python==1.4.0
|
214
|
-
# via -r
|
214
|
+
# via -r requirements/reporting.in
|
215
215
|
vine==5.1.0
|
216
216
|
# via
|
217
217
|
# amqp
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# This file is autogenerated by pip-compile with Python 3.
|
2
|
+
# This file is autogenerated by pip-compile with Python 3.11
|
3
3
|
# by the following command:
|
4
4
|
#
|
5
5
|
# make upgrade
|
@@ -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.34
|
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.35
|
20
20
|
# via
|
21
21
|
# -r requirements/reporting.in
|
22
22
|
# snowflake-connector-python
|
23
|
-
botocore==1.38.
|
23
|
+
botocore==1.38.35
|
24
24
|
# via
|
25
25
|
# awscli
|
26
26
|
# boto3
|
@@ -28,7 +28,7 @@ botocore==1.38.36
|
|
28
28
|
# snowflake-connector-python
|
29
29
|
celery==5.3.6
|
30
30
|
# via -r requirements/reporting.in
|
31
|
-
certifi==2025.
|
31
|
+
certifi==2025.4.26
|
32
32
|
# via
|
33
33
|
# py2neo
|
34
34
|
# requests
|
@@ -57,7 +57,7 @@ click-repl==0.3.0
|
|
57
57
|
# via celery
|
58
58
|
colorama==0.4.6
|
59
59
|
# via awscli
|
60
|
-
coverage[toml]==7.9.
|
60
|
+
coverage[toml]==7.9.0
|
61
61
|
# via pytest-cov
|
62
62
|
cryptography==45.0.4
|
63
63
|
# via
|
@@ -72,7 +72,7 @@ ddt==1.7.2
|
|
72
72
|
# via -r requirements/test.in
|
73
73
|
django==4.2.23
|
74
74
|
# via
|
75
|
-
# -c
|
75
|
+
# -c requirements/common_constraints.txt
|
76
76
|
# -r requirements/base.in
|
77
77
|
# django-crum
|
78
78
|
# django-fernet-fields-v2
|
@@ -163,8 +163,9 @@ 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.2.6
|
167
167
|
# via
|
168
|
+
# -c requirements/common_constraints.txt
|
168
169
|
# -r requirements/base.in
|
169
170
|
# pandas
|
170
171
|
packaging==25.0
|
@@ -302,7 +303,7 @@ unicodecsv==0.14.1
|
|
302
303
|
# via -r requirements/reporting.in
|
303
304
|
urllib3==2.2.3
|
304
305
|
# via
|
305
|
-
# -c
|
306
|
+
# -c requirements/common_constraints.txt
|
306
307
|
# botocore
|
307
308
|
# py2neo
|
308
309
|
# requests
|
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
|