Skip to content

Commit

Permalink
Update dependencies to newest; use ~=, the compatible versions clause
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed May 24, 2023
1 parent dd4a25e commit 0e3c5c0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 25 deletions.
3 changes: 2 additions & 1 deletion requirements-apache.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-r requirements-rootless.txt

# mod-wsgi requires apache httpd headers (redhat package httpd-devel, ubuntu package apache2-dev)
mod-wsgi>=4.9.3,<4.10
# also gcc and python headers (redhat package python39-devel or similar)
mod-wsgi~=4.9.4

55 changes: 31 additions & 24 deletions requirements-rootless.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,33 @@
# This file is included in requirements-apache.txt

asn1>=2.2.0,<2.3.0
certifi>=2019.3.9
chardet>=3.0.4,<3.1
click>=8,<9
configobj>=5.0.6,<5.1
Flask>=2.2.0,<2.3
Flask-WTF>=1.0.1,<1.1
GitPython>=3.1.9
gunicorn>=19.9.0,<19.10
icalendar>=4.0.0,<4.1.0
idna==2.7
itsdangerous>=2.0,<2.1
Jinja2>=3.1.2,<3.2
ldap3>=2.6.1
MarkupSafe<2.2,>=2.1.1
python-dateutil>=2.7.3,<2.8
python-gnupg
PyYAML>=5.4.1,<5.5
requests>=2.25.0,<2.26
six>=1.12.0,<1.13
urllib3>=1.26.5,<1.27
Werkzeug>=2.2.3,<2.3
WTForms>=2.2.1,<2.3
xmltodict>=0.11.0,<0.12
asn1~=2.7.0
blinker~=1.6.2
certifi~=2023.5.7
chardet~=5.1.0
charset-normalizer~=3.1.0
click~=8.1.3
configobj~=5.0.8
enum-compat~=0.0.3
Flask~=2.3.2
Flask-WTF~=1.1.1
gitdb~=4.0.10
GitPython~=3.1.31
gunicorn~=20.1.0
icalendar~=5.0.5
idna~=3.4
itsdangerous~=2.1.2
Jinja2~=3.1.2
ldap3~=2.9.1
MarkupSafe~=2.1.2
pyasn1~=0.5.0
python-dateutil~=2.8.2
python-gnupg~=0.5.0
pytz~=2023.3
PyYAML~=6.0
requests~=2.31.0
six~=1.16.0
smmap~=5.0.0
urllib3~=2.0.2
Werkzeug~=2.3.4
WTForms~=3.0.1
xmltodict~=0.13.0

0 comments on commit 0e3c5c0

Please sign in to comment.