From f039712c744a526de27a325acc69ea6a10c94b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:18:16 +0000 Subject: [PATCH 1/7] build(deps): bump zipp from 3.4.0 to 3.19.1 Bumps [zipp](https://github.com/jaraco/zipp) from 3.4.0 to 3.19.1. - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.4.0...v3.19.1) --- updated-dependencies: - dependency-name: zipp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 170255ad..f71be03b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -86,7 +86,7 @@ traitlets==5.0.5 uritemplate==3.0.1 urllib3==2.2.2 wcwidth==0.2.5 -zipp==3.4.0 +zipp==3.19.1 selenium==4.23.1 pyotp==2.7.0 attrs==21.3.0 From c627649ceddbcb76a527df717101633318e30714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:18:17 +0000 Subject: [PATCH 2/7] build(deps): bump social-auth-app-django from 5.0.0 to 5.4.1 Bumps [social-auth-app-django](https://github.com/python-social-auth/social-app-django) from 5.0.0 to 5.4.1. - [Release notes](https://github.com/python-social-auth/social-app-django/releases) - [Changelog](https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-social-auth/social-app-django/compare/5.0.0...5.4.1) --- updated-dependencies: - dependency-name: social-auth-app-django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 170255ad..cf96f061 100644 --- a/requirements.txt +++ b/requirements.txt @@ -78,7 +78,7 @@ rsa==4.7 scandir==1.10.0 simplegeneric==0.8.1 six==1.15.0 -social-auth-app-django==5.0.0 +social-auth-app-django==5.4.1 social-auth-core==4.3.0 soupsieve==2.0.1 sqlparse==0.5.1 From 6403a9c8de578fe389e9b453fb96c223081091d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:18:19 +0000 Subject: [PATCH 3/7] build(deps): bump idna from 2.10 to 3.7 Bumps [idna](https://github.com/kjd/idna) from 2.10 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v2.10...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 170255ad..8ab9b360 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ gunicorn==23.0.0 gitpython==3.1.43 httplib2==0.19.0 hvac==0.10.5 -idna==2.10 +idna==3.7 influxdb==5.3.1 ipaddress==1.0.23 ipython-genutils==0.2.0 From 12aaafc1c1d6be409c3ad4f61b51318999dd6c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:18:19 +0000 Subject: [PATCH 4/7] build(deps): bump djangorestframework from 3.14.0 to 3.15.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.15.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 170255ad..e87210e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ Django==4.1.13 django-ajax-datatable==4.4.4 django-filter==22.1 django-mysql==4.7.1 -djangorestframework==3.14.0 +djangorestframework==3.15.2 docopt==0.6.2 docutils==0.16 enum-compat==0.0.3 From 5a00a8c41d56d8ce060e9d52e914642e48db06eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:18:21 +0000 Subject: [PATCH 5/7] build(deps): bump jinja2 from 3.1.3 to 3.1.4 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 170255ad..b418f068 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ influxdb==5.3.1 ipaddress==1.0.23 ipython-genutils==0.2.0 jedi==0.17.2 -Jinja2==3.1.3 +Jinja2==3.1.4 jmespath==0.10.0 Markdown==3.3.3 MarkupSafe==2.1.5 From b20597f52df564f027a4e74bb07ffe6e7b0556c0 Mon Sep 17 00:00:00 2001 From: Harish Ved Date: Mon, 19 Aug 2024 17:38:29 +0530 Subject: [PATCH 6/7] chore(deps): update django version --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index ae4427d1..c4369b22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ appdirs==1.4.4 appnope==0.1.2 -asgiref==3.5.2 +asgiref==3.8.1 asn1==2.4.1 asn1crypto==1.4.0 backports.shutil-get-terminal-size==1.0.0 @@ -16,7 +16,7 @@ cryptography==43.0.0 decorator==4.4.2 defusedxml==0.7.1 Deprecated==1.2.10 -Django==4.1.13 +Django==4.2.15 django-ajax-datatable==4.4.4 django-filter==22.1 django-mysql==4.7.1 @@ -60,7 +60,7 @@ pycparser==2.20 pyflakes==3.0.0 PyGithub==1.56 Pygments==2.15.0 -PyJWT==2.6.0 +PyJWT==2.9.0 PyMySQL==1.1.1 PyNaCl==1.5.0 pyOpenSSL==24.2.1 @@ -79,7 +79,7 @@ scandir==1.10.0 simplegeneric==0.8.1 six==1.15.0 social-auth-app-django==5.4.1 -social-auth-core==4.3.0 +social-auth-core==4.5.4 soupsieve==2.0.1 sqlparse==0.5.1 traitlets==5.0.5 From bb58645bbbd3a955b9d86477f00c56d0135a8a47 Mon Sep 17 00:00:00 2001 From: Harish Ved Date: Tue, 20 Aug 2024 12:14:51 +0530 Subject: [PATCH 7/7] fix(startup): Ensure cleanup for older requirements.txt on cloning access modules --- scripts/clone_access_modules.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/clone_access_modules.py b/scripts/clone_access_modules.py index 0017a254..86c4db99 100644 --- a/scripts/clone_access_modules.py +++ b/scripts/clone_access_modules.py @@ -171,6 +171,8 @@ def clone_access_modules(): initialize_init_file() helpers.ensure_file_exists(requirements_file_path) + # Ensure cleanup of requirements file before starting cloning process + helpers.write_content_to_file(requirements_file_path, []) for formatted_git_arg in git_urls: cloned_path = clone_repo(formatted_git_arg, retry_limit)