Skip to content
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

Changes for chardet and incompatible sphinx 4.1.0 or newer #3800 #3801

Merged
merged 5 commits into from Jul 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions dependencies.ini
Expand Up @@ -24,6 +24,7 @@ rpm_name: python3-cffi
version_property: __version__

[chardet]
skip_check: true
skip_requires: true
dpkg_name: python3-chardet
minimum_version: 2.0.1
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
@@ -1,6 +1,6 @@
docutils
pyparsing
recommonmark
sphinx >= 2.0.1
sphinx < 4.1.0
sphinx-markdown-tables
sphinx-rtd-theme >= 0.5.1
1 change: 0 additions & 1 deletion plaso/dependencies.py
Expand Up @@ -19,7 +19,6 @@
'artifacts': ('__version__', '20210620', None, True),
'bencode': ('', '', None, True),
'certifi': ('__version__', '2016.9.26', None, True),
'chardet': ('__version__', '2.0.1', None, True),
'cryptography': ('__version__', '2.0.2', None, True),
'dateutil': ('__version__', '1.5', None, True),
'defusedxml': ('__version__', '0.5.0', None, True),
Expand Down