Skip to content

Commit 8eed666

Browse files
authored
Merge pull request #174 from wendl4/20250319-refactor-dependency-versions-swe
Update pyproject.toml according to requirements.txt
2 parents 4d37437 + d470fa1 commit 8eed666

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ maintainers = [
1616

1717
[tool.poetry.dependencies]
1818
python = "^3.9"
19-
certifi = "2023.7.22"
20-
six = "1.10"
21-
python_dateutil = "2.5.3"
22-
setuptools = "21.0.0"
23-
urllib3 = "2.0.7"
24-
requests = "2.31.0"
19+
certifi = ">=2023.7.22"
20+
six = ">=1.10"
21+
python_dateutil = ">=2.5.3"
22+
setuptools = ">=21.0.0"
23+
urllib3 = ">=2.0.7"
24+
requests = ">=2.31.0"
2525
pyjwt = "2.6.0"
2626

2727

0 commit comments

Comments
 (0)