Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: pip
directory: "/python"
schedule:
interval: "weekly"
- package-ecosystem: npm
directory: "/javascript"
schedule:
interval: "weekly"
- package-ecosystem: bundler
directory: "/ruby"
schedule:
interval: "weekly"
interval: "weekly"
104 changes: 104 additions & 0 deletions .github/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
# THIS FILE IS NO LONGER IN USED. IT IS REPLACED BY docker_requirements.txt
# Updated by LDS-3361

arabic-reshaper==3.0.0
arc4==0.4.0
asn1crypto==1.5.1
attrs==20.3.0
aws-cfn-bootstrap==2.0
awscli==2.14.5
awscrt==0.19.19
Babel==2.9.1
blinker==1.9.0
boto3
botocore
certifi==2024.8.30
cffi==1.14.5
chardet==4.0.0
charset-normalizer==3.4.0
chevron==0.13.1
click==8.1.7
colorama==0.4.4
configobj==5.0.6
cryptography==41.0.5
cssselect2==0.7.0
dbus-python==1.2.18
deprecation==2.1.0
distro==1.5.0
docutils==0.16
duo_universal==2.1.0
ec2-hibinit-agent==1.0.8
Flask==2.3.3
Flask-Dropzone==2.0.0
gpg==1.15.1
html5lib==1.1
idna==2.10
importlib_metadata==8.5.0
ipaddress==1.0.23
itsdangerous==2.2.0
Jinja2==3.1.4
jmespath==0.10.0
jsonpatch==1.21
jsonpointer==2.0
jsonschema==3.2.0
libcomps==0.1.18
lockfile==0.12.2
lxml==5.3.0
MarkupSafe==2.1.3
mod-wsgi==5.0.1
mysqlclient==2.2.5
ndg-httpsclient==0.5.1
netifaces==0.10.6
nh3==0.2.15
oauthlib==3.0.2
oscrypto==1.3.0
packaging==24.2
phonenumbers==8.13.32
pillow==11.0.0
ply==3.11
prettytable==0.7.2
prompt-toolkit==3.0.24
pyasn1==0.5.0
pycparser==2.21
pycrypto==2.6.1
pycryptodome==3.19.0
pyHanko==0.21.0
pyhanko-certvalidator==0.26.3
PyJWT==2.8.0
pyOpenSSL==23.2.0
pypdf==4.0.2
pyrsistent==0.17.3
pyserial==3.4
PySocks==1.7.1
python-bidi==0.4.2
python-daemon==2.3.0
python-dateutil==2.8.1
pytz==2022.7.1
PyYAML==6.0.2
qrcode==8.0
release-notification==1.2
reportlab==4.0.9
requests==2.31.0
rpm==4.16.1.3
ruamel.yaml==0.16.6
ruamel.yaml.clib==0.1.2
s3transfer==0.10.3
schedule==1.2.2
selinux==3.4
sepolicy==3.4
setools==4.4.1
six==1.15.0
splunk-sdk==2.0.1
splunklib==1.0.0
support-info==1.0
svglib==1.5.1
tinycss2==1.4.0
typing_extensions==4.10.0
tzlocal==5.2
uritools==4.0.3
urllib3==1.25.10
wcwidth==0.2.5
webencodings==0.5.1
Werkzeug==2.3.7
xhtml2pdf==0.2.16
zipp==3.21.0
Loading