==================
Other
-----
- Add pixel replacement step keyword to jwst.datamodels core schema, and change
DQ bit 28 from ``UNRELIABLE_RESET`` to ``FLUX_ESTIMATED``. [149]
- drop support for Python 3.8 [143]
- use Mamba to build docs [155]
- Remove the defunct ``s3_utils`` module, so that ``stpipe`` no longer needs to depend
on this package. This also removes the ``aws`` install option as this is no longer need. [154]
- Remove use of deprecated ``pytest-openfiles`` ``pytest`` plugin. This has been replaced by
catching ``ResourceWarning``s. [152]
- Fix open file handles, which were previously ignored by ``pytest-openfiles``, but which raise
blocked ``ResourceWarning`` errors. [153]