Skip to content

Commit

Permalink
Merge pull request #83 from mraniki/dev
Browse files Browse the repository at this point in the history
⬆️ 🛠️(deps): update dependency ccxt to v4.1.12
  • Loading branch information
mraniki authored Oct 14, 2023
2 parents 9695e20 + f003da3 commit d8fecfb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
14 changes: 0 additions & 14 deletions .github/mergify.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
":semanticCommitTypeAll(⬆️ 🛠️)",
":disableDependencyDashboard"
],
"gitIgnoredAuthors": ["[email protected]"],
"gitIgnoredAuthors": ["[email protected]","github-actions[bot]","[email protected]"],
"semanticCommits": "enabled",
"labels": ["dependencies"],
"baseBranches": ["dev"],
Expand Down
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.9 ; python_version >= "3.10" and python_version < "4.0"
ccxt==4.1.12 ; 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.9"
ccxt = "4.1.12"


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

0 comments on commit d8fecfb

Please sign in to comment.