AstarVienna / ScopeSim

A telescope observation simulator for Python.
GNU General Public License v3.0
14 stars 10 forks source link

Bump some dependencies to get rid of some indirect ones #445

Closed teutoburg closed 2 months ago

teutoburg commented 2 months ago

Bump the indirect dependencies jupyter-client, nbconvert and ipython in the poetry lock file, so backcall, entrypoints and pickleshare are no longer required, reducing sompesim's total indirect dependencies.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.50%. Comparing base (783f857) to head (f09b635).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #445 +/- ## ======================================= Coverage 75.50% 75.50% ======================================= Files 64 64 Lines 7833 7833 ======================================= Hits 5914 5914 Misses 1919 1919 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

hugobuddel commented 2 months ago

Thanks!