Skip to content

Commit

Permalink
Merge pull request #266 from pythonbrasil/update-requirements
Browse files Browse the repository at this point in the history
Atualiza versões do Pelican e Markdown
  • Loading branch information
rougeth authored Jan 18, 2022
2 parents df37dca + f964c96 commit 1fa72ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyladies_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def scrapping_pyladies():
com os dados das sedes da Pyladies.
"""
html = urlopen(PYLADIES_YAML).read()
return yaml.load(html)
return yaml.safe_load(html)


def get_filename(directory, locale):
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ ecdsa
feedgenerator
jinja2
lxml
markdown==2.6.11
markdown==3.3.6
markupsafe
mdx-video
paramiko
pelican==3.6
pelican==4.7.1
pelican-alias==1.1
pillow
pycrypto
Expand Down

0 comments on commit 1fa72ce

Please sign in to comment.