Skip to content

Commit

Permalink
Update dependency versions (#621)
Browse files Browse the repository at this point in the history
* Update dependency versions

* Update action version

* Update markdownify version
  • Loading branch information
kumaranvpl authored Dec 13, 2024
1 parent 1ff5036 commit 57c7389
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- run: pip install smokeshow

- uses: dawidd6/action-download-artifact@v6 # nosemgrep
- uses: dawidd6/action-download-artifact@v7 # nosemgrep
with:
workflow: pipeline.yaml
workflow_conclusion: success
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ mesop = [
autogen = [
"autogen[anthropic,together]>=0.3.0,<0.4",
"together>=1.2.11,<1.3", # ToDo: together 1.3.0 has issues with our dev dependencies
"markdownify==0.13.1", # Needed by autogen.WebSurferAgent but not included
"markdownify==0.14.1", # Needed by autogen.WebSurferAgent but not included
]

openapi = [
Expand Down Expand Up @@ -101,7 +101,7 @@ submodules = [
devdocs = [
"mkdocs==1.6.1",
"mkdocs-autorefs==1.2.0", # mkdocs build fails if upgraded
"mkdocs-material==9.5.44",
"mkdocs-material==9.5.48",
"mkdocs-static-i18n==1.2.3",
"mdx-include==1.4.2",
"mkdocstrings[python]==0.27.0",
Expand Down Expand Up @@ -132,7 +132,7 @@ lint = [
]

test-core = [
"coverage[toml]==7.6.7",
"coverage[toml]==7.6.9",
"pytest==8.3.3",
"pytest-asyncio==0.24.0",
"dirty-equals==0.8.0",
Expand Down

0 comments on commit 57c7389

Please sign in to comment.