Skip to content

Commit

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


Updates `pylint` from 3.2.4 to 3.2.5
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.4...v3.2.5)

Updates `hypothesis` from 6.104.1 to 6.104.2
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.1...hypothesis-python-6.104.2)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: required
- dependency-name: hypothesis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: required
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent a90611c commit bf055e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.2"]
dev-pylint = [
# For checking the noxfile, docs/ script, and tests
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
"pylint == 3.2.4",
"pylint == 3.2.5",
]
dev-pytest = [
"async-solipsism == 0.6",
"frequenz-repo-config[extra-lint-examples] == 0.9.2",
"hypothesis == 6.104.1",
"hypothesis == 6.104.2",
"pytest == 8.2.2",
"pytest-asyncio == 0.23.7",
"pytest-mock == 3.14.0",
Expand Down

0 comments on commit bf055e9

Please sign in to comment.