mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
18 lines
378 B
TOML
18 lines
378 B
TOML
--- pyproject.toml.orig 2024-03-02 12:09:14 UTC
|
|
+++ pyproject.toml
|
|
@@ -30,7 +30,7 @@ dependencies = [
|
|
"Topic :: Software Development :: Build Tools",
|
|
]
|
|
dependencies = [
|
|
- "httpx==0.27.*",
|
|
+ "httpx>=0.27",
|
|
]
|
|
dynamic = ["version"]
|
|
|
|
@@ -63,4 +63,4 @@ filterwarnings = [
|
|
[tool.pytest.ini_options]
|
|
filterwarnings = [
|
|
"error",
|
|
-]
|
|
\ No newline at end of file
|
|
+]
|