Skip to content

Commit bf8350a

Browse files
Merge pull request #332 from IFCA-Advanced-Computing/dependabot/pip/requests-gte-2.31.0-and-lt-2.33
Update requests requirement from <2.32,>=2.31.0 to >=2.31.0,<2.33
2 parents fab40f3 + 06bdd2a commit bf8350a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ requires-python = ">=3.9,<3.13"
3838
dependencies = [
3939
"matplotlib>=3.8.2,<3.10",
4040
"numpy>=1.26.3,<1.27",
41-
"requests>=2.31.0,<2.32",
41+
"requests>=2.31.0,<2.33",
4242
"scipy>=1.12.0,<1.14",
4343
"tqdm>=4.66.1,<5.0",
4444
]

0 commit comments

Comments
 (0)