Skip to content

Commit

Permalink
Update emoji requirement from ==2.12.* to ==2.14.* in /server (#249)
Browse files Browse the repository at this point in the history
Updates the requirements on [emoji](https://github.com/carpedm20/emoji) to permit the latest version.
- [Release notes](https://github.com/carpedm20/emoji/releases)
- [Changelog](https://github.com/carpedm20/emoji/blob/master/CHANGES.md)
- [Commits](carpedm20/emoji@v2.12.0...v2.14.0)

---
updated-dependencies:
- dependency-name: emoji
  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 Oct 12, 2024
1 parent 65b548c commit c2979a8
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 @@ -12,7 +12,7 @@ django-extensions==3.2.*
django-formset-js-improved
django-multifactor==0.7.0
djangorestframework==3.15.*
emoji==2.12.*
emoji==2.14.*
icalendar==5.0.*
lxml==5.2.*
matplotlib==3.9.*
Expand Down

0 comments on commit c2979a8

Please sign in to comment.