From 491f37ddda36ac00abfcc1f90c99cb9d7c8a089f Mon Sep 17 00:00:00 2001 From: Natalia Mokeeva Date: Wed, 21 Feb 2024 23:46:21 +0100 Subject: [PATCH] correct file names in a comment in _optional.py --- pandas/compat/_optional.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandas/compat/_optional.py b/pandas/compat/_optional.py index ddd9b591d3e83..26beca6a0e4b6 100644 --- a/pandas/compat/_optional.py +++ b/pandas/compat/_optional.py @@ -16,7 +16,8 @@ if TYPE_CHECKING: import types -# Update install.rst & setup.cfg when updating versions! +# Update install.rst, actions-39-minimum_versions.yaml, +# deps_minimum.toml & pyproject.toml when updating versions! VERSIONS = { "adbc-driver-postgresql": "0.8.0",