From 7db1a8f025e3d9edcb456453b4adfaf994591230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 08:11:45 +0000 Subject: [PATCH] build(deps): bump ccxt from 2.4.67 to 4.4.95 Bumps [ccxt](https://github.com/ccxt/ccxt) from 2.4.67 to 4.4.95. - [Release notes](https://github.com/ccxt/ccxt/releases) - [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md) - [Commits](https://github.com/ccxt/ccxt/commits/v4.4.95) --- updated-dependencies: - dependency-name: ccxt dependency-version: 4.4.95 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 2839a43..5359538 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -8,7 +8,7 @@ celery==5.5.3 # pyup: < 6.0 # https://github.com/celery/celery django-celery-beat==2.8.1 # https://github.com/celery/django-celery-beat django-celery-results==2.6.0 # https://github.com/celery/django-celery-results # Ccxt -ccxt==2.4.67 # https://github.com/ccxt/ccxt +ccxt==4.4.95 # https://github.com/ccxt/ccxt # Django # ------------------------------------------------------------------------------ django==5.1.11 # pyup: < 5.2 # https://www.djangoproject.com/