Skip to content

Commit

Permalink
Bump docker/login-action from 3.1.0 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@e92390c...0d4c9c5)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and twiecki committed Jun 15, 2024
1 parent f44071b commit 2fb5432
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda-envs/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- ipython>=7.16
- jax
- jupyter-sphinx
- myst-nb
- myst-nb<=1.0.0
- numpydoc
- pre-commit>=2.8.0
- pytest-cov>=2.5
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- ipython>=7.16
- jax
- jupyter-sphinx
- myst-nb
- myst-nb<=1.0.0
- numpydoc
- polyagamma
- pre-commit>=2.8.0
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/windows-environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- threadpoolctl>=3.1.0
# Extra dependencies for dev, testing and docs build
- ipython>=7.16
- myst-nb
- myst-nb<=1.0.0
- numpydoc
- pre-commit>=2.8.0
- pytest-cov>=2.5
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ipython>=7.16
jupyter-sphinx
mcbackend>=0.4.0
mypy==1.5.1
myst-nb
myst-nb<=1.0.0
numdifftools>=0.9.40
numpy>=1.15.0
numpydoc
Expand Down

0 comments on commit 2fb5432

Please sign in to comment.