From cbd4e881fd73c360586d44e85872416af71caf80 Mon Sep 17 00:00:00 2001 From: darliro Date: Wed, 16 Oct 2024 12:38:38 +1100 Subject: [PATCH] ban greenlet reference globally --- pdm.lock | 11 ++++------- pyproject.toml | 3 --- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/pdm.lock b/pdm.lock index 0a855b6..5c37e8e 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:6abe69c3be1119d43a4c38dda2dbe02a418763a6b7f1aa0760f5e161056d0cc8" +content_hash = "sha256:b4f07cfe1eb953923a5f3f56c0f55769dbc9c59b27078b7970755d776108d571" [[metadata.targets]] requires_python = ">=3.13.0" @@ -125,7 +125,7 @@ files = [ [[package]] name = "faker" -version = "30.3.0" +version = "30.4.0" requires_python = ">=3.8" summary = "Faker is a Python package that generates fake data for you." groups = ["default"] @@ -134,8 +134,8 @@ dependencies = [ "typing-extensions", ] files = [ - {file = "Faker-30.3.0-py3-none-any.whl", hash = "sha256:e8a15fd1b0f72992b008f5ea94c70d3baa0cb51b0d5a0e899c17b1d1b23d2771"}, - {file = "faker-30.3.0.tar.gz", hash = "sha256:8760fbb34564fbb2f394345eef24aec5b8f6506b6cfcefe8195ed66dd1032bdb"}, + {file = "Faker-30.4.0-py3-none-any.whl", hash = "sha256:b6c2d61861dcf1084b8e10959418fe3380a1a3dcd2796a73d43f738a42aabb4c"}, + {file = "faker-30.4.0.tar.gz", hash = "sha256:6fd328db7195e70cdee479ee687fef6623c9b57b8023c582adbe88a01dc54297"}, ] [[package]] @@ -249,9 +249,6 @@ version = "1.47.0" requires_python = ">=3.8" summary = "A high-level API to automate web browsers" groups = ["default"] -dependencies = [ - "pyee==12.0.0", -] files = [ {file = "playwright-1.47.0-py3-none-macosx_10_13_x86_64.whl", hash = "sha256:f205df24edb925db1a4ab62f1ab0da06f14bb69e382efecfb0deedc4c7f4b8cd"}, {file = "playwright-1.47.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:7fc820faf6885f69a52ba4ec94124e575d3c4a4003bf29200029b4a4f2b2d0ab"}, diff --git a/pyproject.toml b/pyproject.toml index ab015f4..8cc9ac5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,9 +49,6 @@ dependencies = [ "wsproto", ] -[tool.pdm.dependencies] -greenlet = {version = "*", optional = true, markers = "false"} - [tool.pdm] distribution = false