Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [pywikibot](https://github.com/wikimedia/pywikibot) and [pylint](https://github.com/pylint-dev/pylint).


Updates `pywikibot` from 8.5.1 to 8.6.0
- [Changelog](https://github.com/wikimedia/pywikibot/blob/master/docs/changelog.rst)
- [Commits](wikimedia/pywikibot@8.5.1...8.6.0)

Updates `pylint` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: pywikibot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 6315e47 commit eccb341
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ version = "0.4.0"
python = "^3.9"
json-cfg = "0.4.2"
mwparserfromhell = "0.6.5"
pywikibot = {version = "8.5.1", extras = ["mysql", "mwoauth"]}
pywikibot = {version = "8.6.0", extras = ["mysql", "mwoauth"]}
pywikibot-extensions = "23.3.25"

[tool.poetry.dev-dependencies]
pylint = "3.0.2"
pylint = "3.0.3"

[tool.poetry.scripts]
bsicons-reporter = "bsiconsbotscripts.reporter:main"
Expand Down

0 comments on commit eccb341

Please sign in to comment.