File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11appdirs == 1.4.4
22appnope == 0.1.2
3- asgiref == 3.5.2
3+ asgiref == 3.8.1
44asn1 == 2.4.1
55asn1crypto == 1.4.0
66backports.shutil-get-terminal-size == 1.0.0
@@ -16,11 +16,11 @@ cryptography==43.0.0
1616decorator == 4.4.2
1717defusedxml == 0.7.1
1818Deprecated == 1.2.10
19- Django == 4.1.13
19+ Django == 4.2.15
2020django-ajax-datatable == 4.4.4
2121django-filter == 22.1
2222django-mysql == 4.7.1
23- djangorestframework == 3.14.0
23+ djangorestframework == 3.15.2
2424docopt == 0.6.2
2525docutils == 0.16
2626enum-compat == 0.0.3
@@ -31,12 +31,12 @@ gunicorn==23.0.0
3131gitpython == 3.1.43
3232httplib2 == 0.19.0
3333hvac == 0.10.5
34- idna == 2.10
34+ idna == 3.7
3535influxdb == 5.3.1
3636ipaddress == 1.0.23
3737ipython-genutils == 0.2.0
3838jedi == 0.17.2
39- Jinja2 == 3.1.3
39+ Jinja2 == 3.1.4
4040jmespath == 0.10.0
4141Markdown == 3.3.3
4242MarkupSafe == 2.1.5
@@ -60,7 +60,7 @@ pycparser==2.20
6060pyflakes == 3.0.0
6161PyGithub == 1.56
6262Pygments == 2.15.0
63- PyJWT == 2.6 .0
63+ PyJWT == 2.9 .0
6464PyMySQL == 1.1.1
6565PyNaCl == 1.5.0
6666pyOpenSSL == 24.2.1
@@ -78,15 +78,15 @@ rsa==4.7
7878scandir == 1.10.0
7979simplegeneric == 0.8.1
8080six == 1.15.0
81- social-auth-app-django == 5.0.0
82- social-auth-core == 4.3.0
81+ social-auth-app-django == 5.4.1
82+ social-auth-core == 4.5.4
8383soupsieve == 2.0.1
8484sqlparse == 0.5.1
8585traitlets == 5.0.5
8686uritemplate == 3.0.1
8787urllib3 == 2.2.2
8888wcwidth == 0.2.5
89- zipp == 3.4.0
89+ zipp == 3.19.1
9090selenium == 4.23.1
9191pyotp == 2.7.0
9292attrs == 21.3.0
Original file line number Diff line number Diff line change @@ -171,6 +171,8 @@ def clone_access_modules():
171171 initialize_init_file ()
172172
173173 helpers .ensure_file_exists (requirements_file_path )
174+ # Ensure cleanup of requirements file before starting cloning process
175+ helpers .write_content_to_file (requirements_file_path , [])
174176
175177 for formatted_git_arg in git_urls :
176178 cloned_path = clone_repo (formatted_git_arg , retry_limit )
You can’t perform that action at this time.
0 commit comments