Skip to content

Commit

Permalink
Bump qtrio and attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Jul 30, 2021
1 parent f84dd07 commit 3a1f1ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def run(self):


requirements = [
"attrs==19.2.0",
"attrs==21.2.0",
"click==7.1.2",
"msgpack==0.6.0",
"wsproto==1.0.0",
Expand Down Expand Up @@ -318,7 +318,7 @@ def run(self):
]


PYQT_DEPS = ["PyQt5==5.15.2", "pyqt5-sip==12.8.1", "qtrio==0.4.2"]
PYQT_DEPS = ["PyQt5==5.15.2", "pyqt5-sip==12.8.1", "qtrio==0.5.0"]
GUI_DEPS = [*PYQT_DEPS, "qrcode==6.1"]
BABEL_DEP = "Babel==2.6.0"
WHEEL_DEP = "wheel==0.34.2"
Expand Down
8 changes: 4 additions & 4 deletions tests/core/fs/workspacefs/test_workspace_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,17 +367,17 @@ async def test_dump(alice_workspace):
"need_sync": False,
"parent": ANY,
"updated": ANY,
"local_confinement_points": frozenset(),
"remote_confinement_points": frozenset(),
"local_confinement_points": [],
"remote_confinement_points": [],
}
},
"created": ANY,
"id": ANY,
"is_placeholder": False,
"need_sync": False,
"updated": ANY,
"local_confinement_points": frozenset(),
"remote_confinement_points": frozenset(),
"local_confinement_points": [],
"remote_confinement_points": [],
}


Expand Down

0 comments on commit 3a1f1ac

Please sign in to comment.