Skip to content

Commit

Permalink
Update icalendar requirement from ==5.0.* to ==6.1.* in /server (#280)
Browse files Browse the repository at this point in the history
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@5.0.0a1...v6.1.0)

---
updated-dependencies:
- dependency-name: icalendar
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 096f3be commit 8793c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ django-formset-js-improved
django-multifactor==0.7.2
djangorestframework==3.15.*
emoji==2.14.*
icalendar==5.0.*
icalendar==6.1.*
lxml==5.3.*
matplotlib==3.9.*
numpy==2.1.*
Expand Down

0 comments on commit 8793c04

Please sign in to comment.