Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from kubeflow:main #156

Merged
merged 16 commits into from
Dec 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
20c04c7
build(deps): bump k8s.io/apimachinery from 0.31.3 to 0.31.4 in /clien…
dependabot[bot] Dec 11, 2024
1449fb3
feat(bff): user info endpoint (#630)
ederign Dec 11, 2024
6fe5f35
bump @typescript-eslint/parser and @typescript-eslint/eslint-plugin f…
ederign Dec 11, 2024
b046764
build(deps-dev): bump react-router-dom and react-router from 6.28.0 …
ederign Dec 11, 2024
e599cda
build(deps-dev): bump typescript from 5.6.3 to 5.7.2 in /clients/ui/f…
dependabot[bot] Dec 11, 2024
2fb4d26
Improve username logic and add navbar elements (#641)
lucferbux Dec 13, 2024
8dd89af
feat(bff): update bff service filtering to match model registry servi…
ederign Dec 13, 2024
ba333d7
Add support for env variables in the frontend (#642)
lucferbux Dec 13, 2024
f6feaeb
build(deps): bump dompurify and @types/dompurify in /clients/ui/front…
dependabot[bot] Dec 16, 2024
630044c
build(deps-dev): bump webpack from 5.96.1 to 5.97.1 in /clients/ui/fr…
dependabot[bot] Dec 16, 2024
c22875e
build(deps-dev): bump webpack-dev-server from 5.1.0 to 5.2.0 in /clie…
dependabot[bot] Dec 16, 2024
0938adb
Prepare dashboard for env variables (#645)
lucferbux Dec 16, 2024
1f7b925
build(deps): bump helm/kind-action from 1.10.0 to 1.11.0 (#646)
dependabot[bot] Dec 16, 2024
a861d08
build(deps-dev): bump ruff from 0.8.2 to 0.8.3 in /clients/python (#647)
dependabot[bot] Dec 16, 2024
6c40612
build(deps-dev): bump pytest-asyncio from 0.24.0 to 0.25.0 in /client…
dependabot[bot] Dec 16, 2024
f56a131
build(deps): bump golang.org/x/crypto from 0.26.0 to 0.31.0 (#643)
dependabot[bot] Dec 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build(deps-dev): bump pytest-asyncio from 0.24.0 to 0.25.0 in /client…
…s/python (kubeflow#648)

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Dec 16, 2024
commit 6c406123f36fd727052f4c586d9d6d4cfcb5f684
12 changes: 6 additions & 6 deletions clients/python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ coverage = { extras = ["toml"], version = "^7.3.2" }
pytest-cov = ">=4.1,<7.0"
ruff = ">=0.5.2,<0.9.0"
mypy = "^1.7.0"
pytest-asyncio = ">=0.23.7,<0.25.0"
pytest-asyncio = ">=0.23.7,<0.26.0"
requests = "^2.32.2"
black = "^24.4.2"
types-python-dateutil = "^2.9.0.20240906"