From 44dd5184baf3b776a250d02e5081fed361eeec99 Mon Sep 17 00:00:00 2001 From: CoolCat467 <52022020+CoolCat467@users.noreply.github.com> Date: Sun, 3 Nov 2024 19:31:09 -0600 Subject: [PATCH] Upgrade dependencies and drop dependabot --- .github/dependabot.yml | 12 ------------ test-requirements.in | 3 ++- test-requirements.txt | 4 +++- 3 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 6187589..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,12 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -enable-beta-ecosystems: true -updates: - - package-ecosystem: "pip" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "weekly" diff --git a/test-requirements.in b/test-requirements.in index 068eabc..ee1d541 100644 --- a/test-requirements.in +++ b/test-requirements.in @@ -6,7 +6,8 @@ pytest-cov # Tools black; implementation_name == "cpython" -mypy +mypy # Would use mypy[faster-cache], but orjson has build issues on pypy +orjson; implementation_name == "cpython" ruff >= 0.6.6 uv >= 0.2.24 codespell diff --git a/test-requirements.txt b/test-requirements.txt index e5a51f9..a9dab01 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -82,6 +82,8 @@ mypy-extensions==1.0.0 # -r test-requirements.in # black # mypy +orjson==3.10.11 ; implementation_name == 'cpython' + # via -r test-requirements.in outcome==1.3.0.post0 # via # pytest-trio @@ -119,7 +121,7 @@ quart==0.19.8 # quart-trio quart-trio==0.11.1 # via -r test-requirements.in -ruff==0.7.1 +ruff==0.7.2 # via -r test-requirements.in sniffio==1.3.1 # via trio