Skip to content

Commit 8ce5985

Browse files
committed
Upgrade Django, commoncode, and pyinstrument to latest versions
Signed-off-by: Thomas Druez <tdruez@nexb.com>
1 parent 5582fc8 commit 8ce5985

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ zip_safe = false
5151
install_requires =
5252
importlib_metadata==4.11.3
5353
# Django related
54-
Django==4.0.3
54+
Django==4.0.4
5555
django-environ==0.8.1
5656
django-crispy-forms==1.14.0
5757
django-filter==21.1
@@ -72,14 +72,14 @@ install_requires =
7272
# ScanCode-toolkit
7373
scancode-toolkit[packages]==30.1.0
7474
extractcode[full]==30.0.0
75-
commoncode==30.1.0
75+
commoncode==30.1.1
7676
# FetchCode
7777
fetchcode-container==1.2.3.210512; sys_platform == "linux"
7878
# Utilities
7979
XlsxWriter==3.0.3
8080
requests==2.27.1
8181
# Profiling
82-
pyinstrument==3.4.2
82+
pyinstrument==4.1.1
8383

8484
[options.extras_require]
8585
dev =

0 commit comments

Comments
 (0)