Skip to content

Commit

Permalink
Merge branch 'dev' into kiuwan-sca
Browse files Browse the repository at this point in the history
* dev:
  Update dependency ruff from 0.5.0 to v0.5.1 (requirements-lint.txt) (DefectDojo#10521)
  Bump django-debug-toolbar from 4.4.2 to 4.4.4 (DefectDojo#10520)
  Bump boto3 from 1.34.138 to 1.34.139 (DefectDojo#10518)
  Bump psycopg[binary] from 3.1.19 to 3.2.1 (DefectDojo#10517)
  Bump packageurl-python from 0.15.1 to 0.15.2 (DefectDojo#10516)
  • Loading branch information
mwager committed Jul 15, 2024
2 parents 228502a + 9e2f02b commit abf48f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruff==0.5.0
ruff==0.5.1
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Markdown==3.6
mysqlclient==2.1.1
openpyxl==3.1.5
Pillow==10.4.0 # required by django-imagekit
psycopg[binary]==3.1.19
psycopg[binary]==3.2.1
cryptography==42.0.8
python-dateutil==2.9.0.post0
pytz==2024.1
Expand All @@ -54,11 +54,11 @@ gitpython==3.1.43
debugpy==1.8.2
python-gitlab==4.7.0
cpe==1.2.1
packageurl-python==0.15.1
packageurl-python==0.15.2
django-crum==0.7.9
JSON-log-formatter==1.0
django-split-settings==1.3.1
django-debug-toolbar==4.4.2
django-debug-toolbar==4.4.4
django-debug-toolbar-request-history==0.1.4
vcrpy==6.0.1
vcrpy-unittest==0.1.7
Expand All @@ -75,7 +75,7 @@ django-ratelimit==4.1.0
argon2-cffi==23.1.0
blackduck==1.1.3
pycurl==7.45.3 # Required for Celery Broker AWS (SQS) support
boto3==1.34.138 # Required for Celery Broker AWS (SQS) support
boto3==1.34.139 # Required for Celery Broker AWS (SQS) support
netaddr==1.3.0
vulners==2.1.7
fontawesomefree==6.5.1

0 comments on commit abf48f2

Please sign in to comment.