Skip to content

Commit

Permalink
Update requirements.txts with new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed Mar 28, 2019
1 parent 800b0e2 commit dfe9bba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions requirements-rootless.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# You MUST keep entries in this file in sync with those in requirements.txt

asn1>=2.2.0,<2.3.0
certifi>=2018.4.16
certifi>=2019.3.9
chardet>=3.0.4,<3.1
click==6.7
configobj>=5.0.6,<5.1
Expand All @@ -16,9 +16,9 @@ Jinja2==2.10
MarkupSafe==1.0
python-dateutil>=2.7.3,<2.8
PyYAML>=4.2b1,<=4.2
requests>=2.19.1,<2.20
six>=1.11.0,<1.12
urllib3==1.23
requests>=2.21.0,<2.22
six>=1.12.0,<1.13
urllib3>=1.24.1,<1.25
Werkzeug>=0.14.1,<0.15
WTForms>=2.2.1,<2.3
xmltodict>=0.11.0,<0.12
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# You MUST keep entries in this file in sync with those in requirements-rootless.txt

asn1>=2.2.0,<2.3.0
certifi>=2018.4.16
certifi>=2019.3.9
chardet>=3.0.4,<3.1
click==6.7
configobj>=5.0.6,<5.1
Expand All @@ -16,13 +16,13 @@ Jinja2==2.10
MarkupSafe==1.0
python-dateutil>=2.7.3,<2.8
PyYAML>=4.2b1,<=4.2
requests>=2.19.1,<2.20
six>=1.11.0,<1.12
urllib3==1.23
requests>=2.21.0,<2.22
six>=1.12.0,<1.13
urllib3>=1.24.1,<1.25
Werkzeug>=0.14.1,<0.15
WTForms>=2.2.1,<2.3
xmltodict>=0.11.0,<0.12
# mod-wsgi requires apache httpd headers (redhat package httpd-devel, ubuntu package apache2-dev)
mod-wsgi>=4.6.4,<4.7
# note: python-ldap requires the openldap header files (redhat package openldap-devel, ubuntu package libldap2-dev)
python-ldap>=3.1.0,<3.2.0
python-ldap>=3.2.0,<3.3

0 comments on commit dfe9bba

Please sign in to comment.