From 9505384ccbd8c8889f32bf560ed03e5681fabfe9 Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Sat, 14 Oct 2023 13:54:26 +0000 Subject: [PATCH] Update Requirements --- .requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.requirements/requirements.txt b/.requirements/requirements.txt index 2fe2f4a2..152470be 100644 --- a/.requirements/requirements.txt +++ b/.requirements/requirements.txt @@ -3,7 +3,7 @@ aiohttp==3.8.6 ; python_version >= "3.10" and python_version < "4.0" aiosignal==1.3.1 ; python_version >= "3.10" and python_version < "4.0" async-timeout==4.0.3 ; python_version >= "3.10" and python_version < "4.0" attrs==23.1.0 ; python_version >= "3.10" and python_version < "4.0" -ccxt==4.1.12 ; python_version >= "3.10" and python_version < "4.0" +ccxt==4.1.13 ; python_version >= "3.10" and python_version < "4.0" certifi==2023.7.22 ; python_version >= "3.10" and python_version < "4.0" cffi==1.16.0 ; python_version >= "3.10" and python_version < "4.0" charset-normalizer==3.3.0 ; python_version >= "3.10" and python_version < "4.0"