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 pylint-pytest from 1.1.2 to 1.1.3 #34

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps pylint-pytest from 1.1.2 to 1.1.3.

Release notes

Sourced from pylint-pytest's releases.

v1.1.3

This is Release v1.1.3, released on 2023-10-23

[1.1.3] - 2023-10-23

This is the first release after maintenance was assumed by https://github.com/stdedos.

The focus of this release was to improve automation:

  • Fix the continuous integration,
  • Run tests as part of branches and PRs,
  • Use .pre-commit-config.yaml file to upkeep the code quality, and
  • Automate the release process

There should be no functional changes in this release, although there are changes in the source code.

A heartfelt thank you to https://github.com/Pierre-Sassoulas for his invaluable contributions to the continued maintenance of this project!

Fixed

  • The continuous integration was fixed, as a new maintenance team was assembled.

Added

  • Added an extensive .pre-commit-config.yaml file to upkeep the code quality. It includes, among others, black, mypy (in non-strict mode yet), ruff, and pylint.
  • Added an automated release process

Changed

Full Changelog: pylint-dev/pylint-pytest@pylint-pytest-1.1.2...v1.1.3

v1.1.3rc1

This is a Release Candidate for v1.1.3 - which will be released on Monday, 2023-10-23

On top of https://github.com/pylint-dev/pylint-pytest/releases/tag/v1.1.3rc0, we have:

  • Drop tests/* both from sdist and wheel
  • Drop universal wheel (we don't support Python2)

v1.1.3rc0

This is a Release Candidate for v1.1.3 - which will be released on Monday, 2023-10-23

[1.1.3] - 2023-10-23

This is the first release after maintenance was assumed by https://github.com/stdedos.

The focus of this release was to improve automation:

  • Fix the continuous integration,
  • Run tests as part of branches and PRs,

... (truncated)

Changelog

Sourced from pylint-pytest's changelog.

[1.1.3] - 2023-10-23

This is the first release after maintenance was assumed by https://github.com/stdedos.

The focus of this release was to improve automation:

  • Fix the continuous integration,
  • Run tests as part of branches and PRs,
  • Use .pre-commit-config.yaml file to upkeep the code quality, and
  • Automate the release process

There should be no functional changes in this release, although there are changes in the source code.

A heartfelt thank you to https://github.com/Pierre-Sassoulas for his invaluable contributions to the continued maintenance of this project!

Fixed

  • The continuous integration was fixed, as a new maintenance team was assembled.

Added

  • Added an extensive .pre-commit-config.yaml file to upkeep the code quality. It includes, among others, black, mypy (in non-strict mode yet), ruff, and pylint.
  • Added an automated release process

Changed

Commits
  • 0a47a49 Release v1.1.3
  • cb653a0 Merge pull request #19 from stdedos/release/v1.1.3rc1
  • 85dd457 Improve packaging + Release v1.1.3rc1
  • 4971561 Release v1.1.3rc0 (#17)
  • f8da197 Merge pull request #18 from stdedos/ci/fix-test-coverage
  • c208abb Fix testing + coverage
  • 55e4218 Merge pull request #14 from stdedos/test/impr-action+coverage
  • 0b1bb86 Improvements for .github/workflows/run-tests.yaml
  • 163ac3a Fix the repository badges
  • 2d6d83a Merge pull request #9 from pylint-dev/pre-commit-mypy
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @seapagan.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 23, 2023
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7f18f2c) 100.00% compared to head (94da049) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #34   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           55        55           
=========================================
  Hits            55        55           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [pylint-pytest](https://github.com/pylint-dev/pylint-pytest) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/pylint-dev/pylint-pytest/releases)
- [Changelog](https://github.com/pylint-dev/pylint-pytest/blob/master/CHANGELOG.md)
- [Commits](pylint-dev/pylint-pytest@pylint-pytest-1.1.2...v1.1.3)

---
updated-dependencies:
- dependency-name: pylint-pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@seapagan
Copy link
Owner

@dependabot merge

@dependabot dependabot bot force-pushed the dependabot/pip/pylint-pytest-1.1.3 branch from 94da049 to 23a64d9 Compare October 27, 2023 20:44
@dependabot dependabot bot merged commit 3fcac01 into main Oct 27, 2023
7 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pylint-pytest-1.1.3 branch October 27, 2023 20:47
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.

2 participants