Skip to content

Commit 63f1ba5

Browse files
Update security requirement from ~=1.2.0 to >=1.2,<1.4 (#663)
Updates the requirements on [security](https://github.com/pixee/python-security) to permit the latest version. - [Release notes](https://github.com/pixee/python-security/releases) - [Commits](pixee/python-security@1.2.1...1.3.0) --- updated-dependencies: - dependency-name: security dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent baaaaad commit 63f1ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ test = [
6767
"pytest-randomly==3.*",
6868
"pytest-xdist==3.*",
6969
"requests~=2.32.1",
70-
"security~=1.2.0",
70+
"security>=1.2,<1.4",
7171
"types-mock==5.1.*",
7272
"django>=4,<6",
7373
"numpy~=2.0.0",

0 commit comments

Comments
 (0)