Skip to content

Commit

Permalink
Merge pull request #3961 from jcowgill/pyyaml-6.0.1
Browse files Browse the repository at this point in the history
[req] Upgrade PyYAML to 6.0.1
  • Loading branch information
bruntib authored Jul 24, 2023
2 parents acf888a + 22facc6 commit a0bf185
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion analyzer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lxml==4.9.2
portalocker==2.2.1
psutil==5.8.0
PyYAML==6.0
PyYAML==6.0.1
mypy_extensions==0.4.3
2 changes: 1 addition & 1 deletion analyzer/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ psutil==5.8.0
portalocker==2.2.1
pylint==2.8.2
mkdocs==1.2.3
PyYAML==6.0
PyYAML==6.0.1
mypy_extensions==0.4.3
coverage==5.5.0
2 changes: 1 addition & 1 deletion analyzer/requirements_py/osx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ lxml==4.9.2
portalocker==2.2.1
psutil==5.8.0
scan-build==2.0.19
PyYAML==6.0
PyYAML==6.0.1
mypy_extensions==0.4.3
2 changes: 1 addition & 1 deletion codechecker_common/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ portalocker==2.2.1
coverage==5.5.0
mypy==0.812
mypy_extensions==0.4.3
PyYAML==6.0
PyYAML==6.0.1
2 changes: 1 addition & 1 deletion web/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ psutil==5.8.0
mypy_extensions==0.4.3
thrift==0.13.0
gitpython==3.1.30
PyYAML==6.0
PyYAML==6.0.1

./api/py/codechecker_api/dist/codechecker_api.tar.gz
./api/py/codechecker_api_shared/dist/codechecker_api_shared.tar.gz

0 comments on commit a0bf185

Please sign in to comment.