Skip to content

Releases: prospector-dev/prospector

v1.13.3

19 Nov 14:16
v1.13.3
09dc59d
Compare
Choose a tag to compare

What's Changed

  • Add Ruff target Python version, update code by @sbrunner in #702
  • Implement isatty() to make the CaptureOutput compatible with Django requirements by @carlio in #704

Full Changelog: v1.13.2...v1.13.3

v1.13.2

14 Nov 10:27
v1.13.2
ea78530
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.1...v1.13.2

v1.13.1

12 Nov 14:21
v1.13.1
20626c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.0...v1.13.1

v1.13.0

09 Nov 20:08
v1.13.0
103b147
Compare
Choose a tag to compare

v1.12.1

11 Oct 09:47
v1.12.1
80c2cb0
Compare
Choose a tag to compare

Fix for better support of Python version 3.12 (make it to work with Django)

See more details in related milestone.

v1.12.0

07 Oct 13:29
v1.12.0
a14cb8b
Compare
Choose a tag to compare

Prospector now supports Python 3.12:

  • Use PyLint 3.0+ (#672)
  • Don't need Setuptool anymore (#673)

v1.11.0

04 Oct 06:10
8b82c53
Compare
Choose a tag to compare

New:

  • We dropped support for python 3.7.
  • prospector now support python 3.12 and 3.13.
  • pylint is now set to version 3.0.0 or less, while waiting
    for a new release of requirements-detector compatible
    with pylint 3.0+.
  • Dependencies versions were bumped following multiple CVE declared in dependencies.

v1.10.3

18 Oct 06:22
Compare
Choose a tag to compare

Dependencies versions were bumped following multiple moderate CVE declared in transitive dependencies.

1.10.2

25 May 01:27
Compare
Choose a tag to compare

1.10.1 was released to fix a packaging and installation problem (see this issue)
for a description of the problem).

However this caused a separate regression in packaging and installation #618

1.10.2 fixes both issues

1.10.0

12 May 05:43
Compare
Choose a tag to compare

New:

  • Prospector profiles can now be loaded from external packages, meaning that behaviour can be packaged and re-used across projects - #604
  • Added pyright as an optional additional tool - #612
  • use-dmypy option now passed through to MyPy - #611