* Bump black from 24.4.2 to 24.8.0 * Bump pylint from 3.2.5 to 3.2.6 * Bump mypy from 1.10.1 to 1.11.1 * Bump flake8 from 7.1.0 to 7.1.1 * Bump actions/setup-python from 3 to 5 * Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.9.0
5.0.1
* Updating the README.md to have the badges point to the correctly published version on PyPI.
5.0.0
* Renaming repo to realit-singer-python to allow required publishing to PyPI * NOTE: Will need to urgently update tap-oracle, tap-mssql, tap-s3-csv which are dependent on this.
4.0.1
* Correcting Supported Python version constraint in pyproject.toml >=3.8,<3.13 * Bump pytest from 7.4.4 to 8.3.2 * Bump pytz from 2018.9 to 2024.1 * Bump jsonschema from 4.22.0 to 4.23.0 * Bump tox from 4.15.1 to 4.17.1 35 * Bump coverage from 7.5.4 to 7.6.1 33
4.0.0
* Moving from setup.py to pyproject.toml and poetry for installation * Introducing tox for platform independent testing of pep8 compliance. * Introducing black for formatting * Introducing isort for compliant and order includes * Introducing flake8 for linting alongside pylint * Introducing mypy for type checking * Updating github actions to run tox tests rather than directly running pytests. * Code formatting updates and changes to pass / met the standards above.