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 1
1
appdirs == 1.4.4
2
2
appnope == 0.1.2
3
- asgiref == 3.5.2
3
+ asgiref == 3.8.1
4
4
asn1 == 2.4.1
5
5
asn1crypto == 1.4.0
6
6
backports.shutil-get-terminal-size == 1.0.0
@@ -16,11 +16,11 @@ cryptography==43.0.0
16
16
decorator == 4.4.2
17
17
defusedxml == 0.7.1
18
18
Deprecated == 1.2.10
19
- Django == 4.1.13
19
+ Django == 4.2.15
20
20
django-ajax-datatable == 4.4.4
21
21
django-filter == 22.1
22
22
django-mysql == 4.7.1
23
- djangorestframework == 3.14.0
23
+ djangorestframework == 3.15.2
24
24
docopt == 0.6.2
25
25
docutils == 0.16
26
26
enum-compat == 0.0.3
@@ -31,12 +31,12 @@ gunicorn==23.0.0
31
31
gitpython == 3.1.43
32
32
httplib2 == 0.19.0
33
33
hvac == 0.10.5
34
- idna == 2.10
34
+ idna == 3.7
35
35
influxdb == 5.3.1
36
36
ipaddress == 1.0.23
37
37
ipython-genutils == 0.2.0
38
38
jedi == 0.17.2
39
- Jinja2 == 3.1.3
39
+ Jinja2 == 3.1.4
40
40
jmespath == 0.10.0
41
41
Markdown == 3.3.3
42
42
MarkupSafe == 2.1.5
@@ -60,7 +60,7 @@ pycparser==2.20
60
60
pyflakes == 3.0.0
61
61
PyGithub == 1.56
62
62
Pygments == 2.15.0
63
- PyJWT == 2.6 .0
63
+ PyJWT == 2.9 .0
64
64
PyMySQL == 1.1.1
65
65
PyNaCl == 1.5.0
66
66
pyOpenSSL == 24.2.1
@@ -78,15 +78,15 @@ rsa==4.7
78
78
scandir == 1.10.0
79
79
simplegeneric == 0.8.1
80
80
six == 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
83
83
soupsieve == 2.0.1
84
84
sqlparse == 0.5.1
85
85
traitlets == 5.0.5
86
86
uritemplate == 3.0.1
87
87
urllib3 == 2.2.2
88
88
wcwidth == 0.2.5
89
- zipp == 3.4.0
89
+ zipp == 3.19.1
90
90
selenium == 4.23.1
91
91
pyotp == 2.7.0
92
92
attrs == 21.3.0
Original file line number Diff line number Diff line change @@ -171,6 +171,8 @@ def clone_access_modules():
171
171
initialize_init_file ()
172
172
173
173
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 , [])
174
176
175
177
for formatted_git_arg in git_urls :
176
178
cloned_path = clone_repo (formatted_git_arg , retry_limit )
You can’t perform that action at this time.
0 commit comments