Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Unpin icalendar constraint. #31590

Merged
merged 7 commits into from Jan 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions openedx/features/calendar_sync/tests/test_ics.py
Expand Up @@ -65,9 +65,9 @@ def expected_ics(self, *assignments):
METHOD:REQUEST
BEGIN:VEVENT
SUMMARY:{summary}
DTSTART;VALUE=DATE-TIME:{timedue}
DTSTART:{timedue}
DURATION:P0D
DTSTAMP;VALUE=DATE-TIME:20131003T082455Z
DTSTAMP:20131003T082455Z
UID:{uid}
SEQUENCE:{sequence}
DESCRIPTION:{summary} is due for {course}.
Expand Down
1 change: 0 additions & 1 deletion requirements/constraints.txt
Expand Up @@ -80,5 +80,4 @@ pytz==2022.2.1
# so adding following constraints and will unpin one by one.

django-ratelimit<4.0.0
icalendar==5.0.1
cryptography==38.0.4 # greater version has some issues.
2 changes: 1 addition & 1 deletion requirements/edx-sandbox/py38.txt
Expand Up @@ -28,7 +28,7 @@ lxml==4.9.2
# via
# -r requirements/edx-sandbox/py38.in
# openedx-calc
markupsafe==2.1.1
markupsafe==2.1.2
# via
# chem
# openedx-calc
Expand Down
8 changes: 3 additions & 5 deletions requirements/edx/base.txt
Expand Up @@ -597,10 +597,8 @@ html5lib==1.1
# via
# -r requirements/edx/base.in
# ora2
icalendar==5.0.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.in
icalendar==5.0.4
# via -r requirements/edx/base.in
idna==3.4
# via
# -r requirements/edx/paver.txt
Expand Down Expand Up @@ -699,7 +697,7 @@ markdown==3.3.7
# xblock-poll
markey==0.8
# via enmerkar-underscore
markupsafe==2.1.1
markupsafe==2.1.2
# via
# -r requirements/edx/paver.txt
# chem
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/coverage.txt
Expand Up @@ -12,7 +12,7 @@ diff-cover==7.3.0
# via -r requirements/edx/coverage.in
jinja2==3.1.2
# via diff-cover
markupsafe==2.1.1
markupsafe==2.1.2
# via jinja2
pluggy==1.0.0
# via diff-cover
Expand Down
10 changes: 4 additions & 6 deletions requirements/edx/development.txt
Expand Up @@ -709,7 +709,7 @@ execnet==1.9.0
# pytest-xdist
factory-boy==3.2.1
# via -r requirements/edx/testing.txt
faker==16.4.0
faker==16.6.0
# via
# -r requirements/edx/testing.txt
# factory-boy
Expand Down Expand Up @@ -771,10 +771,8 @@ html5lib==1.1
# ora2
httpretty==1.1.4
# via -r requirements/edx/testing.txt
icalendar==5.0.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/testing.txt
icalendar==5.0.4
# via -r requirements/edx/testing.txt
idna==3.4
# via
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -927,7 +925,7 @@ markey==0.8
# via
# -r requirements/edx/testing.txt
# enmerkar-underscore
markupsafe==2.1.1
markupsafe==2.1.2
# via
# -r requirements/edx/testing.txt
# chem
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Expand Up @@ -38,7 +38,7 @@ jinja2==3.1.2
# via
# code-annotations
# sphinx
markupsafe==2.1.1
markupsafe==2.1.2
# via jinja2
packaging==23.0
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/paver.txt
Expand Up @@ -18,7 +18,7 @@ lazy==1.5
# via -r requirements/edx/paver.in
libsass==0.10.0
# via -r requirements/edx/paver.in
markupsafe==2.1.1
markupsafe==2.1.2
# via -r requirements/edx/paver.in
mock==5.0.1
# via -r requirements/edx/paver.in
Expand Down
10 changes: 4 additions & 6 deletions requirements/edx/testing.txt
Expand Up @@ -683,7 +683,7 @@ execnet==1.9.0
# via pytest-xdist
factory-boy==3.2.1
# via -r requirements/edx/testing.in
faker==16.4.0
faker==16.6.0
# via factory-boy
fastapi==0.89.1
# via pact-python
Expand Down Expand Up @@ -737,10 +737,8 @@ html5lib==1.1
# ora2
httpretty==1.1.4
# via -r requirements/edx/testing.in
icalendar==5.0.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
icalendar==5.0.4
# via -r requirements/edx/base.txt
idna==3.4
# via
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -885,7 +883,7 @@ markey==0.8
# via
# -r requirements/edx/base.txt
# enmerkar-underscore
markupsafe==2.1.1
markupsafe==2.1.2
# via
# -r requirements/edx/base.txt
# -r requirements/edx/coverage.txt
Expand Down