Skip to content

Commit

Permalink
update requests version for fixing vul item (#3304)
Browse files Browse the repository at this point in the history
* update requests version for fixing vul item
  • Loading branch information
lesscodingmorehappiness authored May 28, 2024
1 parent efbb1f4 commit da9fceb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@ azure = [
"cachetools ~= 5.2.0",
"Pillow ~= 10.3.0",
"PyGObject ~= 3.42.0; platform_system == 'Linux'",
"requests ~= 2.32.0",
]

ado = [
"azure-devops ~= 7.1.0b3",
"requests",
"requests ~= 2.32.0",
]

black = [
Expand Down

0 comments on commit da9fceb

Please sign in to comment.