this repo has no description

pgx_value_ptime 2.2: fix alcotest lowerbound

```
File "pgx_value_ptime/test/test_pgx_value_ptime.ml", line 24, characters 36-42:
24 | let check_date = Alcotest.(check (triple int int int)) in
^^^^^^
Error: Unbound value "triple"
```

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+1 -1
packages
pgx_value_ptime
pgx_value_ptime.2.2
+1 -1
packages/pgx_value_ptime/pgx_value_ptime.2.2/opam
···
bug-reports: "https://github.com/arenadotio/pgx/issues"
depends: [
"dune" {>= "3.2"}
-
"alcotest" {with-test & >= "1.0.0"}
+
"alcotest" {with-test & >= "1.3.0"}
"ptime" {>= "0.8.3"}
"ocaml" {>= "4.08"}
"pgx" {= version}