diff --git a/pkg/dependency/parser/python/pip/testdata/requirements_comments.txt b/pkg/dependency/parser/python/pip/testdata/requirements_comments.txt index e0d29e00085f..411785ba080b 100644 --- a/pkg/dependency/parser/python/pip/testdata/requirements_comments.txt +++ b/pkg/dependency/parser/python/pip/testdata/requirements_comments.txt @@ -1,8 +1,8 @@ # foo==8.0.0 #bar==8.0.0 #comment -click==8.0.0 -Flask==2.0.0 #comment -Jinja2==3.0.0#comment -MarkupSafe==2.0.0 # comment +click==8.0.4 +Flask==2.3.3 #comment +Jinja2==3.0.3#comment +MarkupSafe==2.0.1 # comment diff --git a/pkg/dependency/parser/python/pip/testdata/requirements_flask.txt b/pkg/dependency/parser/python/pip/testdata/requirements_flask.txt index 3369a13760c5..c00b5d96cc01 100644 --- a/pkg/dependency/parser/python/pip/testdata/requirements_flask.txt +++ b/pkg/dependency/parser/python/pip/testdata/requirements_flask.txt @@ -1,6 +1,6 @@ -click==8.0.0 -Flask==2.0.0 -itsdangerous==2.0.0 -Jinja2==3.0.0 -MarkupSafe==2.0.0 +click==8.0.4 +Flask==2.3.3 +itsdangerous==2.0.1 +Jinja2==3.0.3 +MarkupSafe==2.0.1 Werkzeug==2.0.0 diff --git a/pkg/dependency/parser/python/pip/testdata/requirements_hash.txt b/pkg/dependency/parser/python/pip/testdata/requirements_hash.txt index 08c31dee996c..400ae3083f93 100644 --- a/pkg/dependency/parser/python/pip/testdata/requirements_hash.txt +++ b/pkg/dependency/parser/python/pip/testdata/requirements_hash.txt @@ -1,6 +1,6 @@ FooProject == 1.2 --hash=sha256:2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824 \ --hash=sha256:486ea46224d1bb4fb680f34f7c9ad96a8f24ec88be73ea8e5a6c65260e9cb8a7 -Jinja2 == 3.0.0 \ +Jinja2==3.0.3 \ --hash=sha256:2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824 \ --hash=sha256:486ea46224d1bb4fb680f34f7c9ad96a8f24ec88be73ea8e5a6c65260e9cb8a7 \ No newline at end of file diff --git a/pkg/dependency/parser/python/pip/testdata/requirements_no_version.txt b/pkg/dependency/parser/python/pip/testdata/requirements_no_version.txt index 26e30e0000aa..aef4993c66d7 100644 --- a/pkg/dependency/parser/python/pip/testdata/requirements_no_version.txt +++ b/pkg/dependency/parser/python/pip/testdata/requirements_no_version.txt @@ -1,2 +1,2 @@ -Flask==2.0.0 +Flask==2.3.3 pandas diff --git a/pkg/dependency/parser/python/pip/testdata/requirements_spaces.txt b/pkg/dependency/parser/python/pip/testdata/requirements_spaces.txt index 6636231e5e21..1e9829162ce2 100644 --- a/pkg/dependency/parser/python/pip/testdata/requirements_spaces.txt +++ b/pkg/dependency/parser/python/pip/testdata/requirements_spaces.txt @@ -1,5 +1,5 @@ -click == 8.0.0 -Flask ==2.0.0 -itsdangerous== 2.0.0 +click==8.0.4 +Flask==2.3.3 +itsdangerous==2.0.1 -Jinja2 == 3.0.0 # comment +Jinja2==3.0.3 # comment