Skip to content

Commit b14c390

Browse files
Update version of httpd package used for standalone installer.
1 parent 3e32cf8 commit b14c390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,6 @@ def _version():
460460
entry_points = { 'console_scripts':
461461
['mod_wsgi-express = mod_wsgi.server:main'],},
462462
zip_safe = False,
463-
install_requires = standalone and ['mod_wsgi-httpd==2.4.54.1'] or [],
463+
install_requires = standalone and ['mod_wsgi-httpd==2.4.62.1'] or [],
464464
python_requires='>=3.8',
465465
)

0 commit comments

Comments
 (0)