Skip to content

Commit 41896f0

Browse files
Update icalendar requirement from ==6.1.* to ==6.3.* in /server (#338)
Updates the requirements on [icalendar](https://github.com/collective/icalendar) to permit the latest version. - [Release notes](https://github.com/collective/icalendar/releases) - [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst) - [Commits](collective/icalendar@v6.1.0...v6.3.0) --- updated-dependencies: - dependency-name: icalendar dependency-version: 6.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5537e6 commit 41896f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ django-formset-js-improved
1313
django-multifactor==0.8.2
1414
djangorestframework==3.16.*
1515
emoji==2.14.*
16-
icalendar==6.1.*
16+
icalendar==6.3.*
1717
lxml==5.4.*
1818
matplotlib==3.9.*
1919
numpy==2.0.*

0 commit comments

Comments
 (0)