diff options
author | 2023-03-21 19:00:52 +0000 | |
---|---|---|
committer | 2023-03-21 19:00:52 +0000 | |
commit | 395e058c52ebc718f7c0c9acec710c71f45d7b38 (patch) | |
tree | 450117a2b324ab71b68aa66c271324235ee86c46 | |
parent | Override context command explicitly in antispam filter(#2477) (diff) | |
parent | Bump pytest-xdist from 3.2.0 to 3.2.1 (diff) |
Merge pull request #2469 from python-discord/dependabot/pip/pytest-xdist-3.2.1
Bump pytest-xdist from 3.2.0 to 3.2.1
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 22a4c0730..cc4ed38ab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1759,14 +1759,14 @@ pytest = ">=7.0" [[package]] name = "pytest-xdist" -version = "3.2.0" +version = "3.2.1" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-xdist-3.2.0.tar.gz", hash = "sha256:fa10f95a2564cd91652f2d132725183c3b590d9fdcdec09d3677386ecf4c1ce9"}, - {file = "pytest_xdist-3.2.0-py3-none-any.whl", hash = "sha256:336098e3bbd8193276867cc87db8b22903c3927665dff9d1ac8684c02f597b68"}, + {file = "pytest-xdist-3.2.1.tar.gz", hash = "sha256:1849bd98d8b242b948e472db7478e090bf3361912a8fed87992ed94085f54727"}, + {file = "pytest_xdist-3.2.1-py3-none-any.whl", hash = "sha256:37290d161638a20b672401deef1cba812d110ac27e35d213f091d15b8beb40c9"}, ] [package.dependencies] @@ -2494,4 +2494,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "9063356c1260ec285981fe813dcbcf4ea0959c83623e6dc10bf645ad4db57096" +content-hash = "4a1dc77f9f8448ec9048cbf7ca32fa5e0d31a96325ba1db1fe139bccf29a353d" diff --git a/pyproject.toml b/pyproject.toml index 6eceb9a1b..4aa2b5e81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pip-licenses = "4.1.0" pytest = "7.2.2" pytest-cov = "4.0.0" pytest-subtests = "0.10.0" -pytest-xdist = "3.2.0" +pytest-xdist = "3.2.1" taskipy = "1.10.3" httpx = "0.23.3" |