diff --git a/requirements/base.txt b/requirements/base.txt index 09aaa119..5efdd6dd 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -25,7 +25,7 @@ cachetools==5.5.1 # via -r requirements/base.in celery==5.4.0 # via -r requirements/base.in -certifi==2024.12.14 +certifi==2025.1.31 # via # requests # sentry-sdk diff --git a/requirements/dev.txt b/requirements/dev.txt index d30fc4cc..b68dc78f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -18,7 +18,7 @@ attrs==25.1.0 # via # glom # scriv -babel==2.16.0 +babel==2.17.0 # via sphinx billiard==4.2.1 # via celery @@ -37,7 +37,7 @@ cachetools==5.5.1 # via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in celery==5.4.0 # via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in -certifi==2024.12.14 +certifi==2025.1.31 # via # requests # sentry-sdk @@ -111,7 +111,7 @@ imagesize==1.4.1 # via sphinx iniconfig==2.0.0 # via pytest -isort==5.13.2 +isort==6.0.0 # via # -r requirements/dev.in # pylint @@ -179,7 +179,7 @@ pyjwt[crypto]==2.10.1 # via # github3-py # oauthlib -pylint==3.3.3 +pylint==3.3.4 # via # edx-lint # pylint-celery @@ -223,7 +223,7 @@ python-dotenv==1.0.1 # via -r requirements/dev.in python-slugify==8.0.4 # via code-annotations -pytz==2024.2 +pytz==2025.1 # via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/test.in pyyaml==6.0.2 # via diff --git a/requirements/doc.txt b/requirements/doc.txt index 6227083a..7006b2ff 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -6,9 +6,9 @@ # alabaster==1.0.0 # via sphinx -babel==2.16.0 +babel==2.17.0 # via sphinx -certifi==2024.12.14 +certifi==2025.1.31 # via requests charset-normalizer==3.4.1 # via requests diff --git a/requirements/test.txt b/requirements/test.txt index d4f07375..306779ac 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -12,7 +12,7 @@ arrow==1.3.0 # via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in attrs==25.1.0 # via glom -babel==2.16.0 +babel==2.17.0 # via sphinx billiard==4.2.1 # via celery @@ -29,7 +29,7 @@ cachetools==5.5.1 # via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in celery==5.4.0 # via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in -certifi==2024.12.14 +certifi==2025.1.31 # via # requests # sentry-sdk @@ -151,7 +151,7 @@ python-dateutil==2.9.0.post0 # celery # freezegun # github3-py -pytz==2024.2 +pytz==2025.1 # via -r requirements/test.in pyyaml==6.0.2 # via diff --git a/tests/repo_data/openedx/openedx-webhooks-data/salesforce-export.csv b/tests/repo_data/openedx/openedx-webhooks-data/salesforce-export.csv index f5ed6734..28a265f1 100644 --- a/tests/repo_data/openedx/openedx-webhooks-data/salesforce-export.csv +++ b/tests/repo_data/openedx/openedx-webhooks-data/salesforce-export.csv @@ -1,16 +1,16 @@ -"First Name","Last Name","Number of Active Ind. CLA Contracts","Title","Account Name","Number of Active Entity CLA Contracts","GitHub Username" -"Xavier","Antoviaque","","","OpenCraft","","antoviaque" -"Feanil","Patel","","","tCRIL","","feanil" -"Felipe","Montoya","","","EduNEXT","","felipemontoya" -"Holly","Hunter","","","Individual Contributors","","hollyhunter" -"John","Jarvis","","","Individual Contributors","","jarv" -"Joe","Contractor","","","Individual Contributors","","joecontractor" -"Matt","DuBose","","","edX","","mduboseedx" -"Mat","Peterson","","","Individual Contributors","","mmprandom" -"Ned","Batchelder","","","2U/edX","","nedbat" -"Peter","Pinch","","","MIT","","pdpinch" -"Piotr","Mitros","","","edX","","pmitros" -"H.I.","Mcdunnough","","","","","raisingarizona" -"Johnny","Brown","","","OpenCraft","","theJohnnyBrown" -"Bertrand","Marron","","","IONISx","","tusbar" -"Test","Testerson","","","Individual Contributors","","test-test" +"First Name","Last Name","Number of Active Ind. CLA Contracts","Title","Account Name","Number of Active Entity CLA Contracts","GitHub Username","Is Core Contributor" +"Xavier","Antoviaque","","","OpenCraft","","antoviaque","1" +"Feanil","Patel","","","tCRIL","","feanil","1" +"Felipe","Montoya","","","EduNEXT","","felipemontoya","1" +"Holly","Hunter","","","Individual Contributors","","hollyhunter","0" +"John","Jarvis","","","Individual Contributors","","jarv","0" +"Joe","Contractor","","","Individual Contributors","","joecontractor","0" +"Matt","DuBose","","","edX","","mduboseedx","0" +"Mat","Peterson","","","Individual Contributors","","mmprandom","0" +"Ned","Batchelder","","","2U/edX","","nedbat","0" +"Peter","Pinch","","","MIT","","pdpinch","1" +"Piotr","Mitros","","","edX","","pmitros","0" +"H.I.","Mcdunnough","","","","","raisingarizona","0" +"Johnny","Brown","","","OpenCraft","","theJohnnyBrown","0" +"Bertrand","Marron","","","IONISx","","tusbar","0" +"Test","Testerson","","","Individual Contributors","","test-test","0"