Skip to content

Commit d0aa03c

Browse files
authored
Merge pull request #258 from browserstack/update_dependencies
Update dependencies for dependabot
2 parents a0b0026 + bb58645 commit d0aa03c

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
appdirs==1.4.4
22
appnope==0.1.2
3-
asgiref==3.5.2
3+
asgiref==3.8.1
44
asn1==2.4.1
55
asn1crypto==1.4.0
66
backports.shutil-get-terminal-size==1.0.0
@@ -16,11 +16,11 @@ cryptography==43.0.0
1616
decorator==4.4.2
1717
defusedxml==0.7.1
1818
Deprecated==1.2.10
19-
Django==4.1.13
19+
Django==4.2.15
2020
django-ajax-datatable==4.4.4
2121
django-filter==22.1
2222
django-mysql==4.7.1
23-
djangorestframework==3.14.0
23+
djangorestframework==3.15.2
2424
docopt==0.6.2
2525
docutils==0.16
2626
enum-compat==0.0.3
@@ -31,12 +31,12 @@ gunicorn==23.0.0
3131
gitpython==3.1.43
3232
httplib2==0.19.0
3333
hvac==0.10.5
34-
idna==2.10
34+
idna==3.7
3535
influxdb==5.3.1
3636
ipaddress==1.0.23
3737
ipython-genutils==0.2.0
3838
jedi==0.17.2
39-
Jinja2==3.1.3
39+
Jinja2==3.1.4
4040
jmespath==0.10.0
4141
Markdown==3.3.3
4242
MarkupSafe==2.1.5
@@ -60,7 +60,7 @@ pycparser==2.20
6060
pyflakes==3.0.0
6161
PyGithub==1.56
6262
Pygments==2.15.0
63-
PyJWT==2.6.0
63+
PyJWT==2.9.0
6464
PyMySQL==1.1.1
6565
PyNaCl==1.5.0
6666
pyOpenSSL==24.2.1
@@ -78,15 +78,15 @@ rsa==4.7
7878
scandir==1.10.0
7979
simplegeneric==0.8.1
8080
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
8383
soupsieve==2.0.1
8484
sqlparse==0.5.1
8585
traitlets==5.0.5
8686
uritemplate==3.0.1
8787
urllib3==2.2.2
8888
wcwidth==0.2.5
89-
zipp==3.4.0
89+
zipp==3.19.1
9090
selenium==4.23.1
9191
pyotp==2.7.0
9292
attrs==21.3.0

scripts/clone_access_modules.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)