Skip to content

Commit

Permalink
build(deps): bump the pip-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the pip-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.2` | `7.4.3` |
| [tomlkit](https://github.com/sdispater/tomlkit) | `0.12.1` | `0.12.2` |
| [mypy](https://github.com/python/mypy) | `1.6.1` | `1.7.0` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.88.1` | `6.88.4` |
| [xdoctest](https://github.com/Erotemic/xdoctest) | `1.1.1` | `1.1.2` |


Updates `pytest` from 7.4.2 to 7.4.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.2...7.4.3)

Updates `tomlkit` from 0.12.1 to 0.12.2
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md)
- [Commits](python-poetry/tomlkit@0.12.1...0.12.2)

Updates `mypy` from 1.6.1 to 1.7.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.6.1...v1.7.0)

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

Updates `xdoctest` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/Erotemic/xdoctest/releases)
- [Changelog](https://github.com/Erotemic/xdoctest/blob/main/CHANGELOG.md)
- [Commits](Erotemic/xdoctest@v1.1.1...v1.1.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: tomlkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: xdoctest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 32e7f2b commit a6123ab
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 64 deletions.
112 changes: 49 additions & 63 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ tomlkit = "^0.12"
# ... but they're generally optional, and the build won't fail if you remove them
# For example, `mypy` is called in `tox.ini`, but if it's removed then the line
# will fail without causing the build to fail.
mypy = "^1.6"
mypy = "^1.7"

# These are useful but are not used directly in the default build pipeline
# that Tyrannosaurus set up for your project
Expand Down

0 comments on commit a6123ab

Please sign in to comment.