Skip to content

Commit

Permalink
Merge pull request #7 from rpm-software-management/lower-requests
Browse files Browse the repository at this point in the history
Lower requests
  • Loading branch information
dcermak authored Jul 24, 2024
2 parents f6f06d5 + f1226cc commit 43939b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.

7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opensuse-distro-aliases"
version = "0.1.1"
version = "0.1.2"
description = "Aliases for active openSUSE releases"
authors = ["Dan Čermák <[email protected]>"]
license = "MIT"
Expand All @@ -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 43939b1

Please sign in to comment.