Skip to content

Commit

Permalink
Fix security advisories
Browse files Browse the repository at this point in the history
bleach <= 3.3.0
pyyaml <= 5.4
pygments <= 2.7.4

Add more-itertools to dev-packages
  • Loading branch information
arc17854 committed Mar 31, 2021
1 parent b58ab61 commit b1110b5
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 213 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v0.1.3: fix security advisories bleach <= 3.3.0 pyyaml <= 5.4 pygments <= 2.7.4
v0.1.2: fix security advisory on bleach <= 3.1.0
v0.1.1: change author + fix URL of the project
v0.1.0: implemented management of dictionaries as a parameter tree.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ verify_ssl = true
flake8 = "*"
bandit = "*"
autopep8 = "*"
more-itertools = "*"
pytest = "*"
flake8-import-order = "*"
flake8-blind-except = "*"
Expand Down

0 comments on commit b1110b5

Please sign in to comment.