Skip to content

Commit f83c9be

Browse files
committed
Main
Co-authored-by: Irv Lustig <[email protected]> - [ ] 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.
1 parent e97a56e commit f83c9be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
# optional dependencies
2929
- adbc-driver-postgresql>=1.2.0
3030
- adbc-driver-sqlite>=1.2.0
31-
- beautifulsoup4>=4.12.3
31+
- beautifulsoup4==4.13.5
3232
- bottleneck>=1.4.2
3333
- fastparquet>=2024.11.0
3434
- fsspec>=2024.10.0

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ pygments
8787
jupyterlite-core
8888
jupyterlite-pyodide-kernel
8989
tzdata>=2023.3
90+
beautifulsoup4==4.13.5

0 commit comments

Comments
 (0)