From 54fc44e1e65aa2ca70a448fbd964fee0d3c1e284 Mon Sep 17 00:00:00 2001 From: Antoine Romero-Romero Date: Fri, 3 Feb 2023 21:52:36 +0000 Subject: [PATCH] chore: fix requirements files and update packages --- .pre-commit-config.yaml | 4 ++-- dev-requirements.txt | 14 ++++++-------- pyproject.toml | 2 +- requirements.txt | 5 ++--- robyn/test-requirements.txt | 12 ++++-------- 5 files changed, 15 insertions(+), 22 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba5c98d6f..6a09ffe6b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ repos: - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.1.0 hooks: - id: black - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.237 + rev: v0.0.240 hooks: - id: ruff diff --git a/dev-requirements.txt b/dev-requirements.txt index 7fddbe13e..4a2b37253 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,8 +1,6 @@ --r requirements.txt -flake8==4.0.1 -black==21.12b0 -websocket-client==1.4.2 -maturin==0.12.11 -isort==5.10.1 -pre-commit==2.19.0 -commitizen==2.27.1 +-r robyn/test-requirements.txt +ruff==0.0.240 +black==23.1 +isort==5.12 +pre-commit==3.0.4 +commitizen==2.40 diff --git a/pyproject.toml b/pyproject.toml index 31e32deec..8dab19b44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ build-backend = "maturin" name = "robyn" dependencies = [ 'watchdog == 2.2.1', - 'multiprocess == 0.70.12.2', + 'multiprocess == 0.70.14', # conditional 'uvloop == 0.17.0; sys_platform == "darwin"', 'uvloop == 0.17.0; platform_machine == "x86_64"', diff --git a/requirements.txt b/requirements.txt index 545bb021a..9e8e72f18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ -requests==2.26.0 -pytest==6.2.5 maturin uvloop; platform_system!="Windows" watchdog==2.2.1 -multiprocess==0.70.12.2 +multiprocess==0.70.14 +jinja2==3.1.2 diff --git a/robyn/test-requirements.txt b/robyn/test-requirements.txt index d0211894e..fdade8978 100644 --- a/robyn/test-requirements.txt +++ b/robyn/test-requirements.txt @@ -1,8 +1,4 @@ -pytest==6.2.5 -maturin==0.12.11 -watchdog==2.2.1 -requests==2.26.0 -uvloop==0.17.0; platform_system!="Windows" -multiprocess==0.70.12.2 -websocket-client==1.4.2 -jinja2==3.0.2 +-r ../requirements.txt +requests==2.28.2 +pytest==7.2.1 +websocket-client==1.5.0