Skip to content

Commit

Permalink
fix(checker): bump python-socks to fix ValueError
Browse files Browse the repository at this point in the history
  • Loading branch information
RTUnreal committed Jun 25, 2024
1 parent cc25688 commit 97e082d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
70 changes: 35 additions & 35 deletions checker/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion checker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
python = "^3.11"
enochecker3 = "^0.8.1"
pyjwt = {extras = ["crypto"], version = "^2.8.0"}
python-socks = {extras = ["asyncio"], version = "^2.4.4"}
python-socks = {extras = ["asyncio"], version = "^2.5.0"}
beautifulsoup4 = "^4.12.3"

# for secret sharing
Expand Down

0 comments on commit 97e082d

Please sign in to comment.