-
-
Notifications
You must be signed in to change notification settings - Fork 589
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
Update project test dependencies to ensure green workflow #1371
Changes from all commits
4912ecc
1a8fb7f
6fe94fe
b6bd5bd
b48492f
c715e19
c99cb32
6dd14fa
24b5d2b
b8256e0
4736089
0db301d
8424e91
fff63c5
a1103dc
1765313
d8866bc
be34a00
9d7cb96
96850d9
b5a3b6e
b1f5690
fa6a568
0a7f47e
335c3b6
1fdf352
c96dbc0
27e66b7
e8c8ad0
08c4684
93f9a94
0049132
e5fefd1
6c9d031
3dfe608
7a3da91
9b04b56
fe638de
5dc603d
7477b5a
3940577
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 |
---|---|---|
@@ -1,5 +1,8 @@ | ||
aiohttp==3.8.1 | ||
blacksheep==1.2.7 | ||
# Blacksheep depends upon essentials_openapi which is pinned to pyyaml==5.4.1 | ||
# and pyyaml>5.3.1 is broken for cython 3 | ||
# See https://github.com/yaml/pyyaml/issues/724#issuecomment-1638587228 | ||
# blacksheep==1.2.7 | ||
starlette==0.19.1 | ||
tornado==6.1 | ||
uvicorn==0.16.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,15 @@ Sphinx == 4.3.2 | |
furo >= 2021.11.15 | ||
sphinxcontrib-apidoc >= 0.3.0 | ||
sphinxcontrib-towncrier >= 0.2.0a0 | ||
# See https://github.com/yaml/pyyaml/issues/724#issuecomment-1638587228 | ||
pyyaml==5.3.1 | ||
# PIN to fix: | ||
# The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0; | ||
# it therefore cannot be built with this version. | ||
sphinxcontrib-applehelp==1.0.2 | ||
sphinxcontrib-devhelp==1.0.2 | ||
sphinxcontrib-htmlhelp==2.0.0 | ||
sphinxcontrib-qthelp==1.0.3 | ||
sphinxcontrib-serializinghtml==1.1.5 | ||
sphinxcontrib-towncrier==0.2.1a0 | ||
abhinavsingh marked this conversation as resolved.
Show resolved
Hide resolved
|
||
towncrier==21.3.0 | ||
Comment on lines
+7
to
+18
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @abhinavsingh this change is incorrect — the |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
kwargs | ||
IPv | ||
Nginx | ||
Pluggable | ||
|
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.
It's best to ignore such exceptions inline instead of allowing the violations globally. This way you're in control and have to review the security implications of every such place.