From 9f7879cc9756c47bb94a63f67c9e68b0096e419c Mon Sep 17 00:00:00 2001 From: Lorena Goldoni <33703137+Lorygold@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:45:29 +0200 Subject: [PATCH] 1.2.6 (#83) * Setup config (#70) * Updated setup_config mgmt command * Updated CHANGELOG.md * Added cover * Update README.md * Managed values as a list * Refactoring * Removed comments * buffalogs_1_2_2 * 72 exception keyerror ip in process user (#73) * Fixed KeyError('ip') * Updated CHANGELOG.md * Added user.name exists in Elastic query * Version 1.2.3 * Added new screenshots (#75) * Fixed ValueError('make_aware expects a naive datetime) (#77) * Fixed ValueError('make_aware expects a naive datetime) * fix * Set USE_TZ = True * Updated CHANGELOG.md * Updated CHANGELOG.md * Version 1.2.4 * Fix fw index name (#79) * Fixed fw-proxy index name * Updated CHANGELOG.md * Update README.md (#80) * Version 1.2.5 * Fix linters requirements (#82) * Removed linters requirements from setup * Updated CHANGELOG.md * Updated requirements * Version 1.2.6 --- CHANGELOG.md | 3 ++ buffalogs/requirements.txt | 5 ---- django-buffalogs/buffalogs.egg-info/PKG-INFO | 4 +++ .../buffalogs.egg-info/requires.txt | 22 ++++++--------- django-buffalogs/setup.cfg | 28 +++++++++---------- 5 files changed, 28 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9965d38..60ff325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## 1.2.x +### 1.2.6 +#### Bugfix +* Removed linters from the setup app requirements ### 1.2.5 #### Bugfix * Fixed index name from `fw` to `fw-proxy` diff --git a/buffalogs/requirements.txt b/buffalogs/requirements.txt index 288cb7d..2557b5f 100644 --- a/buffalogs/requirements.txt +++ b/buffalogs/requirements.txt @@ -1,7 +1,6 @@ amqp>=5.1.1 asgiref>=3.5.2 billiard>=3.6.4.0 -black>=22.12.0 celery>=5.2.7 certifi>=2022.9.24 cfgv>=3.3.1 @@ -19,19 +18,15 @@ djangorestframework>=3.14.0 elasticsearch>=7.17.7 elasticsearch-dsl>=7.4.0 filelock>=3.9.0 -flake8>=5.0.4 -flake8-django>=1.1.5 geographiclib>=2.0 geopy>=2.3.0 identify>=2.5.11 -isort>=5.11.4 kombu>=5.2.4 mccabe>=0.7.0 mypy-extensions>=0.4.3 nodeenv>=1.7.0 pathspec>=0.10.3 platformdirs>=2.6.0 -pre-commit>=2.21.0 prompt-toolkit>=3.0.33 psycopg2>=2.9.3 pycodestyle>=2.9.1 diff --git a/django-buffalogs/buffalogs.egg-info/PKG-INFO b/django-buffalogs/buffalogs.egg-info/PKG-INFO index cdfc13f..903d0fc 100644 --- a/django-buffalogs/buffalogs.egg-info/PKG-INFO +++ b/django-buffalogs/buffalogs.egg-info/PKG-INFO @@ -1,6 +1,10 @@ Metadata-Version: 2.1 Name: buffalogs +<<<<<<< HEAD +Version: 1.2.6 +======= Version: 1.2.5 +>>>>>>> f9f033cfd163c35cbf219f20806c3b4fb845860c Summary: A Django app to detect anomaly logins. Home-page: UNKNOWN Author: Lorena Goldoni diff --git a/django-buffalogs/buffalogs.egg-info/requires.txt b/django-buffalogs/buffalogs.egg-info/requires.txt index 7422002..c6fff19 100644 --- a/django-buffalogs/buffalogs.egg-info/requires.txt +++ b/django-buffalogs/buffalogs.egg-info/requires.txt @@ -1,10 +1,9 @@ -Django>=4.1.4 +Django>=4.2.5 PyYAML>=6.0 amqp>=5.1.1 asgiref>=3.5.2 billiard>=3.6.4.0 -black>=22.12.0 -celery>=5.2.7 +celery~=5.3.4 certifi>=2022.9.24 cfgv>=3.3.1 click-didyoumean>=0.3.0 @@ -12,27 +11,22 @@ click-plugins>=1.1.1 click-repl>=0.2.0 click>=8.1.3 distlib>=0.3.6 -django-cors-headers +django-cors-headers>=4.1.0 django-environ>=0.9.0 -djangorestframework -djangorestframework-simplejwt +djangorestframework-simplejwt>=5.2.2 djangorestframework>=3.14.0 -elasticsearch-dsl>=7.4.0 -elasticsearch>=7.17.7 +elasticsearch-dsl>=7.4.1 +elasticsearch~=7.17.9 filelock>=3.9.0 -flake8-django>=1.1.5 -flake8>=5.0.4 geographiclib>=2.0 -geopy>=2.3.0 +geopy>=2.4.0 identify>=2.5.11 -isort>=5.11.4 kombu>=5.2.4 mccabe>=0.7.0 mypy-extensions>=0.4.3 nodeenv>=1.7.0 pathspec>=0.10.3 platformdirs>=2.6.0 -pre-commit>=2.21.0 prompt-toolkit>=3.0.33 psycopg2>=2.9.3 pycodestyle>=2.9.1 @@ -45,7 +39,7 @@ pytz>=2022.6 six>=1.16.0 sqlparse>=0.4.3 tomli>=2.0.1 -uWSGI>=2.0.21 +uWSGI~=2.0.21 urllib3>=1.26.12 vine>=5.0.0 virtualenv>=20.17.1 diff --git a/django-buffalogs/setup.cfg b/django-buffalogs/setup.cfg index c57b1ee..42e4b21 100644 --- a/django-buffalogs/setup.cfg +++ b/django-buffalogs/setup.cfg @@ -1,6 +1,10 @@ [metadata] name = buffalogs +<<<<<<< HEAD +version = 1.2.6 +======= version = 1.2.5 +>>>>>>> f9f033cfd163c35cbf219f20806c3b4fb845860c description = A Django app to detect anomaly logins. long_description = file: README.rst author = Lorena Goldoni @@ -19,8 +23,7 @@ install_requires = amqp>=5.1.1 asgiref>=3.5.2 billiard>=3.6.4.0 - black>=22.12.0 - celery>=5.2.7 + celery~=5.3.4 certifi>=2022.9.24 cfgv>=3.3.1 click>=8.1.3 @@ -28,28 +31,23 @@ install_requires = click-plugins>=1.1.1 click-repl>=0.2.0 distlib>=0.3.6 - Django>=4.1.4 - djangorestframework - djangorestframework-simplejwt - django-cors-headers - django-environ>=0.9.0 + Django>=4.2.5 djangorestframework>=3.14.0 - elasticsearch>=7.17.7 - elasticsearch-dsl>=7.4.0 + djangorestframework-simplejwt>=5.2.2 + django-cors-headers>=4.1.0 + django-environ>=0.9.0 + elasticsearch~=7.17.9 + elasticsearch-dsl>=7.4.1 filelock>=3.9.0 - flake8>=5.0.4 - flake8-django>=1.1.5 geographiclib>=2.0 - geopy>=2.3.0 + geopy>=2.4.0 identify>=2.5.11 - isort>=5.11.4 kombu>=5.2.4 mccabe>=0.7.0 mypy-extensions>=0.4.3 nodeenv>=1.7.0 pathspec>=0.10.3 platformdirs>=2.6.0 - pre-commit>=2.21.0 prompt-toolkit>=3.0.33 psycopg2>=2.9.3 pycodestyle>=2.9.1 @@ -64,7 +62,7 @@ install_requires = sqlparse>=0.4.3 tomli>=2.0.1 urllib3>=1.26.12 - uWSGI>=2.0.21 + uWSGI~=2.0.21 vine>=5.0.0 virtualenv>=20.17.1 wcwidth>=0.2.5