Skip to content

Commit 4a7eb5c

Browse files
committed
fix: Update uv and jinja2 versions in conda.yaml and remove duplicate beautifulsoup4 entry
1 parent e9e42ee commit 4a7eb5c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

conda.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ channels:
77

88
dependencies:
99
- python=3.12.11 # https://pyreadiness.org/3.12
10-
- uv=0.8.13 # https://github.com/astral-sh/uv
10+
- uv=0.8.17 # https://github.com/astral-sh/uv
1111
- pip:
1212
- robocorp==3.0.0 # https://pypi.org/project/robocorp
1313
- robocorp-truststore==0.9.1 # https://pypi.org/project/robocorp-truststore/
1414

1515
- requests==2.32.5 # https://pypi.org/project/requests
1616
- gitpython==3.1.45 # https://gitpython.readthedocs.io/en/stable/
1717
- pandas==2.3.2 # https://pandas.pydata.org/docs/whatsnew/index.html
18-
- jinja2==3.1.4 # https://pypi.org/project/Jinja2/
1918
- beautifulsoup4==4.12.3 # https://pypi.org/project/beautifulsoup4/
20-
- jinja2==3.1.4 # https://pypi.org/project/Jinja2/
21-
- beautifulsoup4==4.12.3 # https://pypi.org/project/beautifulsoup4/
19+
- jinja2==3.1.6 # https://pypi.org/project/Jinja2/
20+
- beautifulsoup4==4.13.5 # https://pypi.org/project/beautifulsoup4/

0 commit comments

Comments
 (0)