Skip to content

Commit

Permalink
Upgrade Silk (#8357)
Browse files Browse the repository at this point in the history
Mainly to get the fix for jazzband/django-silk#688.
  • Loading branch information
SpecLad authored Aug 27, 2024
1 parent ac258ae commit ec28076
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cvat/requirements/development.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

black>=24.1
django-extensions==3.0.8
django-silk==5.0.3
django-silk==5.*
pylint-django==2.5.3
pylint-plugin-utils==0.7
pylint==2.14.5
Expand Down
6 changes: 4 additions & 2 deletions cvat/requirements/development.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# SHA1:27238f2f377debba1b5fe910878f0cc0cfaf6e7d
# SHA1:b71f4fe955f645187b7ccdf82b05f6a8d61eb3ab
#
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile-multi
#
-r base.txt
--no-binary lxml
--no-binary xmlsec

This comment has been minimized.

Copy link
@zhiltsov-max

zhiltsov-max Aug 27, 2024

Contributor

You might have forgotten to remove these lines.


astroid==2.11.7
# via pylint
Expand All @@ -17,7 +19,7 @@ dill==0.3.8
# via pylint
django-extensions==3.0.8
# via -r cvat/requirements/development.in
django-silk==5.0.3
django-silk==5.2.0
# via -r cvat/requirements/development.in
gprof2dot==2024.6.6
# via django-silk
Expand Down

0 comments on commit ec28076

Please sign in to comment.