Skip to content

Commit

Permalink
Merge pull request #125 from observatorycontrolsystem/dependabot/pip/…
Browse files Browse the repository at this point in the history
…django-bootstrap4-gte-0.0-and-lt-1.2

Update django-bootstrap4 requirement from <0.1,>=0.0 to >=0.0,<1.2
  • Loading branch information
eheinrich committed May 19, 2020
2 parents 9007e14 + 3f7750e commit f3a0adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="col-md-4 requestgroup-block">
<br/>
<div class="row margin-top-md border-right mx-auto">
<div class="col-md-4">
<div>
<div class="btn-group mr-2" role="group" aria-label="button group">
<a href="{% url 'api:requests-detail' pk=request.id %}" class="btn btn-outline-secondary btn-sm"><i class="fa fa-fw fa-code"></i> View in API</a>
{% if request.state == 'COMPLETED' %}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ django-cors-headers>=3.0,<3.1
django-registration-redux>=2.6,<2.7
django-webpack-loader>=0.6,<0.7
django-oauth-toolkit>=1.2,<1.3
django-bootstrap4>=0.0,<0.1
django-bootstrap4>=0.0,<1.2
django-dramatiq>=0.7,<0.8
django-storages>=1.7,<1.8
time_intervals<2.0
Expand Down

0 comments on commit f3a0adf

Please sign in to comment.