Skip to content

Commit

Permalink
Bump pyyaml from 5.3.1 to 5.4
Browse files Browse the repository at this point in the history
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@5.3.1...5.4)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 29, 2022
1 parent 31b8693 commit 0ab778c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
openpyxl = "~=3.0"
ics = "~=0.6"
wheel = "~=0.33"
pyyaml = "~=5.1"
pyyaml = "~=5.4"
pyparsing = "~=2.4"
jinja2 = "~=2.10"
flake8 = "~=3.7"
Expand Down
46 changes: 27 additions & 19 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pyflakes==2.1.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.
pyparsing==2.4.6
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2019.3
pyyaml==5.3.1
pyyaml==5.4
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tatsu==4.4.0
wheel==0.34.2

0 comments on commit 0ab778c

Please sign in to comment.