Skip to content

Commit

Permalink
chore: fix requirements files and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineRR committed Feb 3, 2023
1 parent afedd7d commit 54fc44e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
14 changes: 6 additions & 8 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"',
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
12 changes: 4 additions & 8 deletions robyn/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 54fc44e

Please sign in to comment.