Skip to content

Commit

Permalink
Lower requests requirement to match el9
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak committed Jul 24, 2024
1 parent f6f06d5 commit bc2dce9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ packages = [{include = "opensuse_distro_aliases", from = "src"}]

[tool.poetry.dependencies]
python = "^3.9"
requests = ">=2.32"
# el9 ships requests 2.25, don't bump this
requests = ">=2.25"

[tool.poetry.group.dev.dependencies]
mypy = ">=1.10"
ruff = ">=0.5"
twine = ">=5.1"
types-requests = ">=2.32"
types-requests = ">=2.25"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit bc2dce9

Please sign in to comment.