freqtrade_origin/ft_client
dependabot[bot] d97b19db1d
Bump requests from 2.32.2 to 2.32.3
Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.3.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.2...v2.32.3)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 03:43:43 +00:00
..
freqtrade_client Bump dev version to 2024.6-dev 2024-05-30 06:40:15 +02:00
test_client ruff format: update ft_client 2024-05-13 07:10:25 +02:00
LICENSE License to link 2024-03-29 11:08:40 +01:00
MANIFEST.in Add license for client file, exclude tests directory 2024-03-29 09:17:37 +01:00
pyproject.toml Update command name and documentation 2024-03-29 16:38:13 +01:00
README.md Add minimal readme 2024-03-29 09:00:22 +01:00
requirements.txt Bump requests from 2.32.2 to 2.32.3 2024-06-03 03:43:43 +00:00

Freqtrade Client

freqtrade

Provides a minimal rest client for the freqtrade rest api.

Please check out the main project for more information or details.