Skip to content

Commit

Permalink
2.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
DogsTailFarmer committed Apr 19, 2024
1 parent 1745592 commit f23d492
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.1.11 2024-04-19
### Update
* Some minor improvements
* Dependency: Up requirements for crypto-ws-api==2.0.10

## 2.1.10 2024-04-16
### Update
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.9"

dependencies = [
"crypto-ws-api==2.0.9",
"crypto-ws-api==2.0.10",
"grpcio==1.62.0",
"pyotp~=2.9.0",
"simplejson==3.19.2",
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.9
crypto-ws-api==2.0.10
pyotp==2.9.0
simplejson==3.19.2
toml~=0.10.2
Expand Down

0 comments on commit f23d492

Please sign in to comment.