Skip to content

Commit

Permalink
v1.3.7.post4
Browse files Browse the repository at this point in the history
  • Loading branch information
DogsTailFarmer committed Oct 9, 2023
1 parent 0928a02 commit b56a912
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.3.7.post4 2023-10-09
### Update
* Dependency: Up requirements for crypto-ws-api==2.0.4

## v1.3.7.post3 2023-10-05
### Update
* Dependency: Up requirements for crypto-ws-api==2.0.3.post1
Expand Down
2 changes: 1 addition & 1 deletion exchanges_wrapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
__contact__ = "https://github.com/DogsTailFarmer"
__email__ = "jerry.fedorenko@yahoo.com"
__credits__ = ["https://github.com/DanyaSWorlD"]
__version__ = "1.3.7.post3"
__version__ = "1.3.7.post4"

from pathlib import Path
import shutil
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dynamic = ["version", "description"]
requires-python = ">=3.8"

dependencies = [
"crypto-ws-api==2.0.3.post1",
"crypto-ws-api==2.0.4",
"grpcio==1.48.2",
"grpcio-tools==1.48.2",
"idna==3.4",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
crypto-ws-api==2.0.3.post1
crypto-ws-api==2.0.4
grpcio==1.48.2
grpcio-tools==1.48.2
idna==3.4
Expand Down

0 comments on commit b56a912

Please sign in to comment.