Skip to content

Commit d0315b1

Browse files
authored
Merge pull request #571 from intelowlproject/develop
1.6.8
2 parents e1524dd + 817c2ce commit d0315b1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.env_template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ COMPOSE_FILE=docker/default.yml:docker/local.override.yml
1313
#COMPOSE_FILE=docker/default.yml:docker/local.override.yml:docker/elasticsearch.yml
1414

1515
# If you want to run a specific version, populate this
16-
# REACT_APP_INTELOWL_VERSION="1.6.7"
16+
# REACT_APP_INTELOWL_VERSION="1.6.8"

docker/.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
REACT_APP_GREEDYBEAR_VERSION="1.6.7"
1+
REACT_APP_GREEDYBEAR_VERSION="1.6.8"

docker/Dockerfile_nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM library/nginx:1.29.0-alpine
1+
FROM library/nginx:1.29.1-alpine
22
RUN mkdir -p /var/cache/nginx /var/cache/nginx/feeds
33
RUN apk update && apk upgrade && apk add bash
44
ENV NGINX_LOG_DIR=/var/log/nginx

frontend/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements/project-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ celery==5.5.3
33
# if you change this, update the documentation
44
elasticsearch-dsl==8.18.0
55

6-
Django==4.2.20
6+
Django==4.2.24
77
djangorestframework==3.16.1
88
django-rest-email-auth==4.0.3
99
django-ses==4.4.0
@@ -16,8 +16,8 @@ slack-sdk==3.36.0
1616
uwsgitop==0.12
1717
uwsgi==2.0.30
1818

19-
joblib==1.5.1
20-
pandas==2.2.3
19+
joblib==1.5.2
20+
pandas==2.3.2
2121
scikit-learn==1.6.1
2222
numpy==2.2.4
2323
datasketch==1.6.5

0 commit comments

Comments
 (0)