Skip to content

Commit

Permalink
airbyte-integration: bump PyYAML
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee committed Oct 26, 2023
1 parent 203f365 commit 7b3fdf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
MAIN_REQUIREMENTS = [
"airbyte-cdk~=0.2",
"docker~=5.0.3",
"PyYAML~=5.4",
"PyYAML~=6.0",
"icdiff~=1.9",
"inflection~=0.5",
"pdbpp~=0.10",
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/bases/source-acceptance-test/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
MAIN_REQUIREMENTS = [
"airbyte-cdk~=0.1",
"docker~=5.0.3",
"PyYAML~=5.4",
"PyYAML~=6.0",
"icdiff~=1.9",
"inflection~=0.5",
"pdbpp~=0.10",
Expand Down

0 comments on commit 7b3fdf0

Please sign in to comment.