Skip to content

Commit

Permalink
Merge pull request #3689 from freelawproject/revert-3678-update-asgiref
Browse files Browse the repository at this point in the history
Revert "Update asgiref to latest commit to fix task cancellation bug"
  • Loading branch information
mlissner authored Jan 29, 2024
2 parents 58ba2c3 + bc27013 commit 54b96bb
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 5 deletions.
44 changes: 40 additions & 4 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cl-manage = "manage:main"

[tool.poetry.dependencies]
argparse = "*"
asgiref = {git = "https://github.com/django/asgiref.git", rev = "0503c2c4df06dbe56f04689fe537325f28dbbe8b"}
asgiref = {git = "https://github.com/django/asgiref.git", rev = "d920c3c44f59ef037be3a09a41a5640014cfb1e2"}
beautifulsoup4 = "==4.12.*"
boto3 = "^1.34.17"
celery = "^5.3.6"
Expand Down

0 comments on commit 54b96bb

Please sign in to comment.