* Missed pipe extension
* Start adding a workflow and tool to properly bump date-versioning-string
* Update poetry (python) and yarn (npm) dependencies
* Update README.md
* Bump snok/install-poetry from 1.3.1 to 1.3.2 ([8240](https://github.com/SickChill/SickChill/issues/8240))
* Test docker image before push ([8243](https://github.com/SickChill/SickChill/issues/8243))
* Bump eslint-plugin-unicorn from 44.0.1 to 44.0.2 ([8241](https://github.com/SickChill/SickChill/issues/8241))
* Bump snyk from 1.1024.0 to 1.1025.0 ([8242](https://github.com/SickChill/SickChill/issues/8242))
* Clean up dockerfile using linter hints, add links to pyproject to be shown on pypi
* Switch from actions/cache to buildx built-in cache for actions and actions/setup-python built-in caching. Fix typo in linux.s390x => linux/s390x Set base python version for experimental testing to 3.10, and 3.11-dev to 3.11-rc2 Re-enable fail-fast and disable continue-on-error Remove unnecessary code and neaten up Dockerfile
* Drop python_version constraint for cryptography
* Try to make sure rustc stays on the path
* Last try for s390x and ppc64le
* Revert buildx testing commits to working state, disable s390x and ppc64le
* Update pythonpackage.yml
* Update Dockerfile
* Bump eslint-plugin-unicorn from 43.0.2 to 44.0.0 ([8228](https://github.com/SickChill/SickChill/issues/8228))
* Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 ([8227](https://github.com/SickChill/SickChill/issues/8227))
--security flag is unknown
* See if actions allows us to set insecure-entitlements = [ "network.host", "security.insecure" ]
* Update pyproject.toml
* Pin stevedore to 3.4.1 for python 3.7. Project dropped support for python 3.7.
* Delete .python-version ([8225](https://github.com/SickChill/SickChill/issues/8225))
* Upload arm/v7 wheels as artifacts.
* Drop ppc64le and s390x for now.
* Try another way to find the built wheel in the dockerfile
* Drop linux/386
* Idk why this isn't working, is it some caching issue?
* Remove the downloaded get-pip.py
* What is going on
* Try Poetry 1.2.1
* Change workflow a bit and update pip inside
* Pull ParserBeautifulSoup from subliminal into our code, pin cryptography to < 35.0.0
* Set piwheels extra-index-url in dockerfile, hopefully I dont need to split them up again. Set PYTHONBUFFERED, so we can see python error output in terminal during build, insted of only in the container log download
* Make sure curl uses https
* Add rustup back to Dockerfile in builder stage
* Try to fix docker build and arm32 builds
* another fix for str.format missing var name ([8224](https://github.com/SickChill/SickChill/issues/8224))
* anime parser ([8222](https://github.com/SickChill/SickChill/issues/8222))
* Default item_size so torrent RSS feeds work again ([8219](https://github.com/SickChill/SickChill/issues/8219))
* Update debian-ubuntu-install.sh
* Fix dockerfile syntax error