Skip to content

Commit

Permalink
Upgrade multiple dependencies to their latest versions
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Apr 16, 2024
1 parent 70787ad commit 5b52ce9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

v34.4.0 (unreleased)
--------------------

v34.3.0 (2024-04-10)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/built-in-pipelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Analyse Docker Windows Image
.. _pipeline_collect_source_strings:

Collect Source Strings (addon)
--------------------------------
------------------------------
.. autoclass:: scanpipe.pipelines.collect_source_strings.CollectSourceStrings()
:members:
:member-order: bysource
Expand Down
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ include_package_data = true
zip_safe = false
install_requires =
importlib-metadata==7.1.0
setuptools==69.2.0
setuptools==69.5.1
# Django related
Django==5.0.3
Django==5.0.4
django-environ==0.11.2
django-crispy-forms==2.1
crispy-bootstrap3==2024.1
Expand Down Expand Up @@ -86,11 +86,11 @@ install_requires =
XlsxWriter==3.2.0
openpyxl==3.1.2
requests==2.31.0
gitpython==3.1.42
gitpython==3.1.43
# Profiling
pyinstrument==4.6.2
# CycloneDX
cyclonedx-python-lib==6.4.4
cyclonedx-python-lib==7.1.0
jsonschema==4.21.1
# Font Awesome
fontawesomefree==6.5.1
Expand All @@ -106,7 +106,7 @@ install_requires =
dev =
# Validation
flake8==7.0.0
black==24.3.0
black==24.4.0
isort==5.13.2
doc8==1.1.1
pydocstyle==6.3.0
Expand Down

0 comments on commit 5b52ce9

Please sign in to comment.