Remove dependencies to CHANGELOG

This commit is contained in:
2022-02-19 01:46:01 +01:00
parent daaa3e2c07
commit ef6207b5bf

@ -12,14 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `build: .` is now removed from docker-compose.yml as it broke `docker-compose up`
- `version: 3` is now removed from the docker-compose.yml as it is not needed anymore.
- `.env.example` is now located in extras and root folder.
- Updated dependencies:
- Updating pluggy (0.13.1 -> 1.0.0)
- Updating types-dateparser (1.0.10 -> 1.0.13)
- Updating types-pytz (2021.3.3 -> 2021.3.4)
- Updating multidict (5.2.0 -> 6.0.2)
- Updating pyparsing (3.0.6 -> 3.0.7)
- Updating regex (2021.11.10 -> 2022.1.18)
- Updating sqlalchemy (1.4.29 -> 1.4.31)
### Fixed