Skip to content

Commit

Permalink
Merge pull request #85 from mraniki/dev
Browse files Browse the repository at this point in the history
⬆️ 🛠️(deps): update dependency ccxt to v4.1.13
  • Loading branch information
mraniki authored Oct 15, 2023
2 parents a97fe6c + 9505384 commit f529196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packages = [
python = "^3.10"
dynaconf = ">=3.1.12"
loguru = ">=0.6"
ccxt = "4.1.12"
ccxt = "4.1.13"


[ tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit f529196

Please sign in to comment.