Skip to content

Commit

Permalink
Bumped version due to updated dev-dependency
Browse files Browse the repository at this point in the history
in Pipfile.lock, this version doesn't change any behaviour for users of
the library nor any functionallity, this is only for library developers
to have updated lock-dependencies.

This is due to the old lock file containing a dev dependency with a version of
twine which is connected to requests 2.19.1 which had a moderate security issue
published earlier today
  • Loading branch information
Hultner committed Oct 30, 2018
1 parent 93392c9 commit c5e6081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
description="A markdown renderer focusing on security first",
long_description=long_description,
long_description_content_type="text/markdown",
version="18.10.2",
version="18.10.3",
py_modules=["app"],
packages=find_packages(exclude=["tests"]),
install_requires=["cmarkgfm", "bleach"],
Expand Down

0 comments on commit c5e6081

Please sign in to comment.