Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump prospector from 1.7.7 to 1.8.4 #67

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 11, 2023

Bumps prospector from 1.7.7 to 1.8.4.

Release notes

Sourced from prospector's releases.

v1.8.4

https://github.com/PyCQA/prospector/milestone/7?closed=1

v1.8.3

v1.8.2

1.8.1

Add support for Python 3.11

1.8.0

File discovery fixes:

Finding paths and files to check has been replaced with a new version using pathlib - this should not result in any changes, except fixing an issue where pylint and pydocstyle were inspecting the same file or directory twice sometimes. However it may cause slightly different orders or reduce these duplicate warnings.

The behavior of prospector should be unchanged, apart from some bugfixes related to the old file discovery mechanism.

Related bugs and PRs:

Other bugfixes:

  • #106
  • Running prospector on a path not in the CWD (eg, 'prospector /some/where/else') will not cause exceptions, and will instead use absolute paths for message output
  • Autodetction of libraries, to automatically use pylint plugins, will no work on projects using a pyproject.toml ; also it has been turned on by default, it seemed to have accidentally been set to off by default some time ago.
  • #529

Misc:

  • Prospector now runs on itself without generating errors after all linting warnings were fixed

1.8.0 rc1

Building on the rc0 release, with bugfixes to do with relative paths and absolute paths - prospector can now run in a directory and be pointed at any other directory.

Other small bugfixes for path related changes in rc0.

1.8.0 rc0

... (truncated)

Changelog

Sourced from prospector's changelog.

######### Changelog #########

Version 1.8.3

  • [#560](https://github.com/PyCQA/prospector/issues/560) <https://github.com/PyCQA/prospector/issues/560>_
  • [#559](https://github.com/PyCQA/prospector/issues/559) <https://github.com/PyCQA/prospector/issues/559>_
  • [#555](https://github.com/PyCQA/prospector/issues/555) <https://github.com/PyCQA/prospector/issues/555>_
  • [#554](https://github.com/PyCQA/prospector/issues/554) <https://github.com/PyCQA/prospector/issues/554>_
  • [#552](https://github.com/PyCQA/prospector/issues/552) <https://github.com/PyCQA/prospector/issues/552>_
  • [#551](https://github.com/PyCQA/prospector/issues/551) <https://github.com/PyCQA/prospector/issues/551>_

Version 1.8.2

  • [#547](https://github.com/PyCQA/prospector/issues/547) <https://github.com/PyCQA/prospector/issues/547>_

Version 1.8.1

Let's test faster.

Add support for Python 3.11:

Python 3.11 is between 10-60% faster than Python 3.10.

Version 1.8.0

File discovery fixes:

Finding paths and files to check has been replaced with a new version using pathlib - this should not result in any changes, except fixing an issue where pylint and pydocstyle were inspecting the same file or directory twice sometimes. However it may cause slightly different orders or reduce these duplicate warnings.

The behavior of prospector should be unchanged, apart from some bugfixes related to the old file discovery mechanism.

Related bugs and PRs:

  • [#480](https://github.com/PyCQA/prospector/issues/480) <https://github.com/PyCQA/prospector/issues/480>_
  • [#417](https://github.com/PyCQA/prospector/issues/417) <https://github.com/PyCQA/prospector/issues/417>_
  • [#199](https://github.com/PyCQA/prospector/issues/199) <https://github.com/PyCQA/prospector/issues/199>_

Other bugfixes:

  • [#106](https://github.com/PyCQA/prospector/issues/106) <https://github.com/PyCQA/prospector/issues/106>_
  • Running prospector on a path not in the CWD (eg, 'prospector /some/where/else') will not cause exceptions, and will instead use absolute paths for message output

... (truncated)

Commits
  • 5ee46a8 Fix pyroma dependency loop (#574)
  • 0f758ee Fix the check for pylint > 2.15.6 with packaging.version.parse (#576)
  • 99be9b8 [pre-commit.ci] pre-commit autoupdate (#572)
  • 651dd2d Added additional clarity on how to use additional_dependencies w/ examples (#...
  • de9111a [pre-commit.ci] pre-commit autoupdate
  • 657afe3 [pre-commit.ci] pre-commit autoupdate
  • 233b1ae Upgrade the version to 1.8.4
  • 79ae0d3 [packaging] Add pyroma to pre-commit
  • 3321b6b Upgrade changelog
  • f315f54 Fix re._constants again (#555)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [prospector](https://github.com/PyCQA/prospector) from 1.7.7 to 1.8.4.
- [Release notes](https://github.com/PyCQA/prospector/releases)
- [Changelog](https://github.com/PyCQA/prospector/blob/master/CHANGELOG.rst)
- [Commits](prospector-dev/prospector@1.7.7...v1.8.4)

---
updated-dependencies:
- dependency-name: prospector
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 11, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 16, 2023

Superseded by #82.

@dependabot dependabot bot closed this Feb 16, 2023
@dependabot dependabot bot deleted the dependabot/pip/prospector-1.8.4 branch February 16, 2023 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants