aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-10-02 19:42:56 +0100
committerGravatar Chris Lovering <[email protected]>2023-10-02 19:42:56 +0100
commit3da229c9505be58fe4320da330219887bec4a2b4 (patch)
tree0599bab28c6a907417b697c61002d26994f08a7c
parentUpdate eval-deps markers for new Python versions (diff)
Bump all eval-deps to latest versions
-rw-r--r--requirements/eval-deps.pip6
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements/eval-deps.pip b/requirements/eval-deps.pip
index b66718f..ccfb44a 100644
--- a/requirements/eval-deps.pip
+++ b/requirements/eval-deps.pip
@@ -1,5 +1,5 @@
-anyio[trio]~=3.7
-arrow~=1.2
+anyio[trio]~=4.0
+arrow~=1.3
attrs~=23.1
beautifulsoup4~=4.12
einspect~=0.5 ; python_version == '3.12'
@@ -18,6 +18,6 @@ pyyaml~=6.0
scipy~=1.11 ; python_version == '3.12'
sympy~=1.12
toml~=0.10
-typing-extensions~=4.7
+typing-extensions~=4.8
tzdata~=2023.3
#yarl~=1.9 # Doesn't support 3.12, see https://github.com/aio-libs/yarl/issues/894