-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
… pygments version, which updates a lot of tests. Closes #2182, which I'm basically just copy/pasting from.
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,36 @@ | ||
aiofiles==0.6.0 | ||
aiohttp==3.7.4 | ||
attrs==20.3.0 | ||
certifi==2020.12.5 | ||
# | ||
# These requirements were autogenerated by pipenv | ||
# To regenerate from the project's Pipfile, run: | ||
# | ||
# pipenv lock --requirements | ||
# | ||
|
||
-i https://pypi.org/simple | ||
aiofiles==0.7.0 | ||
aiohttp==3.8.0 | ||
aiosignal==1.2.0; python_version >= '3.6' | ||
async-timeout==4.0.2; python_version >= '3.6' | ||
asynctest==0.13.0; python_version < '3.8' | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
tabatkins
Author
Collaborator
|
||
attrs==21.2.0 | ||
certifi==2021.10.8 | ||
charset-normalizer==2.0.12; python_version >= '3' | ||
cssselect==1.1.0 | ||
frozenlist==1.3.0; python_version >= '3.7' | ||
html5lib==1.1 | ||
idna==3.3; python_version >= '3' | ||
isodate==0.6.0 | ||
json-home-client==1.1.1 | ||
lxml==4.7.1 | ||
Pillow==9.0.1 | ||
pygments==2.8.1 | ||
lxml==4.6.5 | ||
multidict==6.0.2; python_version >= '3.7' | ||
pillow==9.0.0 | ||
pygments==2.10.0 | ||
requests==2.27.1 | ||
result==0.7.0 | ||
tenacity==7.0.0 | ||
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
tenacity==8.0.1 | ||
typing-extensions==4.1.1; python_version >= '3.6' | ||
uri-template==1.1.0; python_version >= '3.6' | ||
urllib3==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4' | ||
webencodings==0.5.1 | ||
widlparser==1.0.12 | ||
yarl==1.7.2; python_version >= '3.6' |
Oops, this line causes the CI to fail. Since this is for test, probably can be moved to dev dependency I guess.
Edit: Wait, this is a subdependency. 🤔