diff --git a/crossplane-functions/consumers/requirements.txt b/crossplane-functions/consumers/requirements.txt index f61fa1fa..4477771e 100644 --- a/crossplane-functions/consumers/requirements.txt +++ b/crossplane-functions/consumers/requirements.txt @@ -4,6 +4,6 @@ click==8.1.3 idna==3.4 pathspec==0.11.1 platformdirs==2.6.2 -PyYAML==6.0 +PyYAML==6.0.1 tomli==2.0.1 argparse==1.4.0 \ No newline at end of file diff --git a/crossplane-functions/edgenetworks/requirements.txt b/crossplane-functions/edgenetworks/requirements.txt index 86ef3b67..8fe4e59c 100644 --- a/crossplane-functions/edgenetworks/requirements.txt +++ b/crossplane-functions/edgenetworks/requirements.txt @@ -4,7 +4,7 @@ click==8.1.3 idna==3.4 pathspec==0.11.1 platformdirs==2.6.2 -PyYAML==6.0 +PyYAML==6.0.1 requests==2.28.2 tomli==2.0.1 urllib3==1.26.15 \ No newline at end of file diff --git a/crossplane-functions/streams/requirements.txt b/crossplane-functions/streams/requirements.txt index 9650a5c9..ed906f4a 100644 --- a/crossplane-functions/streams/requirements.txt +++ b/crossplane-functions/streams/requirements.txt @@ -4,7 +4,7 @@ click==8.1.3 idna==3.4 pathspec==0.11.1 platformdirs==2.6.2 -PyYAML==6.0 +PyYAML==6.0.1 tomli==2.0.1 urllib3==1.26.15 argparse==1.4.0 diff --git a/crossplane-functions/users/requirements.txt b/crossplane-functions/users/requirements.txt index d6200aab..23a17af2 100644 --- a/crossplane-functions/users/requirements.txt +++ b/crossplane-functions/users/requirements.txt @@ -4,7 +4,7 @@ click==8.1.3 idna==3.4 pathspec==0.11.1 platformdirs==2.6.2 -PyYAML==6.0 +PyYAML==6.0.1 tomli==2.0.1 urllib3==1.26.15 argparse==1.4.0 \ No newline at end of file