> ## Documentation Index
> Fetch the complete documentation index at: https://www.jetify.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# devbox update

> Updates packages within your project to the latest available version.

## Synopsis[​](#synopsis "Direct link to Synopsis")

If you provide this command with a list of packages, it will update those packages to the latest
available version based on the version tag provided.

For example: if your project has `python@3.11` in your package list, running `devbox update` will
update your project to the latest patch version of `python 3.11`.

If no packages are provided, this command will update all the versioned packages in your project to
the latest acceptable version.

```bash theme={null}
devbox update [pkg]... [flags]
```

## Options[​](#options "Direct link to Options")

| Option         | Description                  |
| -------------- | ---------------------------- |
| `-c, --config` | Path to devbox config file.  |
| `-h, --help`   | help for shell               |
| `-q, --quiet`  | Quiet mode: Suppresses logs. |

## SEE ALSO[​](#see-also "Direct link to SEE ALSO")

* [devbox](/docs/devbox/cli-reference/devbox/) - Instant, easy, predictable shells and containers

[Edit this page](https://github.com/jetify-com/docs/tree/main/docs/devbox/cli-reference/devbox-update/index.mdx)
