alan-turing-institute / data-safe-haven

https://data-safe-haven.readthedocs.io
BSD 3-Clause "New" or "Revised" License
50 stars 14 forks source link

:arrow_up: Update Python dependencies #1906

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

:warning: In order for CI to run on this PR it needs to be manually closed and re-opened :warning:

:arrow_heading_up: Summary

:closed_umbrella: Related issues

None

:microscope: Tests

Package versions only

github-actions[bot] commented 1 month ago

Coverage report

This PR does not seem to contain any modification to coverable code.

jemrobinson commented 1 month ago

I'm going to take a look at why the tests are failing.

JimMadge commented 1 month ago

AttributeError: module 'emoji.unicode_codes' has no attribute 'get_emoji_unicode_dict'

Seems strange that the is happening here though. The docs deps didn't change.

jemrobinson commented 1 month ago

The emoji package has dropped the get_emoji_unicode_dict and get_aliases_unicode_dict functions that we were previously using. Not sure why this turned up in a PR that didn't change the docs requirements.txt, but the fix is here.