diff options
| author | 2023-04-11 14:34:05 +0000 | |
|---|---|---|
| committer | 2023-04-11 14:34:05 +0000 | |
| commit | cf5111f1c53a793b5b5f00e50ad67a557752deb0 (patch) | |
| tree | c70afdcccdc114aba18ed326f7c09511d39a3de8 /poetry.lock | |
| parent | Merge pull request #2530 from python-discord/dependabot/pip/rapidfuzz-2.15.1 (diff) | |
Bump pytest from 7.2.2 to 7.3.0 (#2525)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.2 to 7.3.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.2.2...7.3.0)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'poetry.lock')
| -rw-r--r-- | poetry.lock | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 581f60086..6332b4fac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1698,25 +1698,24 @@ files = [ [[package]] name = "pytest" -version = "7.2.2" +version = "7.3.0" description = "pytest: simple powerful testing with Python" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.2.2-py3-none-any.whl", hash = "sha256:130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e"}, - {file = "pytest-7.2.2.tar.gz", hash = "sha256:c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4"}, + {file = "pytest-7.3.0-py3-none-any.whl", hash = "sha256:933051fa1bfbd38a21e73c3960cebdad4cf59483ddba7696c48509727e17f201"}, + {file = "pytest-7.3.0.tar.gz", hash = "sha256:58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d"}, ] [package.dependencies] -attrs = ">=19.2.0" colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" pluggy = ">=0.12,<2.0" [package.extras] -testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] [[package]] name = "pytest-cov" @@ -2466,4 +2465,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "807cc3218bff80feddccca4b00c40154b9650ee144d4730b5388027f9c4d170c" +content-hash = "590d8aea76cea02b971b505af012a1a29db2ede6dbde97b10abae8f71003030a" |