-
Notifications
You must be signed in to change notification settings - Fork 7
[Snyk] Security upgrade anyio from 3.7.1 to 4.4.0 #533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -34,4 +34,5 @@ factory-boy==3.3.3 # https://github.com/FactoryBoy/factory_boy | |||||
| django-debug-toolbar==6.2.0 # https://github.com/jazzband/django-debug-toolbar | ||||||
| django-extensions==4.1 # https://github.com/django-extensions/django-extensions | ||||||
| django-coverage-plugin==3.2.0 # https://github.com/nedbat/django_coverage_plugin | ||||||
| pytest-django==4.11.1 # https://github.com/pytest-dev/pytest-django | ||||||
| pytest-django==4.11.1 # https://github.com/pytest-dev/pytest-django | ||||||
| anyio>=4.4.0 # not directly required, pinned by Snyk to avoid a vulnerability | ||||||
|
||||||
| anyio>=4.4.0 # not directly required, pinned by Snyk to avoid a vulnerability | |
| anyio==4.4.0 # not directly required, pinned by Snyk to avoid a vulnerability |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The anyio version constraint >=4.4.0 is incompatible with watchgod 0.8.2 (line 6), which requires anyio<4.0.0. This will cause dependency resolution conflicts. Consider either: (1) upgrading to watchfiles (the successor to watchgod) which supports anyio 4.x, or (2) using a more constrained version like anyio>=4.4.0,<5.0.0 and verifying watchgod compatibility. Note that watchgod is deprecated and unmaintained.