From f83c9bea4a60b805c1cf24474b71501bfd9fc29a Mon Sep 17 00:00:00 2001 From: AkulkrishnMS Date: Mon, 29 Sep 2025 12:51:34 +0530 Subject: [PATCH] Main Co-authored-by: Irv Lustig - [ ] closes #xxxx (Replace xxxx with the GitHub issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [ ] Added [type annotations](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#type-hints) to new arguments/methods/functions. - [ ] Added an entry in the latest `doc/source/whatsnew/vX.X.X.rst` file if fixing a bug or adding a new feature. --- environment.yml | 2 +- requirements-dev.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 0d917be67e0c5..8aeb80d9e232e 100644 --- a/environment.yml +++ b/environment.yml @@ -28,7 +28,7 @@ dependencies: # optional dependencies - adbc-driver-postgresql>=1.2.0 - adbc-driver-sqlite>=1.2.0 - - beautifulsoup4>=4.12.3 + - beautifulsoup4==4.13.5 - bottleneck>=1.4.2 - fastparquet>=2024.11.0 - fsspec>=2024.10.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 87384ee738cf3..113d6ed92a205 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -87,3 +87,4 @@ pygments jupyterlite-core jupyterlite-pyodide-kernel tzdata>=2023.3 +beautifulsoup4==4.13.5