summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2022-07-18 15:13:54 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2022-07-18 15:13:54 +1000
commitbe085f5bc77d40a8b6373d6b297128ed0f005f86 (patch)
tree090ffd0cd09eaeeae88b9115dd856e4c0572e534
parent92a73134ddb09d2545ec3d26061df2d856610b30 (diff)
downloadmod_wsgi-be085f5bc77d40a8b6373d6b297128ed0f005f86.tar.gz
Update Apache version in project toml file.
-rw-r--r--pyproject.toml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml.in b/pyproject.toml.in
index 8b10bf2..9b64234 100644
--- a/pyproject.toml.in
+++ b/pyproject.toml.in
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools>=40.8.0", "wheel", "mod_wsgi-httpd==2.4.48.1"]
+requires = ["setuptools>=40.8.0", "wheel", "mod_wsgi-httpd==2.4.54.1"]
build-backend = "setuptools.build_meta:__legacy__"