Skip to content

Commit 769f49b

Browse files
Bump pyyaml (#466)
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](yaml/pyyaml@5.1.2...5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 858938b commit 769f49b

File tree

1 file changed

+1
-1
lines changed
  • build-info-extractor-pip/src/test/resources/org/jfrog/build/extractor/setuppyProject

1 file changed

+1
-1
lines changed

Diff for: build-info-extractor-pip/src/test/resources/org/jfrog/build/extractor/setuppyProject/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
author_email='jfrog@jfrog.com',
1111
url='https://github.com/jfrog/project-examples',
1212
packages=[],
13-
install_requires=['PyYAML==5.1.2', 'nltk==3.4.5'],
13+
install_requires=['PyYAML==5.4', 'nltk==3.4.5'],
1414
)

0 commit comments

Comments
 (0)