Skip to content

Commit

Permalink
aws-elasticbeanstalk: update docker-compose-pyyaml6.patch
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Aug 15, 2023
1 parent 3c5cbc8 commit dbcf0f8
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions aws-elasticbeanstalk/docker-compose-pyyaml6.patch
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
diff --git a/docker_compose.egg-info/requires.txt b/docker_compose.egg-info/requires.txt
index 0bd4cd2..7ebf426 100644
index 9060dda..7f90709 100644
--- a/docker_compose.egg-info/requires.txt
+++ b/docker_compose.egg-info/requires.txt
@@ -1,4 +1,4 @@
-PyYAML<6,>=3.10
+PyYAML<7,>=6.0.1
cached-property<2,>=1.2.0
docker[ssh]<5,>=3.7.0
distro<2,>=1.5.0
docker[ssh]>=5
dockerpty<1,>=0.4.1
diff --git a/requirements.txt b/requirements.txt
index 76556d6..10856f8 100644
index f0cc8be..094b7ed 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17,7 +17,7 @@ paramiko==2.7.1
pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6'
@@ -15,7 +15,7 @@ paramiko==2.7.1
PySocks==1.7.1
-PyYAML==5.3
python-dotenv==0.17.0
pywin32==227; sys_platform == 'win32'
-PyYAML==5.4.1
+PyYAML==6.0.1
requests==2.22.0
six==1.12.0
subprocess32==3.5.4; python_version < '3.2'
requests==2.24.0
texttable==1.6.2
urllib3==1.25.10; python_version == '3.3'
diff --git a/setup.py b/setup.py
index 110441d..b3b4f94 100644
index aaf33f7..b28134e 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ def find_version(*file_paths):
@@ -26,7 +26,7 @@ def find_version(*file_paths):

install_requires = [
'cached-property >= 1.2.0, < 2',
'docopt >= 0.6.1, < 1',
- 'PyYAML >= 3.10, < 6',
+ 'PyYAML >= 6.0.1, < 7',
Expand Down

0 comments on commit dbcf0f8

Please sign in to comment.